# 协作

- [邀请你的团队](https://gitbook.com/docs/documentation/zh/collaboration/share.md): 了解如何将团队成员和其他相关人员作为成员或访客邀请到你的 GitBook 组织中，以便他们协作处理你的内容
- [成员管理](https://gitbook.com/docs/documentation/zh/collaboration/member-management.md): 了解如何管理组织成员对内容的访问权限
- [管理或移除成员](https://gitbook.com/docs/documentation/zh/collaboration/member-management/invite-members-to-your-organization.md): 了解如何管理组织成员，包括添加新的管理员，以及当唯一管理员离开组织时该怎么做
- [权限与继承](https://gitbook.com/docs/documentation/zh/collaboration/member-management/permissions-and-inheritance.md): 了解 GitBook 中权限的工作方式，以及如何控制谁可以访问和编辑你的内容
- [角色](https://gitbook.com/docs/documentation/zh/collaboration/member-management/roles.md): GitBook 中每种角色的详细说明——各自可以做什么，以及如何使用它们来控制整个组织的访问权限
- [团队](https://gitbook.com/docs/documentation/zh/collaboration/member-management/teams.md): 团队是对组织内成员进行分组的好方法
- [变更请求](https://gitbook.com/docs/documentation/zh/collaboration/change-requests.md): 通过变更请求协作编辑内容
- [变更请求界面](https://gitbook.com/docs/documentation/zh/collaboration/change-requests/change-requests-screen.md): 了解专门的变更请求界面，它可以帮助你在合并并发布到文档之前浏览、管理和审查变更请求
- [空间中的变更请求](https://gitbook.com/docs/documentation/zh/collaboration/change-requests/change-requests-in-a-space.md): 了解如何在空间中围绕单个变更请求进行协作——包括如何审查、解决冲突和合并
- [合并规则](https://gitbook.com/docs/documentation/zh/collaboration/merge-rules.md): 定义在变更请求可合并前必须满足的要求
- [评论](https://gitbook.com/docs/documentation/zh/collaboration/comments.md): 向团队提问或接收有关你创建内容的反馈
- [通知](https://gitbook.com/docs/documentation/zh/collaboration/notifications.md): 接收有关新内容、空间更新或可见性变化的通知
- [实时编辑](https://gitbook.com/docs/documentation/zh/collaboration/live-edits.md): 与其他协作者实时编辑页面


---

# 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.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.
