# User Management

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

The user list displays information about each user in a tabular format, including their name, title, manager, team, and assigned roles. This centralized view lets administrators quickly assess and manage the organizational structure and user permissions.

## User Profile Details

The User List displays the following information for each user:

* Name and profile picture
* Title
* Manager
* Team name
* Assigned roles

This view allows for a quick assessment of each user's position and permissions within the organization.

## User Management Options

Hovering over a user row reveals additional management options:

* Edit user: Modify the user's information, role, or team assignment
* Remove user: Remove the user from the organization

These options provide quick access to essential user management tasks directly from the User List.

## Adding a User

The "Add new user" button in the top right corner of the User List invites a new user to the organization. This streamlined process ensures that new team members can be quickly added and assigned appropriate roles.


---

# 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.aude.ai/aude-product-documentation/managing-aude/user-management.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.
