> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/using/environment/menu/project.md).

# Project

Provides access to all Project objects and features, as well to Translation tools.

Choosing this option, the Ribbon Bar presents the following possibilities:

![](/files/-MSDj8FTuNdHzSirzYm5)

In greater detail, the options, by section, are as follows:

![](/files/-MSDk192f899tIEH1Hwb)

* **Properties** - Access to project properties. For more information click [here](/kalipso5/developing/project/properties.md).
* **Folder** - Access to the directory where the project is located.
* **Folder on Simulator** - Opens File Explorer on Project's Folder on Simulator.
* **Print** - Prints Project's Documentation. A PDF file containing all information regarding the Project. On some PDF readers, the search function doesn't work correctly.
* **Cleanup Files** - Opens a tool to clean up unused Project Files like Images and other resources.
* **Share** - Ability to share a project. When clicked, a window opens asking for the folder to place a copy of the project to share. In that folder Kalipso shares the active project in a Zip file.

![](/files/-MACQuxyFAlvhNrljaeX)

* **Automatic Backups** - Access to a window for configuring automatic backups. For more information on backup management click [here](/kalipso5/using/4.2.-backup.md).
* **User Backups** - Access the list of backups made by the user with the aim of restoring a project or eliminating a copy. Contains information about the backups performed. For more information on backup management click [here](/kalipso5/using/4.2.-backup.md).
* **Backup Now** - The aplications preforms a full backup immediately.

![](/files/-MACRLEIOIXz92MJMdO2)

* **Documentation** - Access a management window for the documentation related to the project. For more information on backup management click [here](/kalipso5/developing/specific-options/documentation.md).
* **Tasks** - Access a management window for tasks related to the project. Tasks are created and managed by the user in the context of project development. See more information [here](/kalipso5/developing/specific-options/tasks.md).

![](/files/-MACRTzgMZxFyMZN7vAV)

* **Database** - Accesses the management of database connections for the project under development. See more information [here](/kalipso5/developing/form/database-connection-profiles.md).
* **Comms** - Accesses the setup for your communications profiles. See more information [here](/kalipso5/developing/form/communication-profiles.md).
* **Global Variables** - Accesses the management of your global variables. See more information [here](/kalipso5/developing/form/variables.md).
* **Global Action Sets** - Accesses the management of your global action sets. See more information [here](/kalipso5/developing/specific-options/global-action-sets.md).
* **Resources** - Access the resources management (images, fonts, etc.) associated with the application under development. See more information [here](/kalipso5/developing/specific-options/resources.md).
* **Web Services** - Accesses the setup for your web services. See more information [here](/kalipso5/developing/specific-options/web-services.md).
* **Printers** - Accesses the setup of printers that can be associated with the application under development. See more information [here](/kalipso5/developing/printers.md).
* **Java Script** - Accesses a window for managing Javascript code components that can be associated with the application under development. See more information [here](/kalipso5/developing/specific-options/jscript.md).
* **More** - More options (click on the name for more details):
  * [*Sockets* ](/kalipso5/developing/specific-options/sockets.md)- Rename your sockets
  * [*Files* ](/kalipso5/developing/specific-options/files.md)- Rename your files
  * [*DLLs* ](/kalipso5/developing/specific-options/dll-s.md)- Rename your DLL
  * [*Critical Sections*](/kalipso5/developing/specific-options/critical-sections.md) - Rename your critical sections
  * [*Services* ](/kalipso5/developing/specific-options/services.md)- Rename your services

![](/files/-MAerXdMnZw-CZr0-aLE)

* **Multi Language** - Gives you access to Multi Language Strings that you can use in your Project.
* **Translate** - Opens a tool to translate current Project or to select a Labels file to translate. Online translation is available.
* **Export Multi Lang** - Allows you to export all of your current Project's Multi Language content into a Kalipso or Excel format.
* **Import Multi Lang** - Allows you to import Multi Language content from a Kalipso or Excel format into current Project.

{% hint style="info" %}
Regarding language and translations you can see more information [here](/kalipso5/developing/specific-options/language-translation.md)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/using/environment/menu/project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
