# Close Form

Closes the current Form. You're able to return values to whom as called the current one.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAlPVpH3WRwBy16c7JY%2F-MAlQBZuuTnc6hyzKSVQ%2Fimage.png?alt=media\&token=5c9534b7-ca05-4ac4-b408-2207cd5a5295)

### **Parameters**

*Advanced Options*

Values to Return

* **Type** - Type of the first Value to return. This will be the type of the first Target defined in the calling Show Form Action.
* **Value** \<string> or \<numeric> - First value to return. This will be the value of the first Target defined in the calling Show Form Action.
* **nth-Type** - Type of the **nth Value** to return. This will be the type of the **nth Target** defined in the calling [**Show Form**](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-forms/show-form) Action.
* **nth-Value** *\<string>* or *\<numeric> -* nth value to return. This will be the value of the **nth Target** defined in the calling [**Show Form**](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-forms/show-form) Action.

{% hint style="warning" %}
Do **NOT** use this Action inside an Action Set executed in Thread Mode (Timers included).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-forms/close-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
