# Add\_a\_project

![Add a project](/files/BY2SOGheu73p1NglJVDZ)

Add a new project

## Inputs

* **name \[Required]**

  Name for the new project. By default, the project will be added to the current user. To create a project under another account, you can specify the account name before the project name with the format: AccountName/ProjectName. For example: pollination/NewDemoProject
* **description \[Optional]**

  The new project description
* **public \[Optional]**

  Set to True to create a public project (Default: True)
* **add\_recipes \[Optional]**

  Set True to add all public recipes to the project (Default: False) WARNING: adding all the public recipes to the new project would take a few seconds.
* **create \[Required]**

  Set True to create the project

## Outputs

* **project**

  Newly created project.


---

# 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/grasshopper-plugin/grasshopper-user-interface/2_pollination/add_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.
