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

# 分组

组可帮助你在网站内组织相关版块，使访客更容易浏览你的网站结构。

### 创建组

1. 在你的网站中，点击 **添加…**.
2. 点击 **新建组**.
3. 选择一个标题和一个代表该组的图标。

新组开始时为 **草稿**：在你发布之前，它们不会显示在你已发布的网站上。

### 将版块添加到组中

1. 打开 **结构编辑器**.
2. 将版块拖入组中或拖出组外。

或者直接在组内创建一个新版块。

### 发布组

1. 打开该组的 **操作菜单** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/d05670ba93b683794fb3fe95a9fc7ab5c7fceafd" alt="The Actions menu icon in GitBook"></picture>.
2. 点击 **发布**.

或者在结构编辑器中一次发布多个草稿。

要预览草稿组在你网站上的显示效果，请将网站预览切换为 **实时** 和 **实时 + 草稿**.

### 重命名组

1. 点击组旁边的 **操作菜单** 图标 <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/d05670ba93b683794fb3fe95a9fc7ab5c7fceafd" alt="The Actions menu icon in GitBook"></picture> 。
2. 点击 **重命名**.
3. 更改该组的标题或图标。

### 删除组

1. 打开该组的 **操作菜单** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/d05670ba93b683794fb3fe95a9fc7ab5c7fceafd" alt="The Actions menu icon in GitBook"></picture>.
2. 点击 **删除**.


---

# 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/collection.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.
