> 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/collaboration/change-requests/change-requests-screen.md).

# 変更リクエスト画面

変更リクエスト画面では、サイト全体のアクティブな変更リクエストを表示・管理できます。開く、マージする、または GitBook Agent と更新作業を共同で進めるなど、すべてを一か所で行えます。開くには **変更リクエスト**、以下の **一般** をサイトのサイドバーで。

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

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

サイト内のすべての変更リクエストは変更リクエスト画面に表示されます。ステータスで絞り込んだり、GitBook Agent が作成した変更リクエストのみを表示するように絞り込んだりできます。

変更リクエストをクリックすると、拡張ビューで開きます。そこから変更リクエストを確認、編集、マージしたり、GitBook Agent と引き続き作業したりできます。拡張ビューには、参加者とレビュアー、説明、変更の差分ビューも表示されます。

エディタで差分を確認するには、 **編集** 右上隅で変更リクエストのセクションを開き、次に **変更** タブに切り替えます。そこに差分ナビゲーションコントロールが表示されます。

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

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

さらに変更を依頼することも、マージ準備が整ったことを示すために変更リクエストを承認することもできます。

レビューの多くは変更リクエストのコメントで行われ、共同編集者は特定のコンテンツブロックや変更リクエスト全体について議論できます。また、 [GitBook Agent](/docs/documentation/ja-gitbook-documentation/gitbook-agent/review-change-requests-with-gitbook-agent.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/collaboration/change-requests/change-requests-screen.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.
