# User Management

In Users, you can view the max number of user, user status, manage users' roles and the team they belong to.

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

User has three roles, namely Owner, Admin and Agent. Owner is the first role that created the chatalog account, which has all permissions. Please find the role permission difference as below:

|                 | Owner                                                 | Admin                                                                    | Agent                                                         |
| --------------- | ----------------------------------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------- |
| User Management | can view user list, edit user roles and teams         | can view user list                                                       | can view user list                                            |
| Team Management | view, add, edit, delete any team                      | view all teams, edit or delete his/her own team                          | view all teams                                                |
| Messages        | view all conversations, assign conversation to anyone | view all conversations, assign conversations to his/her own team members | view conversations currently or last assigned to his/her team |
| Other Tabs      | full access                                           | full access                                                              | full access                                                   |

{% hint style="info" %}
Please note that all admins and agents have their own team. If team is not necessary to you, please select Default Team that already exists. Admin and Agent under this team have the same permissions of any team created thereafter.
{% endhint %}

| <p><br></p> |
| ----------- |


---

# 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.chatalog.ai/settings/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.
