> For the complete documentation index, see [llms.txt](https://aican.gitbook.io/aican/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aican.gitbook.io/aican/getting-started/team-management.md).

# 建立团队

## 简介

完成首次基本设置后，建议先建立团队，并邀请成员加入 AICAN Pro。

您可以邀请团队成员加入系统，并为成员设置适合的角色权限，让团队开始共同接待客户。

***

## 操作说明

### 步骤一：进入团队**管理**页面

进入：

**AICAN Pro 后台 > 设置 > 团队管理**

<figure><img src="/files/0yGOjxIWSClpm8iSLXmT" alt=""><figcaption></figcaption></figure>

***

### 步骤二：邀请团队成员

点击【新增成员】，填写成员资料，并选择成员所属角色后发送邀请。

成员开启邮件完成验证后，即可登录 AICAN Pro。

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

***

#### <mark style="color:$primary;">提醒</mark>

<mark style="color:$primary;">系统预设提供</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">**管理员**</mark><mark style="color:$primary;">、</mark><mark style="color:$primary;">**客服**</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">两种角色，预设角色的权限不可修改。</mark>

<mark style="color:$primary;">如需建立不同职务的权限，可进入</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">**角色权限**</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">页面新增角色，并设置对应的功能权限。</mark>

<mark style="color:blue;">若成员登录后发现无法使用部分功能，请依需求进行调整：</mark>

* <mark style="color:blue;">**团队管理**</mark><mark style="color:blue;">：调整成员所属角色。</mark>
* <mark style="color:blue;">**角色权限**</mark><mark style="color:blue;">：调整角色可使用的功能权限。</mark>

<mark style="color:$primary;">路径：</mark>

<mark style="color:$primary;">**AICAN Pro 后台 > 设置 > 团队 > 团队管理**</mark>

<mark style="color:$primary;">或</mark>

<mark style="color:$primary;">**AICAN Pro 后台 > 设置 > 团队 > 角色权限**</mark>

***

#### 下一步

完成团队设置后，请继续阅读「接入渠道」，建立第一个客服渠道，并开始接待客户。

***


---

# 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://aican.gitbook.io/aican/getting-started/team-management.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.
