> 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.md).

# 团队

### 简介

「团队」用于管理成员、部门与角色权限，协助企业建立完整的团队架构，并依照不同职务设置对应权限。

随着团队规模扩大，您可以邀请更多成员加入团队，并透过部门与角色管理不同人员的工作内容与权限范围。

***

### 页面内容

团队页面包含以下两个页面：

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><mark style="color:$primary;">团队管理</mark></h4></td><td><mark style="color:$info;">管理团队成员与部门。</mark></td><td><a href="/pages/v609O3Z7XkwUjHSEzzFW">/pages/v609O3Z7XkwUjHSEzzFW</a></td></tr><tr><td><h4><mark style="color:$primary;">角色权限</mark></h4></td><td><mark style="color:$info;">管理成员功能权限与角色设置。</mark></td><td><a href="/pages/NlEup2QQJNuVvH2bNnfu">/pages/NlEup2QQJNuVvH2bNnfu</a></td></tr></tbody></table>

{% 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.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.
