# Add and manage users

### Add a new user

This can be done with those simple steps:

* Go to the *Users* tab in your Project settings
* In the "Invite users" section:
  1. Enter an email address
  2. Select a team
  3. ​Select a [role](/user-guide/project-settings/teams-and-users/manage-roles.md#roles)​
  4. Select a [permission level](/user-guide/project-settings/teams-and-users/manage-roles.md#permission-level)
  5. Click on Invite
* Your pending invitations are listed below the user list

![](/files/-MKKyUM3pO8kZbUOf-j-)

### Manage a user's teams <a href="#add-an-existing-user-to-a-team" id="add-an-existing-user-to-a-team"></a>

To manage a user's teams, go to his details page.

From there, you can:

* **(1)** Add him to a new team
* **(2)** Change a team he belongs to
* **(3)** Remove him from a team

Don't forget to save afterwards

![](/files/-M3uknQaJioT13jebGku)

{% hint style="info" %}
A user must be assigned to a team at all times
{% endhint %}

### Remove a user <a href="#remove-a-user" id="remove-a-user"></a>

To remove a user, go to a user's details page **(1)** from the *Users* tab:

![](/files/-M1zwzRXf-iH3oTo3swl)

You can then remove a user from the **Danger zone** by clicking on "Remove user" **(2)**. Confirm by typing "CONFIRM REMOVE" **(3)**.

![](/files/-M1zxHoVohob9Fw_P8JM)

### Add a profile picture

To add a profile picture next to your name at the top-right of your interface, you need to create a [Gravatar](https://gravatar.com/) account.

Create an account and refresh your Forest Admin interface. Your picture should appear.

![](/files/-Lin_7-E7Qq-en31KL4a)

{% hint style="info" %}
For now, it's the only way to add a profile picture.
{% endhint %}

### Add user tags

User tags are useful for the [scopes](/user-guide/collections/scopes.md#using-user-tags) feature: they allow you to organize your users into groups and control the data they are able to see.

![](/files/-M50sDBsV57nZF6caUky)

On the each user's details page, you can add a tag **(1)**, edit an existing tag **(2)** or remove a tag **(3)**.

{% hint style="warning" %}
A tag is composed of a `key` and a `value`. For a given user, the `key` must be **unique**.
{% endhint %}


---

# 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.forestadmin.com/user-guide/project-settings/teams-and-users/add-and-manage-users.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.
