# Pull Requests & Code Review

## Overview

The code review process is oriented around pull requests. A pull request (or "PR") is opened when a contributor to a repository is requesting a reviewer to "pull" their code changes into their repository.

Put more simply, a pull request is a request for code review. It is a convention that has been built up over time, and it's ubiquitously supported by platforms like GitHub, GitLab, and of course, Copia.

{% embed url="<https://www.youtube.com/watch?v=LUFioeQnoNI>" %}

Typically, the code review process involves contributors and reviewers. "Contributors" refer to developers who have made changes and are requesting a review, while "Reviewers" are the individuals or teams who perform a review and approve 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://docs.copia.io/docs/git-based-source-control/advanced/code-review.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.
