# File Menu

When you click on the "File" option, the following screen appears:

![](/files/-M9dRT2b2tVBu_7Q1p72)

{% hint style="info" %}
By default the file menu opens in "Open Project"
{% endhint %}

At the top left of the window is an arrow to return to the main screen.

* **New Project** - Creates a new project (see more [here](/kalipso5/developing/project/create/normal.md))
* **New Project (Wizard)** - Creates a new project on a wizard mode (see more [here](/kalipso5/developing/project/create/wizard.md))
* **Open Project** - Opens a project from the list that appears laterally or from another location.
* **Open Sample** - Opens a sample from the list that appears laterally, or from another location, to include in the open project.
* **Save Project** - Save the active project
* **Save Project as...** - Save the active project with another name or folder.
* **Close Project** - Closes the active project. The system may ask if you want to save it or not.<br>
* **Devices** - Area where the mobile device to be used in the application to be developed in Kalipso is chosen and configured. For more information click [here](/kalipso5/using/environment/file/devices.md).
* **Styles** - Area where the styles to be used in the application developed in Kalipso are chosen and configured. For more information click [here](/kalipso5/using/styles.md).
* **Settings** - Area where Kalipso settings are configured. For more information click [here](/kalipso5/using/environment/file/settings.md).
* **User Guide** - Access this online Kalipso documentation.
* **Remote Support** - Opens an external application for remote support.
* **About** - Area where information is obtained about the licensing (name, license number, installed version, etc.) and about what is new in the installed version of Kalipso.<br>
* **Close Kalipso** - Close the application and exit.


---

# 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/using/environment/file.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.
