> 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/users/assign-a-user-to-a-project.md).

# Assign a user to a project

## Changes since ACL

Since the introduction of [-> ACL](/collection/english-v14/documentation/roles.md) it is especially important to assign newly created users to a project immediately. A user without an assigned project can see nothing in eliona and cannot perform any actions.

<div data-full-width="true"><figure><img src="/files/acd2e740501fc967f3b99d33b2837e1e01a9c83b" alt=""><figcaption><p>Fig. 1 – This is what a user sees who is not assigned to any project. The entire menu bar is empty and no actions can be performed</p></figcaption></figure></div>

### Why is that?

If a user is not assigned to any project, then for this user *Users* no project role applies either.&#x20;

If no project role applies to a user, only the settings of the system role apply.&#x20;

The default system role of every new user is "System-User". This role has no read permissions at all.&#x20;

Therefore, a user with the system role "System-User" cannot see any menu items and cannot perform any actions.&#x20;

## Procedure

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

1. Click on **Engineering \[A]**
2. Make sure that the tab **Projects** **\[B]** is selected
3. Click on the project to which you want to assign a user **\[C]**\
   ▷ The project settings open
4. Click on **\[D]**\
   ▷ The window **Add user** **\[E]** appears
5. Select in **Project role \[F]** that should be assigned to the added users.&#x20;
6. Select a **User \[G]** to be added to the project\
   ▷  The selected user appears in **\[H]**
7. *Optional:* Repeat step 6 to add more users. The role selected in **\[F]** will be assigned to all of these users
8. Click on **Save \[I]**\
   ▷ The selected users are added with the role selected in **\[F]** the selected role


---

# 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/users/assign-a-user-to-a-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.
