# 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.\
   ![](https://2190102079-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP4YOmnIQvgY2eZf47wFC%2Fuploads%2FnBVaSx45AZsNH4D4bM1T%2FPull%20Requests%20Tab.png?alt=media\&token=cb835d7c-0653-400f-b802-1a4636c4194e)
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.\
   ![](https://2190102079-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP4YOmnIQvgY2eZf47wFC%2Fuploads%2FrsyxwlLJ1ws9R0MBOi3v%2FAdd%20Reviewers%20Button.png?alt=media\&token=4e0b4805-baba-4c21-9247-e533f384c9bc)
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.\
   ![](https://2190102079-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP4YOmnIQvgY2eZf47wFC%2Fuploads%2FyS0cCEzXICIecCEFaWMH%2FAvailable%20Reviewers%20Modal.png?alt=media\&token=d6cfe670-a9b2-4d6d-afcc-dd75b61a904d)
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.\
    ![](https://2190102079-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP4YOmnIQvgY2eZf47wFC%2Fuploads%2F22Bp21eTjYjgnZKxcb9R%2FReviewers%20list.png?alt=media\&token=1751e943-a413-4573-bdfe-a94e75f3c83a)
11. The pull request timeline on the "Overview" tab is also updated to show the request for review.


---

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