> 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>ドキュメントを1か所に整理するためにスペースを作成します。</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/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><tr><td><strong>コレクション</strong></td><td>スペースをまとめるためにコレクションを作成します。</td><td><a href="/files/ffb120eed3cec870b9fc6cd9f053123f98e8378d">/files/ffb120eed3cec870b9fc6cd9f053123f98e8378d</a></td><td><a href="/pages/87bf9e8af4a296e73bd1aa46ccdf3a4886324d2c">/pages/87bf9e8af4a296e73bd1aa46ccdf3a4886324d2c</a></td><td><a href="/files/80b915fe643c78babbeb33d059ff667ded954049">/files/80b915fe643c78babbeb33d059ff667ded954049</a></td><td><a href="/files/43017fb2dc24e1356704050c7182d31018f530d5">/files/43017fb2dc24e1356704050c7182d31018f530d5</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.
