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

# 协作

- [邀请你的团队](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
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:

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