> For the complete documentation index, see [llms.txt](https://docs.replex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.replex.io/settings/users.md).

# Users

The **Users** section provides an overview of all the admins or users with access to the account. Admins can quickly review existing roles and privileges, add and remove **Users** or change existing privileges.

Each member can be associated with one of two Roles:&#x20;

* **Admin**
  * Has **full** access within organization
* **User**
  * Has **View** Access within organization

![Users Section](/files/-MN3cHNJu_y_SgWALpCc)

### Add new Admins or Users

To add new users or admins first navigate to the **Users** section of the **Settings** page. The **Settings** page can be accessed in the left hand panel of the Replex UI.&#x20;

Click on **+ Invite People** in the top right corner of the **Users** section.&#x20;

On the next screen enter the **First** and **Last Name** of the new user or admin, their **Email** address and the associated **Role**. Click on **Send Invitations.** The new users/admin will receive  an email with instructions on how to setup their account.

![Add New Users/Admins](/files/-MN3eJ6OJW2kVogM2jAe)

### Add Multiple Users

Admins can also add multiple **Users** at once. To do this click on **add multiple people at once** from the **Invite People** scree&#x6E;**.** On the next screen add multiple comma separated email addresses to invite new users in bulk.

![Add new users/admins in bulk](/files/-MN3fkGL6BMIFGWIZEsk)

### Edit and Remove Users

Admins can edit **User** information as well as the roles or privileges associated with them by clicking the edit icon in front of each User. &#x20;

![Edit User](/files/-MR50FwKOf3jFTTzFTQG)

Users can be removed right from the edit screen above or by clicking the delete icon in front of each User.


---

# 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.replex.io/settings/users.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.
