# 変更リクエスト画面

GitBook の変更リクエスト画面では、組織内のアクティブな変更リクエストを簡単に表示・管理できます。

この画面では、未処理の変更リクエストを確認したり、完了したものをマージしたり、GitBook Agent と協力して更新作業を進めたりできます。すべてを 1 つの統合されたページから行えます。

<div data-with-frame="true"><figure><img src="/files/13b4c5e9552ad7d3056a7c6bd77e92c8c7b021af" alt=""><figcaption><p>変更リクエスト画面からアクティブな変更リクエストを表示します。</p></figcaption></figure></div>

### 変更リクエスト画面の操作

組織内のすべての変更リクエストは変更リクエスト画面に表示され、下書き、レビュー中、マージ済み、アーカイブ済みで絞り込めます。

さらに、変更リクエストをフィルターできます [GitBook Agent によって作成された](broken://pages/0fd493192925f0345d9687088ec61138cb8d074f).

変更リクエストをクリックすると、拡張表示で開かれ、レビュー、編集、マージ、さらには [GitBook Agent と一緒に変更作業を続ける](/docs/documentation/ja-gitbook-documentation/gitbook-agent/review-change-requests-with-gitbook-agent.md#update-change-requests-with-docs-agent)ことができます。このセクションには、参加者とレビュー担当者、説明、そして diff 表示でハイライトされた変更など、変更リクエストに関する情報も表示されます。

変更リクエストのより詳細な情報を表示するには、 **編集** ボタンを右上でクリックして、 [変更リクエストのスペース](/docs/documentation/ja-gitbook-documentation/collaboration/change-requests/change-requests-in-a-space.md).

### 変更リクエストのレビュー

誰かが変更リクエストのレビューを依頼してきた場合、変更リクエスト画面から直接コンテンツを編集し、フィードバックを残せます。

まだ作業が必要だと思う場合は変更を要求することも、マージできる状態になったことを示すために変更リクエストを承認することもできます。

ほとんどのレビューは、変更リクエストの [コメント](/docs/documentation/ja-gitbook-documentation/collaboration/comments.md)で行われ、共同作業者は特定のコンテンツブロックや変更リクエスト全体についてフィードバックを共有し、議論できます。

また、 [GitBook Agent で変更リクエストをレビューする](/docs/documentation/ja-gitbook-documentation/gitbook-agent/review-change-requests-with-gitbook-agent.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/collaboration/change-requests/change-requests-screen.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.
