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

# 全部内容

在 GitBook 中，您的内容位于 [部分中](/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-structure/site-sections.md) ，这些内容属于某个文档站点。 **全部内容** 此界面为您提供一个统一位置，可查看组织中的所有内容：来自每个站点的内容，以及尚未归属于任何站点的内容。

### 打开“全部内容”

来自您的组织 **主页**，点击 **内容** 在侧边栏中。

### 浏览、筛选和搜索

每一行显示内容名称及其上次更新时间。点击一行即可打开。

要缩小列表范围，请点击 **所有站点** 筛选器并选择一个站点。要按名称查找内容，请使用 **搜索内容** 字段。

### 创建内容

点击 **创建内容** 以在此界面开始创建新内容。

最好让内容归属于一个父站点。只要可以，尽量在站点内创建新内容——这样可以将结构、权限和发布集中在一个地方。参见 [站点结构](/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-structure.md) 了解各个部分如何适配到站点中。

### 不属于站点的内容

如果您的组织在我们改版导航之前使用过 GitBook，您的部分内容可能尚未归属于某个站点。它仍会显示在 **全部内容**中，您仍可在此继续编辑和协作。

要发布该内容，请将其作为一个部分添加到站点中。更多信息请参见 [站点结构](/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-structure.md).


---

# 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/all-content.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.
