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

# ガイド

GitBookのエディターを使えば、新規に始める場合でも既存のスペースで作業する場合でも、ドキュメントの作成やカスタマイズが簡単です。

#### 探索

<table 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-pen-ruler">:pen-ruler:</i></h4></td><td><h4>GitBookのエディターの使い方</h4></td><td>ページを作成し、コンテンツブロックを追加して、ドキュメントを公開する</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/Wni3Z5ITCvPY6qF2bCzG">/spaces/LBGJKQic7BQYBXmVSjy0/pages/Wni3Z5ITCvPY6qF2bCzG</a></td></tr><tr><td><h4><i class="fa-file-import">:file-import:</i></h4></td><td><h4>CSVファイルからコンテンツをインポートする</h4></td><td>Zendeskまたは別のCSVエクスポートからドキュメントをインポートする</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/IqFuWVAjkpwZ9wmBRs36">/spaces/LBGJKQic7BQYBXmVSjy0/pages/IqFuWVAjkpwZ9wmBRs36</a></td></tr><tr><td><h4><i class="fa-circle-play">:circle-play:</i></h4></td><td><h4>再生可能な動画を埋め込む</h4></td><td>動画コンテンツをドキュメントに直接追加する</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/ZYqnks2uLnPy384HMHch">/spaces/LBGJKQic7BQYBXmVSjy0/pages/ZYqnks2uLnPy384HMHch</a></td></tr><tr><td><h4><i class="fa-magnifying-glass">:magnifying-glass:</i></h4></td><td><h4>Git Syncで一括変更を行う</h4></td><td>コードエディターからドキュメント全体の繰り返しコンテンツを更新する</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/02SutZOs2UIyYaqfwIVg">/spaces/LBGJKQic7BQYBXmVSjy0/pages/02SutZOs2UIyYaqfwIVg</a></td></tr></tbody></table>

#### クイックガイド

<details>

<summary>ドキュメントはどのように構成すればよいですか？</summary>

読者が完了する必要のあるタスクを中心に、ページとグループを整理します。

このガイドでは、ページ階層の設計、グループの作成、ナビゲーションの改善について説明します。

<button type="button" class="button secondary" data-action="ask" data-query="How do I structure GitBook documentation around reader tasks? Show me how to plan page hierarchy, create groups, organize pages, and refine navigation. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>ページ間でコンテンツを再利用するにはどうすればよいですか？</summary>

再利用可能なコンテンツにより、ドキュメント全体で共有テキストの一貫性を保てます。

このガイドでは、再利用可能なブロックの作成、ページへの挿入、共有コンテンツの更新について説明します。

<button type="button" class="button secondary" data-action="ask" data-query="How do I reuse content across GitBook pages? Show me how to create reusable blocks, insert them into pages, and update shared content. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>変数を使って繰り返しの値を管理するにはどうすればよいですか？</summary>

変数を使うと、値を一度定義してコンテンツ全体で再利用できます。

このガイドでは、変数の作成、ページでの参照、共有値の維持について説明します。

<button type="button" class="button secondary" data-action="ask" data-query="How do I manage repeated values with GitBook variables? Show me how to create variables, reference them in pages, and maintain shared values. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>ドキュメントのスタイルガイドはどのように作成すればよいですか？</summary>

スタイルガイドがあれば、共同編集者やAI支援による変更があってもドキュメントの一貫性を保てます。

このガイドでは、記述ルールの定義、用語ガイダンスの追加、ガイドの維持について説明します。

<button type="button" class="button secondary" data-action="ask" data-query="How do I create a GitBook documentation style guide? Show me how to define writing rules, add terminology guidance, and maintain the guide. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>


---

# 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/guides.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.
