# Creating a new project

When you first log in to Pristo, you'll be taken to the dashboard. From here, there are two ways to create a new project.

To create a new project from the **Recent projects** section:

1. From the Dashboard, click on the **+ New project** button.
2. Enter a **Project name.** This will open the form setup popup.
3. In the form setup popup:
   1. Enter a **Form title**.&#x20;
   2. Select a pre-made template of create a blank form.
   3. Click on the **Create** button.

<figure><img src="/files/WSJS2MJ5ckQABofwvsAN" alt=""><figcaption></figcaption></figure>

To create a new project from the **Navigation menu** on the left:

1. From the Navigation menu, click on the **dropdown menu**.
2. Click on  the **+ Add new project** button at the bottom.
3. Enter a **Project name.** This will open the form setup popup.
4. In the form setup popup:
   1. Enter a **Form title**.&#x20;
   2. Select a pre-made template of create a blank form.
   3. Click on the **Create** button.

<figure><img src="/files/uB7i9bTZVq4kNz7qaVM4" alt=""><figcaption></figcaption></figure>


---

# 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.pristo.io/manager/creating-a-new-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.
