# 空间

空间是一个项目，可让你处理一组相关页面。它们允许你编写内容、组织页面、添加集成等。

<figure><img src="/files/a0b7d3d09be72b916603f0a7219fa162a728db2b" alt="A GitBook screenshot showing the spaces sidebar"><figcaption></figcaption></figure>

### 创建空间

点击 **+** 按钮，位于 **空间** 侧边栏中的标题并选择 **新建空间** 以创建一个新空间。你也可以在一个内创建新空间 [集合](/docs/documentation/zh/creating-content/content-structure/collection.md).

你可以将鼠标悬停在侧边栏中的名称上来编辑空间名称 [空间页眉](/docs/documentation/zh/zi-yuan/gitbook-ui.md#space-header).

### 复制空间

要复制一个空间，请打开该空间的 **操作菜单** <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> 在侧边栏中，选择 **将空间移动到…** 并选择一个目标位置。或者，你也可以在侧边栏中拖放空间来移动或重新排序它们。\
\
你可以在同一组织内的集合之间移动空间，只要你拥有一个 [管理员角色](/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> 在侧边栏中并选择 **删除**.

{% hint style="warning" %}
**已删除的空间可在垃圾桶中恢复，最长可达 7 天**。之后，它们将被永久删除。
{% 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/space.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.
