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

# 指南

发布并管理与您的受众和品牌相匹配的文档。这些指南涵盖创建文档站点、自定义站点、共享访问权限以及衡量性能。

#### 探索

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket">:rocket:</i></h4></td><td><h4>创建并发布文档站点</h4><p>创建文档站点，添加内容，并发布给您的受众。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/I5zoKKnt6XBITF2cc838">/spaces/LBGJKQic7BQYBXmVSjy0/pages/I5zoKKnt6XBITF2cc838</a></td></tr><tr><td><h4><i class="fa-palette">:palette:</i></h4></td><td><h4>创建品牌化文档</h4><p>设置自定义域名、徽标、配色方案等。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/9UBFfdU5aXiP62oCWT5I">/spaces/LBGJKQic7BQYBXmVSjy0/pages/9UBFfdU5aXiP62oCWT5I</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><h4>通过命令行发布文档站点</h4><p>使用 GitBook CLI 创建一个空间并发布文档站点。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/zmpnDiKX098r2S6GXiyP">/spaces/LBGJKQic7BQYBXmVSjy0/pages/zmpnDiKX098r2S6GXiyP</a></td></tr><tr><td><h4><i class="fa-chart-line">:chart-line:</i></h4></td><td><h4>跟踪文档分析数据</h4><p>衡量流量、反馈以及访客提出的问题。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/OykWapcRQTN6cSKDjufw">/spaces/LBGJKQic7BQYBXmVSjy0/pages/OykWapcRQTN6cSKDjufw</a></td></tr></tbody></table>

#### 快速指南

<details>

<summary>如何发布文档站点？</summary>

创建文档站点，添加一个空间，并选择谁可以访问它。

本指南涵盖站点创建、受众设置以及内容发布。

<button type="button" class="button secondary" data-action="ask" data-query="How do I publish a docs site in GitBook? Show me how to create a site, add a space, configure audience settings, and publish content. 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 customize my GitBook docs site? Show me how to configure themes, logos, navigation, and page settings. 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 control access to my GitBook docs? Show me how to configure public access, share links, and authenticated access. Include links to the relevant docs pages." data-icon="gitbook-assistant">打开指南</button>

</details>

<details>

<summary>如何衡量文档站点表现？</summary>

站点洞察显示访客如何使用您的文档，以及他们在哪些地方需要帮助。

本指南涵盖流量、页面反馈、搜索和 AI 问题。

<button type="button" class="button secondary" data-action="ask" data-query="How do I measure my GitBook docs site performance? Show me how to use site insights to review traffic, page feedback, search, and AI questions. 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/fa-bu/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.
