> 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/developing/project/create/normal.md).

# Regular

The process of creating a new project by the regular mode follows the following procedures:

To create a new project you can access the menu via the following path:

**File** > **New Project**

Then, a window appears with a set of questions that will assist in the creation of the project.

### Step 1

![](/files/-M6ij9YbrMJfSUfyvrKq)

When creating a new project the first step is related to choosing the target device and, if wanted, the style:

#### Possible Devices

* Smartphone
* Tablet
* PDA
* Desktop
* Other

The choice of a terminal type influences the measurements of the project screen to be created.

#### Styles

Choosing one style from the list or start a new project without a style chosen in the beginning.

{% hint style="success" %}
The style can be changed later either by one available in Kalipso or by external import (from Adobe XD, for example).
{% endhint %}

Then click next to the next screen (step 2)

### Step 2

![](/files/-M6ikWlDdNlbh-gMR17L)

* **Project Name** - Area to introduce a name for the project. There can be no spaces between letters.
* **Default Language** - Choose a language for the project from a list.
* **Description** - Introduce a description for the project.

In the left part of the screen, it is possible to add an image to the project that later can be the application icon.

Then you can choose the folder to save the files related to the project.

Press "Create" to finish and create a new project.


---

# 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/developing/project/create/normal.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.
