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

# 协作

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

```
GET https://gitbook.com/docs/documentation/zh/xie-zuo.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.
