> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/xie-zuo/member-management/teams.md).

# 团队

团队是在组织内对成员进行分组的好方法

团队可帮助你大规模管理用户访问权限。通过创建一个由多个成员组成的特定团队，你可以授予或移除他们对空间或集合的访问权限。了解更多关于 [权限与继承](/docs/documentation/zh/xie-zuo/member-management/permissions-and-inheritance.md).

### 创建和管理团队

你可以在……中创建、编辑和移除团队 **团队** 组织设置中的该部分。

要找到它，请点击窗口底部的设置图标。选择你想要的组织的组织设置，然后在侧边栏中点击“团队”选项。

在此页面，你可以查看并搜索当前团队，或点击其中一个打开团队详情页，查看更多关于该团队及其成员的信息。

### 管理团队成员

你可以通过两种方式管理团队成员：

1. 点击……中的某个具体成员 **成员与权限** 打开其成员页面，并选择 **团队** 标签页。点击竖向省略号，你可以立即将其从团队中移除，或选择 **管理团队。**
2. 在 **团队** 部分，点击列表中的成员数量以打开团队详情页。然后你可以在成员列表中使用多选来选择并移除团队成员，或使用顶部的按钮添加更多成员。

### 团队所有者

团队所有者（仅适用于企业版计划）可让你将某个特定团队的管理权交给选定成员。团队所有者可以通过点击组织设置，然后点击团队，来为其所负责的团队添加或移除成员。他们无法访问任何其他组织设置，包括管理其他团队。


---

# 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://gitbook.com/docs/documentation/zh/xie-zuo/member-management/teams.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.
