> 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/aican-system/menu/settings/team/jue-se-quan-xian.md).

# 角色权限

## 简介

「角色权限」用于管理团队成员的权限范围，并依照不同职务建立对应角色。

系统已预设「管理员」与「客服」两种角色，您也可以依照企业需求建立自定义角色，以便更灵活地管理团队权限。

完成设置后，即可将不同权限套用于对应成员。

***

## 页面内容

本页面包含以下内容。

#### **角色列表**

显示目前已建立的所有角色，以及各角色所属成员。

系统预设角色包括：

* 管理员
* 客服

点击角色右侧的【操作】按钮后，可进行以下设置：

* 添加成员
* 编辑权限
* 编辑角色

{% hint style="info" %}

#### **提醒**

* 系统预设角色无法修改或删除。
* 修改角色权限后，所有使用该角色的成员都会同步套用最新设置。
  {% endhint %}

***

## 操作说明

### 新增角色

<figure><img src="/files/5b2yyOOArYpN1YWDLrnJ" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### **步骤一：进入角色权限**

进入「设置 」>「团队」>「角色权限」。
{% endstep %}

{% step %}

#### **步骤二：建立角色**

点击【新增角色】，输入角色名称。
{% endstep %}

{% step %}

#### **步骤三：选择权限来源**

选择以下其中一种方式：

* 套用其他角色权限。
* 自定义权限。
  {% endstep %}

{% step %}

#### **步骤四：设置权限**

点击【下一步】，勾选需要开放的权限。
{% endstep %}

{% step %}

#### **步骤五：完成创建**

点击【确认】完成角色建立。

***

{% endstep %}
{% endstepper %}

角色建立完成后，若后续需要调整权限设置，可点击对应角色右侧的操作按钮，进行成员管理与权限编辑。

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

{% hint style="warning" %}

#### 提醒

* 系统预设的「管理员」与「客服」角色无法修改或删除。
* 相同角色的成员会共用相同权限。
* 修改角色权限后，所有使用该角色的成员都会同步套用最新设置。
* 建议先规划团队角色，再进行权限设置，以降低后续调整成本。
  {% endhint %}

***

#### 下一步

完成角色权限设置后，即可前往「渠道列表」，建立网站对话渠道或串接第三方渠道。

***


---

# 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/aican-system/menu/settings/team/jue-se-quan-xian.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.
