> For the complete documentation index, see [llms.txt](https://docs.protocol.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.protocol.land/working-with-pull-requests/add-reviewers-to-a-pull-request.md).

# Add reviewers to a pull request

Adding reviewers and requesting reviews helps ensure the quality and proper functionality of the proposed changes before merging.

Follow these steps to add a reviewer to a pull request on Procotol.Land:

1. Navigate to the Pull Requests tab on the main page of the repository.\
   ![](/files/8k3cCDi9mtu2NmF1GFLr)
2. By default, the list of open pull requests are displayed.
3. Click on the pull request from the list to which you want to add a reviewer.
4. You will be redirected to the main page of the pull request.
5. On the pull request page, click on the + icon located at the right-hand side of the page.\
   ![](/files/iudPtJz5fBQzbwmpAnzA)
6. ⁠You will be prompted with a modal displaying the list of available reviewers.

{% hint style="info" %}
Note: Only contributors and owners of the repository can be added as reviewers.
{% endhint %}

7. Click on the address of the contributor you wish to add as a reviewer.\
   ![](/files/XCGA7HrwI7RP8diBdJsf)
8. The address of the selected contributor is check-marked within the list.
9. Click “Submit”.
10. The reviewers list on the pull request will update to reflect your addition.\
    ![](/files/Xggt5DJfabSD3Xkiij7l)
11. The pull request timeline on the "Overview" tab is also updated to show the request for review.


---

# 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://docs.protocol.land/working-with-pull-requests/add-reviewers-to-a-pull-request.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.
