# 用戶管理

你可以在用戶管理頁面查看可邀請用戶數量、用戶狀態，並管理用戶的角色和所屬團隊。

<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-hk/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.
