# 集合

集合是一种将空间分组在一起的方式，可让你更轻松地组织内容。借助集合，你可以：

* 按相似的主题或想法组织内容
* 管理空间 [权限](/docs/documentation/zh/collaboration/member-management/permissions-and-inheritance.md) 通过按规模进行管理，并允许你覆盖组织级默认设置。

### 创建集合

点击 **+** 按钮，位于 **空间** 侧边栏中的标题旁，用于创建新集合。你也可以从集合的主页在另一个集合中创建集合或空间。

### 移动集合

你可以通过打开 **操作菜单** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/d05670ba93b683794fb3fe95a9fc7ab5c7fceafd" alt="The Actions menu icon in GitBook"></picture>，选择 **将集合移动到…** 并选择目标位置来移动集合。或者，你也可以在侧边栏中拖放集合以移动或重新排序。\
\
如果你在两个组织中都拥有 [管理员角色](/docs/documentation/zh/collaboration/member-management/roles.md) ，你还可以将集合移动到其他集合中，甚至移动到其他组织中。

### 嵌套集合

你可以将集合彼此嵌套，创建集合 -> 子集合 -> 空间的层级结构。

打开一个集合，然后你可以点击 **新建集合** ，从集合主页创建子集合。

要将一个集合移动到另一个集合中，请点击 **将集合移动到…** 来自该集合的 **操作菜单** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/d05670ba93b683794fb3fe95a9fc7ab5c7fceafd" alt="The Actions menu icon in GitBook"></picture> ，然后选择其新位置。或者，你也可以将该集合拖放到新位置。

### 如何删除集合

你可以通过打开其 **操作菜单** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/d05670ba93b683794fb3fe95a9fc7ab5c7fceafd" alt="The Actions menu icon in GitBook"></picture> 并选择 **删除**.

{% hint style="danger" %}
**删除集合是最终操作**，但已删除集合中的空间会移至 **废纸篓** ，并且可在删除后最多七天内恢复。你可以从侧边栏底部访问废纸篓。
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://gitbook.com/docs/documentation/zh/creating-content/content-structure/collection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
