> 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/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 は、チームのもう 1 人のメンバーのようにあなたと一緒に作業します。 [変更リクエスト内で](/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) 共同作業を始めるために。

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

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

詳しくはこちら： [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.
