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

# 指南

与您的团队协作处理内容。这些指南涵盖变更请求、审阅、评论和访问权限。

#### 探索

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-code-branch">:code-branch:</i></h4></td><td><h4>如何协作处理变更请求</h4></td><td>了解您的团队如何使用变更请求协同工作</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/d95mdHFHppZlERwwiByR">/spaces/LBGJKQic7BQYBXmVSjy0/pages/d95mdHFHppZlERwwiByR</a></td></tr></tbody></table>

#### 快速指南

<details>

<summary>如何为我的团队设置访问权限？</summary>

选择能让您的团队安全协作的角色和权限。

本指南涵盖邀请队友、管理访问权限和组织团队。

<button type="button" class="button secondary" data-action="ask" data-query="How do I set up access for my team in GitBook? Show me how to invite teammates, assign roles and permissions, and organize teams. Include links to the relevant docs pages." data-icon="gitbook-assistant">打开指南</button>

</details>

<details>

<summary>如何创建并合并变更请求？</summary>

变更请求可让您提出内容更新并安全发布。

本指南涵盖创建变更、请求审阅以及合并已批准的工作。

<button type="button" class="button secondary" data-action="ask" data-query="How do I create and merge a change request in GitBook? Show me how to make changes, request a review, and merge approved work. Include links to the relevant docs pages." data-icon="gitbook-assistant">打开指南</button>

</details>

<details>

<summary>如何审阅变更请求？</summary>

审阅者可以比较编辑内容、提供反馈并批准更改。

本指南涵盖审阅差异、请求更改以及批准变更请求。

<button type="button" class="button secondary" data-action="ask" data-query="How do I review a change request in GitBook? Show me how to compare diffs, leave feedback, request changes, and approve a change request. Include links to the relevant docs pages." data-icon="gitbook-assistant">打开指南</button>

</details>

<details>

<summary>如何讨论并解决反馈？</summary>

评论可将问题和反馈与相关内容关联起来。

本指南涵盖添加评论、提及队友以及解决讨论线程。

<button type="button" class="button secondary" data-action="ask" data-query="How do I discuss and resolve feedback in GitBook? Show me how to add comments, mention teammates, reply to threads, and resolve comments. Include links to the relevant docs pages." data-icon="gitbook-assistant">打开指南</button>

</details>


---

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