# Pull Requests

## Overview

If you are not using the recommended Copia auto-commit feature, or if you want to merge change into another branch, you can merge changes for a given backup into your repository using Pull Requests.

Navigate to the *Job History* tab under the *Jobs* screen and click on the *View Details* for a given run to review the diff. You can open a PR after a backup completes.

<figure><img src="https://3704730939-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lSQNVI3DZ15V7kjkMCA%2Fuploads%2FBtAXGfYXTsPLIlJiMQsa%2FWebApp_JobHistory02.png?alt=media&#x26;token=a81e4927-853d-414d-9af3-7e333c68250d" alt=""><figcaption></figcaption></figure>

Differences will be displayed in the lower portion of the screen for your review. If you wish to update your Project with the data from the backup, you can select the *New Pull Request* button at the top right of the screen.

![](https://3704730939-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lSQNVI3DZ15V7kjkMCA%2Fuploads%2FnUVoiGZ4Jj0Ayucy37GO%2FWebApp_JobDetails.png?alt=media\&token=9387801e-6e1c-42f2-aee0-eec166dc0752)

When you choose to create a new PR, you will be taken to the screen below. At this point the process is similar what's outlined in the [Pull Request and Code Review](https://docs.copia.io/docs/advanced/code-review) section. Reviewers can be assigned to the PR through the *Assign Reviewers* dropdown. Once a PR is approved, changes can be merged into the repository.

![](https://3704730939-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lSQNVI3DZ15V7kjkMCA%2Fuploads%2FwKsk29HT9jD1TKNM8TC2%2FWebApp_JobAssignReviewers.png?alt=media\&token=536ef4cb-d856-4d69-9b82-58beba99bea0)


---

# 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://docs.copia.io/docs/devicelink/jobs/pull-requests.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.
