> 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): 与其他协作者实时编辑页面
- [已发布站点和站点预览中的工具栏](https://gitbook.com/docs/documentation/zh/collaboration/toolbar-on-published-sites-and-site-previews.md): 了解当你登录 GitBook 后，出现在已发布站点上的工具栏


---

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