> For the complete documentation index, see [llms.txt](https://docs.fidentity.ch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fidentity.ch/dashboard/user-management/add-user.md).

# Add User

Please find the description on how to add a new user below:

1. Go to User management in the menu on the left
2. Click the button in the top right to add a new user

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

3. Enter the requested data:
   1. User Name: will be the login name, most clients use the email address. Please note that the user name must be unique (per tenant)
   2. Mobile Phone: Mobile Phone number, we send an SMS for Two-Factor-Authentication
   3. First Name
   4. Last Name
   5. E-Mail
   6. User language
   7. [User roles](https://docs.fidentity.ch/dashboard/roles-and-permissions#roles): Multiple roles can be assigned to a single user.
   8. Do not forget to "Save"

{% hint style="danger" %}
Please note that the role of **Agent Reviewer** can only be assigned by a fidentity admin. Please contact your fidentity representative to assign this role in the stage environment. In the production environment, the role is reserved for agents only.
{% endhint %}

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

{% hint style="danger" %}
After saving the user data, the new user is not invited yet.
{% endhint %}

4. Navigate to User Management and send the invitation by clicking the envelope icon on the right. If the invitation is sent successfully, a green checkmark will appear.

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


---

# 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.fidentity.ch/dashboard/user-management/add-user.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.
