# Create a new pull request

Pull requests are integral for collaboration, allowing for the proposal of changes that can be discussed upon, reviewed, refined and merged from one branch to another.

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

1. Navigate to the main page of the repository and select the Pull Requests tab.\
   ![](/files/8k3cCDi9mtu2NmF1GFLr)
2. Click “New pull request”.\
   ![](/files/UpmHYUYRzwlN5Ran4QA2)
3. You will be directed to the pull request creation page.
4. Select the base branch (the one changes are being pulled into) and the head branch (the one with changes to merge). By default, the base branch is set to the active branch.\
   ![](/files/IhTIgWsz7tFdTx68ByJb)
5. ⁠At the bottom of the pull request page you can see the incoming commits from the branch compared with the based branch.
6. Type in the title for the pull request.
7. ⁠Type in the description summarizing the changes for the pull request. Include any pertinent information that will assist in reviewing the changes.
8. ⁠Click “Create Pull request”.\
   ![](/files/zGmyhSgw6OtANFALFZFA)
9. You are redirected to the pull request page where you can see the relevant details.


---

# 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/create-a-new-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.
