> 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/chuang-jian-nei-rong/content-structure.md).

# 内容结构

GitBook 中的内容围绕你的文档站点进行组织。你的组织包含站点，而每个站点由 **部分中** —— 你编写和编辑的页面都位于一个章节中。

相关章节可以组织成 **组** 以构建你的网站导航。你在编辑时看到的结构，与访客在已发布网站上看到的结构相同。

<table data-card-size="large" 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-globe">:globe:</i></h4></td><td><h4>站点</h4></td><td>创建一个站点来发布和组织你的文档。</td><td><a href="/pages/b4b07a577e24c021b414ae9d2029787cefea94da">/pages/b4b07a577e24c021b414ae9d2029787cefea94da</a></td></tr><tr><td><h4><i class="fa-layer-group">:layer-group:</i></h4></td><td><h4>部分</h4></td><td>创建章节来组织站点中的内容。</td><td><a href="/pages/6de87f772fb49cc014b2932412dfbefcfea1f1a9">/pages/6de87f772fb49cc014b2932412dfbefcfea1f1a9</a></td></tr><tr><td><h4><i class="fa-folder">:folder:</i></h4></td><td><h4>分组</h4></td><td>创建分组来组织站点中的相关章节。</td><td><a href="/pages/854e651d186dbb8581d9c58952fa907b1deca3c5">/pages/854e651d186dbb8581d9c58952fa907b1deca3c5</a></td></tr><tr><td><h4><i class="fa-file-lines">:file-lines:</i></h4></td><td><h4>页面</h4></td><td>创建页面来拆分并编辑文档中的内容。</td><td><a href="/pages/9386f6b5d89a41d7ceb8f187e6cf117a904e90ef">/pages/9386f6b5d89a41d7ceb8f187e6cf117a904e90ef</a></td></tr></tbody></table>


---

# 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/chuang-jian-nei-rong/content-structure.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.
