# 团队

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

### 创建和管理团队

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

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

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

### 管理团队成员

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

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

### 团队所有者

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


---

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