> 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-from-a-fork.md).

# Create a new pull request from a fork

Creating a pull request from a fork allows you to propose changes from your forked repository to the parent repository.

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

1. Navigate to the main page of the forked 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) of the parent and the head branch (the one with changes to merge) from your forked copy.\
   ![](/files/vKVodc4NLE8XZe4PIcdA)
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-from-a-fork.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.
