# Change requests

A change request is a copy of your main content. It comes from the simple concept of [**branching**](https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell), and will feel familiar to anyone who uses pull requests in GitHub or merge requests in GitLab.

In a change request, you can edit, update and delete elements of your content, request reviews on your changes, then merge them back into your main version to apply all the changes you made.

To learn more about managing open change requests, head to [reviewing change requests](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/collaboration/change-requests/change-requests-screen).

<figure><img src="https://1050631731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2Fwn8xlD4x46N7JblHVSnP%2Fcollaboration-change-requests%402x.png?alt=media&#x26;token=d8b94599-ee17-461a-90a9-35a784833ea1" alt="A GitBook screenshot showing the change requests panel"><figcaption><p>Edit your content through change requests.</p></figcaption></figure>

{% stepper %}
{% step %}

#### Open a change request

To start editing content, you’ll need to start by creating a change request. Change requests can be opened:

* By [pressing the **Edit** button in the top right corner](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/collaboration/change-requests-in-a-space#creating-a-change-request) when viewing a space
* By [implementing a new change request with GitBook Agent](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/gitbook-agent/write-and-edit-with-ai)
* [Automatically by GitBook Agent](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/collaboration/broken-reference)
  {% endstep %}

{% step %}

#### Make your changes

After a change request is opened, you’re free to make any edits or changes. Changes can be made by working [directly in the editor](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/creating-content), or by [working with Docs Agent](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/gitbook-agent/write-and-edit-with-ai).
{% endstep %}

{% step %}

#### Request a review

Once your changes are ready to go, you can request a review from your team in the **Overview** tab. Tagging reviewers in a change request will notify them, and allow you to further collaborate in the change request by directly making more changes in the editor, or discussing changes in [comments](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/collaboration/comments).

You can request Docs Agent for any reviews, or anyone on your team with the right [permissions](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/account-management/member-management/permissions-and-inheritance).
{% endstep %}

{% step %}

#### Merge

After your reviews are done, you’ll be able to [merge your changes](#merge) to publish them to your live docs site immediately!
{% endstep %}
{% endstepper %}

### Working with change requests

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Change request screen</strong></td><td>View and manage change requests across your entire organization</td><td><a href="change-requests/change-requests-screen">change-requests-screen</a></td></tr><tr><td><strong>Change requests in a space</strong></td><td>Create and review change requests in a single space</td><td><a href="change-requests/change-requests-in-a-space">change-requests-in-a-space</a></td></tr></tbody></table>
