# Project

A Project is a set of objects ([Forms](/kalipso5/developing/form.md), [Controls](/kalipso5/developing/form/controls.md), [Actions](/kalipso5/developing/form/actions.md), etc.) organized with a purpose (inventory, delivery, collecting, proof of delivery, etc.). Kalipso allows you to create Projects and execute them on mobile devices based on Microsoft OS (Windows CE, Windows Mobile, Windows 10), Android and iOS.

On a Project, is mandatory to define its Name and to associate it with a Terminal. When creating a Project, we advise you to create a specific folder to it. The folder where you save your Project will be used by Kalipso to store multiple information about it (Images, Printing Layouts, backups, etc).

Here you can find the following options:

* Create a [New Project](/kalipso5/developing/project/create.md).
* Set the [Properties ](/kalipso5/developing/project/properties.md)for the project.
* The process for [recovering](/kalipso5/developing/project/recovery.md) a project.

{% hint style="danger" %}
We strongly advise against saving projects in cloud services folders. Given the normal and recurring synchronization processes, it may cause errors.
{% 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/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.
