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