> 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-agent/review-change-requests-with-gitbook-agent.md).

# GitBook Agent で変更リクエストをレビューする

〜に加えて [コンテンツを作成する](/docs/documentation/ja-gitbook-documentation/gitbook-agent/write-and-edit-with-ai.md)、GitBook Agent は変更リクエストをレビューして、エラーをすばやく見つけて修正し、改善案などを提案できます。

Agent はドキュメント全体の文脈を理解し、さらに [チームのスタイルガイド](/docs/documentation/ja-gitbook-documentation/gitbook-agent/overview.md#add-a-style-guide-and-custom-instructions) を追加して、チームのスタイルに沿って変更をレビューできるようにします。

### GitBook Agent で変更リクエストをレビューする

GitBook Agent にレビューを依頼できます。任意の [開いている変更リクエスト](/docs/documentation/ja-gitbook-documentation/gong-tong-zuo-ye/change-requests/change-requests-screen.md) で。

公開中の変更リクエストを表示しているときは、GitBook Agent をレビュー担当者として追加できます。レビュー担当者として追加すると、GitBook Agent が変更内容を確認し、公開済みサイトとスタイルガイドの文脈に基づいて、正確さ、明確さなどをレビューします。

変更内容を自分で確認したい場合は、エディタで変更リクエストを開き、 **変更** タブに切り替えます。エディタ下部のフローティング差分ナビゲーターを使うと、変更されたブロック間を移動したり、差分のある次のページへ進んだり、利用可能なレビュー操作を使って最後の変更からレビューを完了したりできます。

必要に応じてさらに変更を提案します。Agent に実装してほしい場合は、次のいずれかで指示できます。 [チャットウィンドウから](/docs/documentation/ja-gitbook-documentation/gitbook-agent/write-and-edit-with-ai.md#open-gitbook-agent-chat-window-in-any-change-request) または [コメントでタグ付けする](/docs/documentation/ja-gitbook-documentation/gitbook-agent/write-and-edit-with-ai.md#tag-gitbook-agent-in-a-comment).

変更に満足したら、 [変更リクエストをマージして](/docs/documentation/ja-gitbook-documentation/gong-tong-zuo-ye/change-requests.md#merge) 変更を公開できます。

### GitBook Agent で変更リクエストを更新する

GitBook Agent は、チームのもう一人のメンバーのようにあなたと協力します。 [変更リクエスト内では](/docs/documentation/ja-gitbook-documentation/gong-tong-zuo-ye/change-requests/change-requests-in-a-space.md)、 [GitBook Agent のチャットウィンドウを開いて](/docs/documentation/ja-gitbook-documentation/gitbook-agent/write-and-edit-with-ai.md#open-gitbook-agent-chat-window-in-any-change-request) 共同作業を始められます。

次のようなことを依頼できます:

* 新しいコンテンツを書いたり、既存のセクションを拡張したりする
* タイプミスやスペルミスを修正する
* わかりにくい説明や古くなった説明を書き直す
* ページの正確さ、明確さ、完全性を確認する
* コード例を生成または更新する
* 不足しているドキュメントやワークフローの抜け漏れを特定する。

詳細はこちら [GitBook Agent を使った執筆についてはこちら](/docs/documentation/ja-gitbook-documentation/gitbook-agent/write-and-edit-with-ai.md).


---

# 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-agent/review-change-requests-with-gitbook-agent.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.
