# 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/what-is-gitbook-agent.md#add-a-style-guide-and-custom-instructions) を追加して、チームのスタイルに沿って変更をレビューするようにすることもできます

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

GitBook Agent にレビューを依頼できるのは、組織内のあらゆる [公開中の変更リクエスト](/docs/documentation/ja-gitbook-documentation/collaboration/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/collaboration/change-requests.md#merge) 変更を本番に公開できます。

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

GitBook Agent は、チームのもう一人のメンバーのように一緒に作業します。 [変更リクエストの中で](/docs/documentation/ja-gitbook-documentation/collaboration/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) 共同作業を始めることができます。

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

* 新しいコンテンツを書く、または既存のセクションを विस्तारする
* &#x20;টাইポやスペルミスを修正する
* わかりにくい説明や古くなった説明を書き直す
* ページの正確さ、明瞭さ、完全性をレビューする
* コード例を生成または更新する
* 不足しているドキュメントやワークフローの抜けを見つける。

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


---

# Agent Instructions: 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:

```
GET https://gitbook.com/docs/documentation/ja-gitbook-documentation/gitbook-agent/review-change-requests-with-gitbook-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
