> 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/koraborshon/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/koraborshon/change-requests.md#merge) 変更を公開できます。

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

GitBook Agentは、チームのもう1人のメンバーのように一緒に作業します。 [変更リクエスト内では](/docs/documentation/ja-gitbook-documentation/koraborshon/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.
