# コレクション

コレクションは、スペースをまとめてグループ化し、コンテンツを整理しやすくする方法です。コレクションを使うと、次のことができます：

* 類似したトピックやアイデアごとにコンテンツを整理する
* スペースを管理する [権限](/docs/documentation/ja-gitbook-documentation/collaboration/member-management/permissions-and-inheritance.md) 組織レベルのデフォルトを上書きできるため、大規模に対応できるようにする。

### コレクションを作成する

クリックして **+** ボタンを、〜の横にある **スペース** サイドバーのヘッダーで、新しいコレクションを作成します。また、コレクションのメインページから、別のコレクション内にコレクションまたはスペースを作成することもできます。

### コレクションを移動する

コレクションを移動するには、 **アクションメニュー** <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> からクリックし、新しい場所を選択します。あるいは、コレクションを新しい場所へドラッグ＆ドロップすることもできます。

### コレクションを削除する方法

コレクションを削除するには、その **アクションメニュー** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/3489a3405c2f5c8e7f31c02ff44e42d2e3e8dbf6" alt="The Actions menu icon in GitBook"></picture> を開いて、 **削除**.

{% hint style="danger" %}
**コレクションの削除は元に戻せません**が、削除されたコレクション内のスペースは **ゴミ箱** に移動され、削除後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/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.
