# Create a New Project

## Step 1

Click on the avatar image on the top right of the screen to select the appropriate account. You can choose your personal account or any of the organizations.

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

{% hint style="info" %}
You can only create new projects under the organization if you are the owner of the organization.
{% endhint %}

## Step 2

Click on the plus symbol on the upper right corner of the screen and select New Project from the dropdown.

<figure><img src="/files/UsAC5fH5kKBIDbAYi0fj" alt=""><figcaption><p>Select New Project from the dropdown</p></figcaption></figure>

Alternatively, you can create a new project from the Projects tab. Click on the dropdown menu and click on Your Projects.

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

Then click on the plus symbol on the top right of the screen.

<figure><img src="/files/7DjfGnBsYEPDlNFRJK3n" alt=""><figcaption></figcaption></figure>

## Step 3

Fill in the details and click on Create.

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

{% hint style="info" %}
*Private projects are only available to organizations. All the projects under the personal accounts will be public, and visible on Pollination.*
{% 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://docs.pollination.solutions/user-manual/web-platform/create-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.
