# Present Form

Present the specified Form on a secondary dislay.

You're able to specify the starting plane as well to pass values.

{% hint style="danger" %}
This is for Android only.
{% endhint %}

### **Parameters**

* **Form** - Form that you want to open.
* **Starting Plane** *\<numeric> -* ID of the Plane that you want to display when the Form opens on the secondary display.

*Advanced Options*

Variables

* **Variable** - Local Variable of the *Form* to open that you want to initialize with *Type* and *Value*.
* **Type** - Type to set the initialized Local Variable and also of the *Value*.
* **Value** *\<string>* or *\<numeric> -* Expression to assign to the Local Variable.

{% hint style="info" %}
Unlike ShowForm, this call is not a blocking call. So you will have 2 different active Kalipso Forms, the current one will remain in the primary display, the presented form will open in the secondary display.
{% endhint %}

{% hint style="info" %}
SetSIP will not work on the secondary display.
{% endhint %}

{% hint style="info" %}
You can only open other FullScreen Forms from a Form on a secondary display.
{% endhint %}

{% hint style="info" %}
You can only call CloseForm. You cannot use ReturnToForm or CloseProject.
{% endhint %}

{% hint style="info" %}
If you call PresentForm while a form is already being presented from a previous call, the previously presented form will be killed and no code, like Form Closed event, will be executed.
{% endhint %}

{% hint style="info" %}
Currently it is only supported to have a secondary display with the same resolution as the main display. Scaling problems may occur if you use a secondary display with a different resolution.
{% 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/present-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.
