> 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/create-a-new-pull-request.md).

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