> 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/creating-content/content-structure/space.md).

# Spaces

A space is a project that lets you work on a collection of related pages. They allow you to write content, organize pages, add integrations and more.

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

### Create a space

Click the **+** button next to the **Spaces** header in the sidebar and choose **New space** to create a new space. You can also create a new space inside a [collection](/url/gitbook.com/docs/creating-content/content-structure/collection.md).

You can edit a space’s name by hovering over the name in the [space header](/url/gitbook.com/docs/resources/gitbook-ui.md#space-header).

### Duplicate a space

To duplicate a space, open that space's **Action menu** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/Zw9q37vPYF03vQIqywTy" alt="The Actions menu icon in GitBook"></picture> in the sidebar and select **Duplicate**.

Duplicating a space will create a copy of the source space, in the same location (organization, collection, sub-collection, etc.).

{% hint style="warning" %}
Duplicating a space copies the content in the source space. It doesn't copy revisions or version history.
{% endhint %}

### Move a space

You can move a space by opening the space’s **Action menu** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/Zw9q37vPYF03vQIqywTy" alt="The Actions menu icon in GitBook"></picture> in the sidebar, selecting **Move space to…** and choosing a destination. Alternatively, you can drag and drop spaces in the sidebar to move or reorder them.\
\
You can move spaces between collections within the same organization, as long as you have an [admin role](/url/gitbook.com/docs/collaboration/member-management/roles.md).

### Delete a space

You can delete a space by opening the space’s **Action menu** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/Zw9q37vPYF03vQIqywTy" alt="The Actions menu icon in GitBook"></picture> in the sidebar and selecting **Delete**.

{% hint style="warning" %}
**Deleted spaces can be restored from the Trash for up to 7 days**. After this, they will be permanently deleted.
{% 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/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.
