> 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/getting-started/1.-create-users-and-projects.md).

# 1. Create users & projects

## Create users & projects

In this chapter, you will learn how to create the basic structure for your work in Eliona. You will learn how to create users and assign projects to them to ensure a secure and organized working environment.

To manage collaboration in Eliona, roles play a crucial role. They determine what permissions users have within a project.

### "This is how you get started with configuring your Eliona instance:

* Create a user: Learn how to create a new account.

{% content-ref url="/pages/c5ea6abac5d7040abdbe01ed90b8aab7394161d2" %}
[Create a user](/collection/english-v14/getting-started/1.-create-users-and-projects/create-a-user.md)
{% endcontent-ref %}

* Create a project: Learn how to create a space for your data and assets.

{% content-ref url="/pages/ee49c34e335996b852c529304dadd67d255e3542" %}
[Create a project](/collection/english-v14/getting-started/1.-create-users-and-projects/create-a-project.md)
{% endcontent-ref %}

* Create a role: Understand how to define permission profiles to control access.

{% content-ref url="/pages/a5aafbe8e2f37ef3436f45ca946cfb274ec7df47" %}
[Create a role](/collection/english-v14/getting-started/1.-create-users-and-projects/create-a-role.md)
{% endcontent-ref %}

* Assign a role to a user: Learn how to give a user the appropriate permissions.

{% content-ref url="/pages/ef3c01ecde11045e3d515de18c401786723e6105" %}
[Assign a role to a user](/collection/english-v14/getting-started/1.-create-users-and-projects/assign-a-role-to-a-user.md)
{% endcontent-ref %}

* Add users to a project: Learn how to put teams together and give them access to the relevant projects.

{% content-ref url="/pages/0f2763e670d18eb5dacbd5eb34b78c78962a20d4" %}
[Add users to a project](/collection/english-v14/getting-started/1.-create-users-and-projects/add-users-to-a-project.md)
{% endcontent-ref %}

Each of these steps is essential for a successful start. For more detailed documentation on each point, click the corresponding external links.


---

# 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/getting-started/1.-create-users-and-projects.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.
