# Change requests screen

The change requests screen in GitBook makes it easy to view and manage active change requests in your organization.

In this screen, you can see open change requests, merge finished ones, and even collaborate with GitBook Agent to work on updates — all from a single, unified page.

<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

Every change request within your organization will appear in the change requests screen, and can be filtered by drafts, in review, merged, and archived.

Additionally, you can filter change requests [created by GitBook Agent](broken://pages/zuuDoIkzNmXS3fXZv3PG).

Clicking into a change request will open it in an expanded view, allowing you to review, edit, merge, and even [continue working on changes with GitBook Agent](/url/gitbook.com/docs/gitbook-agent/review-change-requests-with-gitbook-agent.md#update-change-requests-with-docs-agent). This section also shows information about the change request, including the participants and reviewers, the description, and the changes highlighted using diff view.

To view more detailed information about a change request, click the **Edit** button in the upper right to jump straight to the [change request’s space](/url/gitbook.com/docs/collaboration/change-requests/change-requests-in-a-space.md).

### Reviewing a change request

When someone requests your review on a change request, you can edit the content and leave feedback right from the change requests screen.

You can either request changes if you think it still needs work, or approve the change request, to signal it's ready to merge.

Most reviews will take place in the change request’s [comments](/url/gitbook.com/docs/collaboration/comments.md), where collaborators can share feedback and have discussions about specific content blocks, or the change request as a whole.

Additionally, you can [review a change request with GitBook Agent](/url/gitbook.com/docs/gitbook-agent/review-change-requests-with-gitbook-agent.md), allowing you to plan, check, and continue working on changes.


---

# 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-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/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.
