> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/english-v14/documentation/systems-and-projects/create-a-new-project.md).

# Create a new project

&#x20;

<div data-full-width="true"><figure><img src="/files/52d94b8693c876f679a15c93f9f35a3ac02da946" alt=""><figcaption></figcaption></figure></div>

1. Click in the sidebar on **Engineering \[A]**
2. Click in the context bar on **Projects \[B]**
3. Click on **\[C]**\
   ▷ The window **\[D]** opens&#x20;
4. Enter in **\[E]** Enter a name for the project.
5. Enter in **\[F]** an email address. \
   ◈ Notifications will be sent to this address
6. Click on **Confirm \[G]**

### Add users to projects

When a project is newly created, there are still no users who can access this project.

{% hint style="info" %}
Even if you have created a project as a super admin, you initially do not have access to the new project.&#x20;

Follow the steps below to grant yourself access to the new project.
{% endhint %}

1. Click in the sidebar on *Engineering*
2. Click in the context bar on *Projects*
3. Click the project to which you want to add a user.
4. Click on *+User*
5. Select a *role* out.
6. Select the *Users* who should receive this role.
7. Click on *Save.*

###


---

# 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://docs.buildings.ability.abb/collection/english-v14/documentation/systems-and-projects/create-a-new-project.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.
