> 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/creating-content/content-structure.md).

# 内容结构

GitBook 中的内容围绕你的文档站点进行组织。你的组织包含站点，而每个站点由以下内容组成 **章节** ——你编写和编辑的页面都位于某个章节中。相关章节可以组织成 **分组** ，以构建你站点的导航。你在编辑时看到的结构，与访客在已发布站点上看到的结构相同。

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-type="image">封面图（深色）</th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">封面图</th><th data-hidden data-card-cover-dark data-type="image">封面图（深色）</th></tr></thead><tbody><tr><td><strong>站点</strong></td><td>创建一个站点以发布和组织你的文档。</td><td><a href="/files/bde6d2f00d54635569557759bb2407bb04513341">/files/bde6d2f00d54635569557759bb2407bb04513341</a></td><td><a href="/pages/b4b07a577e24c021b414ae9d2029787cefea94da">/pages/b4b07a577e24c021b414ae9d2029787cefea94da</a></td><td><a href="/files/ae6f7f5d521d10b249b23418f88b74f1e092172b">/files/ae6f7f5d521d10b249b23418f88b74f1e092172b</a></td><td><a href="/files/1deebdde5ecc90d1dbee572e11113e80e1ecbfe3">/files/1deebdde5ecc90d1dbee572e11113e80e1ecbfe3</a></td></tr><tr><td><strong>章节</strong></td><td>创建章节以组织你站点内的内容。</td><td><a href="/files/12eddaeacfbc6df9870a2b33cad491929ab1d728">/files/12eddaeacfbc6df9870a2b33cad491929ab1d728</a></td><td><a href="/pages/6de87f772fb49cc014b2932412dfbefcfea1f1a9">/pages/6de87f772fb49cc014b2932412dfbefcfea1f1a9</a></td><td><a href="/files/25c3fea848091c75385a548c71198fa55881a644">/files/25c3fea848091c75385a548c71198fa55881a644</a></td><td><a href="/files/107678895d7dc536f84eb175e16ddcff92ea4ed8">/files/107678895d7dc536f84eb175e16ddcff92ea4ed8</a></td></tr><tr><td><strong>分组</strong></td><td>创建分组以组织你站点中相关的章节。</td><td><a href="/files/12eddaeacfbc6df9870a2b33cad491929ab1d728">/files/12eddaeacfbc6df9870a2b33cad491929ab1d728</a></td><td><a href="/pages/854e651d186dbb8581d9c58952fa907b1deca3c5">/pages/854e651d186dbb8581d9c58952fa907b1deca3c5</a></td><td><a href="/files/25c3fea848091c75385a548c71198fa55881a644">/files/25c3fea848091c75385a548c71198fa55881a644</a></td><td><a href="/files/107678895d7dc536f84eb175e16ddcff92ea4ed8">/files/107678895d7dc536f84eb175e16ddcff92ea4ed8</a></td></tr><tr><td><strong>页面</strong></td><td>创建页面以拆分并编辑文档中的内容。</td><td><a href="/files/bde6d2f00d54635569557759bb2407bb04513341">/files/bde6d2f00d54635569557759bb2407bb04513341</a></td><td><a href="/pages/9386f6b5d89a41d7ceb8f187e6cf117a904e90ef">/pages/9386f6b5d89a41d7ceb8f187e6cf117a904e90ef</a></td><td><a href="/files/ae6f7f5d521d10b249b23418f88b74f1e092172b">/files/ae6f7f5d521d10b249b23418f88b74f1e092172b</a></td><td><a href="/files/1deebdde5ecc90d1dbee572e11113e80e1ecbfe3">/files/1deebdde5ecc90d1dbee572e11113e80e1ecbfe3</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/creating-content/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.
