> 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/guan-li-ni-de-zhan-dian/guides.md).

# 指南

探索用于自定义和组织你的 GitBook 文档站点的指南

### 探索

<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-wand-magic-sparkles">:wand-magic-sparkles:</i></h4></td><td><h4>如何打造一个美观的文档站点</h4><p>为你的文档打造精致的视觉体验。</p></td><td><a href="/docs/guides/customizing-your-site/how-to-make-a-great-looking-docs-site.md">How to make a great-looking docs site</a></td></tr><tr><td><h4><i class="fa-palette">:palette:</i></h4></td><td><h4>如何自定义你的网站主题</h4><p>设置你的徽标、颜色、字体排版和导航样式。</p></td><td><a href="/docs/guides/customizing-your-site/how-to-customize-your-sites-theme.md">How to customize your site’s theme</a></td></tr><tr><td><h4><i class="fa-table-columns">:table-columns:</i></h4></td><td><h4>如何自定义你的网站布局</h4><p>布局你的文档分区和导航。</p></td><td><a href="/docs/guides/customizing-your-site/how-to-customize-your-sites-layout.md">How to customize your site’s layout</a></td></tr><tr><td><h4><i class="fa-sliders">:sliders:</i></h4></td><td><h4>如何自定义你的网站配置</h4><p>配置网站行为和访客体验。</p></td><td><a href="/docs/guides/customizing-your-site/how-to-customize-your-sites-configuration.md">How to customize your site’s configuration</a></td></tr><tr><td><h4><i class="fa-layer-group">:layer-group:</i></h4></td><td><h4>使用站点分区将多个现有站点合并为一个</h4><p>将相关文档汇聚到一个已发布站点中。</p></td><td><a href="/docs/guides/content-organization-and-localization/combine-multiple-docs-sites-using-sections.md">How to organize docs with sections</a></td></tr><tr><td><h4><i class="fa-language">:language:</i></h4></td><td><h4>在 GitBook 中使用变体本地化你的文档</h4><p>使用变体发布本地化或版本化文档。</p></td><td><a href="/docs/guides/content-organization-and-localization/localize-your-docs-with-variants-in-gitbook.md">How to organize docs with variants</a></td></tr></tbody></table>

#### 快速指南

<details>

<summary>自定义你的文档站点</summary>

自定义你的网站品牌、导航和共享设置。

本指南涵盖颜色、字体排版、布局和网站配置。

<button type="button" class="button secondary" data-action="ask" data-query="Write a step-by-step guide to customizing a GitBook documentation site. Cover updating branding, choosing a layout, configuring navigation, and reviewing site 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="Write a step-by-step guide to organizing a GitBook site with sections and content variants. Cover planning the structure, creating sections, configuring variants, and checking navigation. 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="Write a step-by-step guide to controlling access to a GitBook documentation site. Cover choosing an audience, configuring authenticated access when needed, and testing access as a visitor. Include links to the relevant docs pages." data-icon="gitbook-assistant">打开指南</button>

</details>

<details>

<summary>设置自定义域名</summary>

自定义域名可为你发布的站点提供品牌化地址。

本指南涵盖选择子域名、添加 DNS 记录以及验证设置。

<button type="button" class="button secondary" data-action="ask" data-query="Write a step-by-step guide to setting up a custom domain for a GitBook documentation site. Cover choosing a subdomain, starting setup in GitBook, adding the required DNS record, and verifying the domain. 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="Write a step-by-step guide to installing and configuring a GitBook integration. Cover choosing an integration, selecting its scope, installing it, and completing any required configuration. 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/guan-li-ni-de-zhan-dian/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.
