# Reopen a pull request

There might be instances where you need to revisit and possibly merge a previously closed pull request.

Follow these steps to reopen a pull request on Protocol.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. Select the Closed tab to view the list of closed pull requests located above the list of issues.\
   ![](/files/84x0h3x0JYzf5MWWVHeU)
4. Click on the pull request you wish to reopen from the list.
5. You will be redirected to the main page of the pull request.
6. Click “Reopen” located at the bottom of the pull request timeline on the main page of the pull request.\
   ![](/files/sqn7ImE9ATjgSO05y0Z0)
7. The status of the pull request is set to open and it is moved back to the list of open pull requests.
8. The Pull request timeline on the Overview tab is updated with the latest status update.


---

# 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/reopen-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.
