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

# ガイド

GitBook Agent は、AI を使ってドキュメントの作成、改善、保守を支援します。これらのガイドでは、チーム向けの実践的なワークフローを紹介します。

#### 探索

<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-to-square">:pen-to-square:</i></h4></td><td><h4>AI を使ってドキュメントを書く方法</h4></td><td>GitBook Agent を、ドキュメントのための AI のチームメイトとして活用する</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/lZib1r0W2EKSeHHGsXse">/spaces/LBGJKQic7BQYBXmVSjy0/pages/lZib1r0W2EKSeHHGsXse</a></td></tr><tr><td><h4><i class="fa-wand-magic-sparkles">:wand-magic-sparkles:</i></h4></td><td><h4>GitBook Agent でドキュメントのワークフローを効率化する</h4></td><td>コンテンツ更新と保守のための実践的なワークフローを見つける</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/qFDlIyMYStBBWzAihxLv">/spaces/LBGJKQic7BQYBXmVSjy0/pages/qFDlIyMYStBBWzAihxLv</a></td></tr><tr><td><h4><i class="fa-brain-circuit">:brain-circuit:</i></h4></td><td><h4>ドキュメントのワークフローに AI を導入する</h4></td><td>人が主導権を握れる AI 支援プロセスを計画する</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/D9vypo5fHLnICOAyJTNU">/spaces/LBGJKQic7BQYBXmVSjy0/pages/D9vypo5fHLnICOAyJTNU</a></td></tr><tr><td><h4><i class="fa-code-pull-request">:code-pull-request:</i></h4></td><td><h4>変更依頼を共同で進める</h4></td><td>チームでドキュメントの変更をレビューし、議論し、マージする</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/d95mdHFHppZlERwwiByR">/spaces/LBGJKQic7BQYBXmVSjy0/pages/d95mdHFHppZlERwwiByR</a></td></tr></tbody></table>

#### クイックガイド

<details>

<summary>GitBook Agent で最初の下書きを作成するには？</summary>

GitBook Agent は、スコープを定めた依頼を下書きの変更に変換できます。

このガイドでは、コンテキストの追加、下書きのレビュー、コンテンツの洗練について扱います。

<button type="button" class="button secondary" data-action="ask" data-query="How do I create a first documentation draft with GitBook Agent? Show me how to add context, request a draft, review the change, and refine the content. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>GitBook Agent で変更依頼をレビューするには？</summary>

GitBook Agent は、ドキュメントの変更をレビューし、マージ前に問題を特定できます。

このガイドでは、レビューの依頼、フィードバックへの対応、変更の承認について扱います。

<button type="button" class="button secondary" data-action="ask" data-query="How do I review a documentation change request with GitBook Agent? Show me how to request a review, address feedback, and approve the change. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>ドキュメントの不足を自動で見つけて修正するには？</summary>

GitBook Agent は、古い、または不完全なドキュメントを特定し、修正案を準備できます。

このガイドでは、改善の実行、提案された変更のレビュー、更新の公開について扱います。

<button type="button" class="button secondary" data-action="ask" data-query="How do I find and fix documentation gaps with GitBook Agent? Show me how to run automatic improvements, review suggested changes, and publish updates. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>GitBook Agent でドキュメントを翻訳するには？</summary>

GitBook Agent はコンテンツを翻訳し、翻訳版を元のソースと整合させて保つことができます。

このガイドでは、翻訳の作成、ローカライズされたコンテンツのレビュー、更新の管理について扱います。

<button type="button" class="button secondary" data-action="ask" data-query="How do I translate documentation with GitBook Agent? Show me how to create translations, review localized content, and manage source updates. 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/gitbook-jento/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.
