# スペース

スペースとは、関連するページのコレクションで作業できるプロジェクトです。コンテンツを書いたり、ページを整理したり、連携を追加したりできます。

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

### スペースを作成する

クリックして **+** ボタンを、〜の横にある **スペース** サイドバーのヘッダーで **新しいスペース** を選択して新しいスペースを作成します。また、次の中に新しいスペースを作成することもできます。 [コレクション](/docs/documentation/ja-gitbook-documentation/creating-content/content-structure/collection.md).

スペースの名前は、サイドバーの名前にカーソルを合わせると編集できます。 [スペースヘッダー](/docs/documentation/ja-gitbook-documentation/rissu/gitbook-ui.md#space-header).

### スペースを複製する

スペースを複製するには、そのスペースの **アクションメニュー** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/3489a3405c2f5c8e7f31c02ff44e42d2e3e8dbf6" alt="The Actions menu icon in GitBook"></picture> をサイドバーで開き、 **複製**.

を選択します。スペースを複製すると、元のスペースのコピーが同じ場所（組織、コレクション、サブコレクションなど）に作成されます。

### スペースを移動する

スペースを移動するには、スペースの **アクションメニュー** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/3489a3405c2f5c8e7f31c02ff44e42d2e3e8dbf6" alt="The Actions menu icon in GitBook"></picture> をサイドバーで開き、 **スペースを移動先…** を選択して、移動先を選びます。あるいは、サイドバーでスペースをドラッグ＆ドロップして移動または並べ替えることもできます。\
\
同じ組織内であれば、コレクション間でスペースを移動できます。ただし、次の権限がある場合に限ります。 [管理者ロール](/docs/documentation/ja-gitbook-documentation/collaboration/member-management/roles.md).

### スペースを削除する

スペースを削除するには、スペースの **アクションメニュー** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/3489a3405c2f5c8e7f31c02ff44e42d2e3e8dbf6" 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/ja-gitbook-documentation/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.
