> For the complete documentation index, see [llms.txt](https://docs.pullrequest.com/adding-github-repositories-to-pullrequest/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/adding-github-repositories-to-pullrequest/master.md).

# Adding GitHub repositories to PullRequest

{% hint style="info" %}
**NOTICE:** As of **2/13/2018** PullRequest requires an installation of the PullRequest GitHub app in lieu of assigning a pull request to the **@PullRequestAgent** GitHub profile.
{% endhint %}

*This guide contains screenshots from third party partner interfaces that may be modified without notice. If you ever have any issues or questions about connecting with PullRequest, please reach out to* ***<support@pullrequest.com>**.*&#x20;

## Step 1: <a href="#step-1" id="step-1"></a>

After signing up, you'll be prompted to authorize and connect with a version control provider. Click the **GitHub** option.

![](/files/-M9eQ26EnLr2hZjm4qDe)

{% hint style="info" %}
**NOTE**: If you have repositories that you need to connect from other version control providers such as Bitbucket and GitLab, you'll be able to add them in Settings -> [**Account Integrations**](https://app.pullrequest.com/dash/user/settings/integrations).
{% endhint %}

## Step 2: <a href="#step-2" id="step-2"></a>

You'll be prompted to select from a list containing your GitHub Profile and any GitHub Organizations you're an owner of. You'll be able to connect multiple GitHub Organizations if required.

If a GitHub Profile or Organization already has the PullRequest GitHub app installed, the text "Configure" will appear on the selection.

**Q: I don't see the Organization I'm trying to add. How do I add it?**&#x20;

A: Reach out to an Owner of that GitHub Organization with [**this link**](https://github.com/apps/pullrequest/installations/new) and ask them to install PullRequest. *(NOTE: You maintain full control of revoking PullRequest access at any time)*

![](/files/-M9eRKphpVKIiMdv13iG)

{% hint style="info" %}
**Q: I don't see the Organization I'm trying to add. How do I add it?**&#x20;

A: Reach out to an Owner of that GitHub Organization with [**this link**](https://github.com/apps/pullrequest/installations/new) and ask them to install PullRequest.
{% endhint %}

## Step 3: <a href="#step-3" id="step-3"></a>

You'll be prompted to select from a list containing your GitHub Profile and any GitHub Organizations you're an owner of. You'll be able to connect multiple GitHub Organizations if required.

If a GitHub Profile or Organization already has PullRequest installed, the text "Configure" will appear on the selection.

**Q: I don't see the Organization I'm trying to add. How do I add it?** A: Reach out to an Owner of that GitHub Organization with [**this link**](https://github.com/apps/pullrequest/installations/new) and ask them to install PullRequest. *(NOTE: You maintain full control of revoking PullRequest access at any time)*

<div align="left"><img src="/files/-LQoXoh5LFYLgJoTnyGy" alt=""></div>

## Step 4: <a href="#step-4" id="step-4"></a>

You'll be asked to allow PullRequest to access **All Repositories** or **Only select repositories**.

After you've made your selection, click the **Install** button.

<div align="left"><img src="/files/-LQoXwDkeuaOWljNv8N_" alt=""></div>

## Step 5: <a href="#step-5" id="step-5"></a>

Repositories should now appear on the PullRequest [**dashboard**](https://app.pullrequest.com/dash/) page when the GitHub Organization is selected from the drop-down at the top of the screen.

![](/files/-M9eSKfhp-aLg0r11rN-)


---

# 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/adding-github-repositories-to-pullrequest/master.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.
