> For the complete documentation index, see [llms.txt](https://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.com/docs/documentation/ja-gitbook-documentation/creating-content/content-structure/collection.md).

# グループ

グループを使うと、サイト内の関連するセクションを整理でき、訪問者にとってサイトの構成をより見やすくできます。

### グループを作成

1. サイトで、次をクリックします **追加…**.
2. 次をクリックします **新しいグループ**.
3. グループを表すタイトルとアイコンを選択します。

新しいグループは最初は **下書き**として作成されます。公開するまで、公開中のサイトには表示されません。

### グループにセクションを追加する

1. 次を開きます **構成エディタ**.
2. セクションをグループ内にドラッグするか、グループ外へドラッグします。

または、グループ内に直接新しいセクションを作成します。

### グループを公開する

1. グループの **アクションメニュー** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/3489a3405c2f5c8e7f31c02ff44e42d2e3e8dbf6" alt="The Actions menu icon in GitBook"></picture>.
2. 次をクリックします **公開**.

または、構成エディタから複数の下書きを一度に公開できます。

下書きグループがサイトでどのように表示されるかを確認するには、サイトのプレビューを次の間で切り替えます **公開中** と **公開中 + 下書き**.

### グループの名前を変更する

1. 次をクリックします **アクションメニュー** アイコン <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/3489a3405c2f5c8e7f31c02ff44e42d2e3e8dbf6" alt="The Actions menu icon in GitBook"></picture> グループの横にある
2. 次をクリックします **名前を変更**.
3. グループのタイトルまたはアイコンを変更します。

### グループを削除する

1. グループの **アクションメニュー** <picture><source srcset="/files/YjlF3Z9KMYv9aQiFzZKD" media="(prefers-color-scheme: dark)"><img src="/files/3489a3405c2f5c8e7f31c02ff44e42d2e3e8dbf6" alt="The Actions menu icon in GitBook"></picture>.
2. 次をクリックします **削除**.


---

# 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, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/documentation/ja-gitbook-documentation/creating-content/content-structure/collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
