> 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.md).

# コンテンツ構造

GitBook のコンテンツは、ドキュメントサイトを中心に整理されています。あなたの組織にはサイトがあり、各サイトは **セクション** — あなたが作成・編集するページは、セクション内にあります。関連するセクションは **グループ** にまとめて、サイトのナビゲーションを形作ることができます。編集画面で見える構造は、公開サイトで訪問者に見える構造と同じです。

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-type="image">カバー画像（ダーク）</th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">カバー画像</th><th data-hidden data-card-cover-dark data-type="image">カバー画像（ダーク）</th></tr></thead><tbody><tr><td><strong>サイト</strong></td><td>ドキュメントを公開し、整理するためのサイトを作成します。</td><td><a href="/files/4ca7a3afa8de9dee9a4058ada31f4aa6d47b6400">/files/4ca7a3afa8de9dee9a4058ada31f4aa6d47b6400</a></td><td><a href="/pages/b58b1471067b04968bd4301f9455463a3c1560dc">/pages/b58b1471067b04968bd4301f9455463a3c1560dc</a></td><td><a href="/files/478c64261b21ff0eac226b3fe4386153304566dd">/files/478c64261b21ff0eac226b3fe4386153304566dd</a></td><td><a href="/files/cb098a33776a70ad36768eeba2460c39691c2d3e">/files/cb098a33776a70ad36768eeba2460c39691c2d3e</a></td></tr><tr><td><strong>セクション</strong></td><td>サイト内のコンテンツを整理するためのセクションを作成します。</td><td><a href="/files/e97ee7585a8aa3a415f0f1ed7bdd5b22ecf71458">/files/e97ee7585a8aa3a415f0f1ed7bdd5b22ecf71458</a></td><td><a href="/pages/c3a5140f61534d2638485ed5d124ed0c7424c78e">/pages/c3a5140f61534d2638485ed5d124ed0c7424c78e</a></td><td><a href="/files/3ed920bd7ad5ce2915e0ec88f70f2ab366025da1">/files/3ed920bd7ad5ce2915e0ec88f70f2ab366025da1</a></td><td><a href="/files/d7b70d6cc6ef9cab91cff5483dfc9275f747f216">/files/d7b70d6cc6ef9cab91cff5483dfc9275f747f216</a></td></tr><tr><td><strong>グループ</strong></td><td>サイト内の関連するセクションを整理するためのグループを作成します。</td><td><a href="/files/e97ee7585a8aa3a415f0f1ed7bdd5b22ecf71458">/files/e97ee7585a8aa3a415f0f1ed7bdd5b22ecf71458</a></td><td><a href="/pages/87bf9e8af4a296e73bd1aa46ccdf3a4886324d2c">/pages/87bf9e8af4a296e73bd1aa46ccdf3a4886324d2c</a></td><td><a href="/files/3ed920bd7ad5ce2915e0ec88f70f2ab366025da1">/files/3ed920bd7ad5ce2915e0ec88f70f2ab366025da1</a></td><td><a href="/files/d7b70d6cc6ef9cab91cff5483dfc9275f747f216">/files/d7b70d6cc6ef9cab91cff5483dfc9275f747f216</a></td></tr><tr><td><strong>ページ</strong></td><td>ドキュメント内のコンテンツを分割して編集するためのページを作成します。</td><td><a href="/files/4ca7a3afa8de9dee9a4058ada31f4aa6d47b6400">/files/4ca7a3afa8de9dee9a4058ada31f4aa6d47b6400</a></td><td><a href="/pages/af85d6648b47302720b4e6053bbb1d1c96f97e22">/pages/af85d6648b47302720b4e6053bbb1d1c96f97e22</a></td><td><a href="/files/478c64261b21ff0eac226b3fe4386153304566dd">/files/478c64261b21ff0eac226b3fe4386153304566dd</a></td><td><a href="/files/cb098a33776a70ad36768eeba2460c39691c2d3e">/files/cb098a33776a70ad36768eeba2460c39691c2d3e</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/creating-content/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.
