> For the complete documentation index, see [llms.txt](https://docs.pullrequest.com/customer-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pullrequest.com/customer-documentation/assign-code-review-to-hackerone-code-network/assigning-github-code-reviews.md).

# Assigning Reviews to H1 Code

## Step 1:  Make sure your repositories are connected <a href="#step-1" id="step-1"></a>

Open [**User Settings -> Account Integrations**](https://app.pullrequest.com/dash/user/settings/integrations) to make sure you're connected to the correct version control provider.

Click **Configure** to make sure expected repositories have been connected to PullRequest.

For more information, refer to our integration guides:

* [**Adding GitHub Repositories**](https://docs.pullrequest.com/pullrequest-docs/cloud-integrations/adding-github-repositories)
* [**Adding Bitbucket Repositories**](https://docs.pullrequest.com/pullrequest-docs/cloud-integrations/adding-bitbucket-repositories)
* [**Adding GitLab Projects**](https://docs.pullrequest.com/pullrequest-docs/cloud-integrations/adding-gitlab-projects)
* [**Adding Azure DevOps Repositories**](https://docs.pullrequest.com/pullrequest-docs/cloud-integrations/adding-azure-devops-repositories)

## Step 2: View your Organization's Pull/Merge Requests <a href="#step-2" id="step-2"></a>

Log in to the H1 Code platform [**PullRequest**](https://app.pullrequest.com/) and select the appropriate **Organization** from the selector at the top of the screen. Then select **Pull Requests** from the sidebar.

{% hint style="info" %}
**NOTE**: The name of the tab will be **Merge Requests** if you're using GitLab.
{% endhint %}

![](/files/-MA8BrCHa_58nPROUhby)

## Step 3: Send a pull/merge request to our network <a href="#step-3" id="step-3"></a>

Click the **Send to PullRequest** button on any of the code reviews you need to assign to the network to get reviewed.

![](/files/-MA8CSR997SuXbjJz5L7)

{% hint style="info" %}
**NOTE**: You may be prompted to enter billing information if it's missing for your organization.
{% endhint %}

The status will change to "Sourcing Reviewers."

![](/files/-MA8DFEVryuDn4HuZN3m)


---

# 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.pullrequest.com/customer-documentation/assign-code-review-to-hackerone-code-network/assigning-github-code-reviews.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.
