# Open Project

Opens the specified Kalipso project.

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### Parameters

* **Project** *\<string> -* The name of the project that the user wants to open.
* **Reopen after closing?** *\<unquoted string> -* After closing the called Project, the user can choose either terminate the execution or return to the same Project. The possible values for this parameter are:
  * Yes
  * No
  * Dynamic
* **Keep Variables** *\<unquoted string> -* Defines if the user wants to pass the Global Variables of the current Project to the called Project. The possible values for this parameter are: Yes, No or dynamic.

{% hint style="info" %}
This action only is available when using the KClient and not with compiled applications (Exe, Apk and Appx).
{% 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-others/open-project.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.
