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

# 管理你的站点

- [站点设置](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-settings.md): 自定义并编辑已发布站点中的各项设置
- [站点结构](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-structure.md): 使用分区、变体和外部链接组织你已发布的文档
- [分区](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-structure/site-sections.md): 在一个已发布的站点中组织独立的产品、受众或主题。
- [内容变体](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-structure/variants.md): 在一个站点中发布多个产品版本或语言的文档
- [多语言分区](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-structure/multilingual-sections.md): 为你的站点、分区、分区组和导航设置本地化标题
- [站点自定义](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/customization.md): 使用自定义徽标、字体、颜色、链接等创建品牌化文档
- [图标、颜色和主题](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/customization/icons-colors-and-themes.md): 自定义图标、颜色、主题以及已发布文档中更细粒度的设置
- [布局与结构](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/customization/layout-and-structure.md): 自定义已发布文档的布局和结构
- [分享与社交](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/customization/sharing-and-social.md): 自定义站点的社交账号元数据和分享选项
- [已发布站点和站点预览中的工具栏](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/customization/toolbar-on-published-sites-and-site-previews.md): 了解更多关于当你登录 GitBook 时，已发布站点上显示的工具栏
- [额外配置](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/customization/extra-configuration.md): 为已发布的文档配置额外选项
- [安装并管理集成](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/install-an-integration.md): 在单个分区中安装集成，或在组织中的所有分区中安装
- [站点权限](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-permissions.md): 在管理站点结构、设置和发布时，每个角色可以做什么
- [指南](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/guides.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/guan-li-ni-de-zhan-dian.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.
