# Creating a Project

The first step to start using **Incari Studio** is to create a new **Project**. This is done from [**Incari Hub**](/incari-studio/2024.1/getting-started/first-steps/incari-hub.md).

To create a new **Incari Studio** **Project**, go to *My Projects* under *Projects* on the left Menu and press on the large plus icon.

![](/files/OpFNYu9sZvQoJm4YFK3D)

## New Project

Then, the *New Project* screen will appear. Here it is possible to choose the name and location of the new **Project** as well as the size of the default **Screen**.

![](/files/RatrOJH7IWotVA1iXfyV)

The options to customize the new **Project** are the following:

**Project**

* Name: A relevant title for the **Project**. It will also be used for creating the **Project's** folder structure.
* Location: The location on your computer where the **Project** will be saved.
* Open with version: The **Incari Studio** version with which the **Project** will be created. It offers a drop-down Menu of all the installed versions.
* Create default Screen & Scene: Whether the **Project** will be created with default **Screen** and **Scene** or not. When this is enabled, the following options appear.

**Screen**

* Name: Name of the default **Screen**.
* Resolution x (px): Width resolution of the targeted display device in pixels.
* Resolution y (px): Height resolution of the targeted display device in pixels.
* Width (unit): Width of the area in *3D* space that will be mapped to the targeted display device.
* Height (unit): Height of the area in *3D* space that will be mapped to the targeted display device.

**Scene**

* Scene type: Can choose either **Scene** or **Scene2D**
* Name: Name of the default **Scene**.

After clicking on `Create`, **Incari Studio** starts with a new empty **Project**.

![](/files/SSQbcqldG4lZuXArYRTt)


---

# 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://docs.incari.com/incari-studio/2024.1/getting-started/first-steps/creating-a-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.
