# 用戶管理

你可以在用户管理页面查看可邀请用户数量、用户状态，并管理用户的角色和所属团队。

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

团队可分为拥有人(Owner)、管理员(Admin)、代理人(Agent)三种。以下为不同角色的权限分别。

<table><thead><tr><th width="151"> </th><th>擁有人</th><th>管理員</th><th>代理人</th></tr></thead><tbody><tr><td>用戶管理</td><td>查看用戶名單、修改用戶的角色和所屬團隊</td><td>查看用戶名單</td><td>查看用戶名單</td></tr><tr><td>團隊管理</td><td>查看、新增、修改、刪除任何團隊</td><td>查看所有團隊、修改或刪除自己的團隊</td><td>查看所有團隊</td></tr><tr><td>信息</td><td>查看所有對話、分派對話給任何人</td><td>查看所有對話、分派對話給自己的團隊</td><td>查看所有現在或最後分派給自己團隊的對話</td></tr><tr><td>其他頁面</td><td>皆可查看和操作</td><td>皆可查看和操作</td><td>皆可查看和操作</td></tr></tbody></table>

{% hint style="info" %}
请注意所有管理员和代理人皆有所属团队，如果不需要区分团队，请选择预设的Default Team (预设团队)。此团队下的管理员及代理人的权限与其后建立的团队无异。
{% 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.chatalog.ai/zh-cn/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.
