# Close a pull request

Closing a pull request typically occurs when the proposed changes are no longer needed or if it was decided to not proceed with the merge. Follow these steps to close a pull request on Protocol.Land:

{% hint style="info" %}
Note: Closing a pull request doesn't delete the branch or changes; it simply marks the pull request as closed. This allows you to revisit the branch later if needed.
{% endhint %}

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 you wish to close from the list.
4. You will be redirected to the main page of the pull request.
5. Click “Close” located at the bottom of the Pull request timeline on the main page of the pull request.\
   ![](/files/RQ6JMpaW3wiMRFjnIa9h)
6. The status of the pull request is set to closed and it is moved to the list of closed pull requests.
7. The pull request timeline on the "Overview" tab is updated with the 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/close-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.
