> For the complete documentation index, see [llms.txt](https://gitbook-open-v2-preview.gitbook.workers.dev/url/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-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/creating-content/content-structure/space.md).

# 空间

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

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

### 创建空间

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

你可以通过将鼠标悬停在名称上来编辑空间名称，位于 [空间标题](/url/gitbook.com/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> 在侧边栏中，然后选择 **复制**.

复制空间会在相同位置（组织、集合、子集合等）创建源空间的副本。

{% hint style="warning" %}
复制空间会复制源空间中的内容，但不会复制修订或版本历史。
{% endhint %}

### 移动空间

你可以通过打开该空间的 **操作菜单** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/d05670ba93b683794fb3fe95a9fc7ab5c7fceafd" alt="The Actions menu icon in GitBook"></picture> 在侧边栏中，选择 **将空间移动到……** 并选择一个目标位置。或者，你也可以在侧边栏中拖放空间来移动或重新排序它们。\
\
只要你拥有一个 [管理员角色](/url/gitbook.com/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
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:

```
GET https://gitbook-open-v2-preview.gitbook.workers.dev/url/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.
