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

# コンテンツ構造

GitBook のコンテンツは、ドキュメントサイトを中心に整理されます。あなたの組織にはサイトが含まれており、各サイトは **セクション** — あなたが作成・編集するページは、セクション内にあります。

関連するセクションは、 **groups** サイトのナビゲーションを形作るために。編集時に表示される構造は、公開サイトで訪問者に表示される構造と同じです。

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-globe">:globe:</i></h4></td><td><h4>サイト</h4></td><td>ドキュメントを公開し、整理するためにサイトを作成します。</td><td><a href="/pages/b58b1471067b04968bd4301f9455463a3c1560dc">/pages/b58b1471067b04968bd4301f9455463a3c1560dc</a></td></tr><tr><td><h4><i class="fa-layer-group">:layer-group:</i></h4></td><td><h4>セクション</h4></td><td>サイト内のコンテンツを整理するためにセクションを作成します。</td><td><a href="/pages/c3a5140f61534d2638485ed5d124ed0c7424c78e">/pages/c3a5140f61534d2638485ed5d124ed0c7424c78e</a></td></tr><tr><td><h4><i class="fa-folder">:folder:</i></h4></td><td><h4>グループ</h4></td><td>サイト内の関連するセクションを整理するためにグループを作成します。</td><td><a href="/pages/87bf9e8af4a296e73bd1aa46ccdf3a4886324d2c">/pages/87bf9e8af4a296e73bd1aa46ccdf3a4886324d2c</a></td></tr><tr><td><h4><i class="fa-file-lines">:file-lines:</i></h4></td><td><h4>ページ</h4></td><td>ドキュメントのコンテンツを分割し、編集するためにページを作成します。</td><td><a href="/pages/af85d6648b47302720b4e6053bbb1d1c96f97e22">/pages/af85d6648b47302720b4e6053bbb1d1c96f97e22</a></td></tr></tbody></table>


---

# 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/kontentsuwosuru/content-structure.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.
