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

# Change requests screen

The change requests screen lets you view and manage active change requests across your organization — open them, merge them, or collaborate with GitBook Agent on updates, all in one place.

<div data-with-frame="true"><figure><img src="/files/0W44hltZQcQhN3g0fTWR" alt=""><figcaption><p>View active change requests from the change requests screen.</p></figcaption></figure></div>

### Navigating the change request screen

All change requests in your organization appear in the change requests screen. You can filter by status or filter to show only change requests created by GitBook Agent.

Click a change request to open it in an expanded view. From there you can review, edit, and merge the change request, or continue working on it with GitBook Agent. The expanded view also shows the participants and reviewers, the description, and a diff view of the changes.

To inspect diffs in the editor, click **Edit** in the top right corner to open the change request's space, then switch to the **Changes** tab. The diff navigation control appears there.

### Reviewing a change request

When someone requests your review, you can edit the content and leave feedback directly from the change requests screen.

You can request more changes, or approve the change request to signal it is ready to merge.

Most reviews take place in the change request's comments, where collaborators can discuss specific content blocks or the change request as a whole. You can also ask the [GitBook Agent](/docs/gitbook-agent/review-change-requests-with-gitbook-agent.md) to review a change request — it can check, plan, and continue working on changes alongside your team.


---

# 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/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.
