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

# Assigning GitLab Merge Requests to PullRequest

The following instructions pertain to specifically to repositories hosted in GitLab. For Bitbucket support [click here](https://support.pullrequest.com/hc/en-us/articles/360000967934-How-do-I-assign-a-code-review-to-PullRequest-in-Bitbucket-) or for GitHub support [click here](https://support.pullrequest.com/hc/en-us/articles/360000262193-How-do-I-assign-a-code-review-to-PullRequest-in-GitHub-).

{% hint style="info" %}
Please note if you're an enterprise service client there is no need to assign code reviews to PullRequest using the method below. All of your repositories' pull requests will automatically be assigned. Email <hello@pullrequest.com> if you're interested in our enterprise services.
{% endhint %}

## Step 1:

Make sure the GitLab PullRequest app has been added to the GitLab organization that contains the repositories you require for code review.

You can verify PullRequest has been installed and added by checking [here](https://app.pullrequest.com/gitlab/install).&#x20;

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

## Step 2:

From the PullRequest dashboard select the GitLab **Group** and **Project** from the selectors at the top of the screen and select **Reviews** from the side menu.&#x20;

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

## Step 3:

Click the **Request Review** button on any of the code reviews you need to assign to PullRequest.

Once assigned, the pull request's status will change to **Review job created**. Once a reviewer has been selected and has started work, the status will change to **Review in progress**. Once a PullRequest reviewer has submitted a review, the status will change to **Review complete**.

![](/files/-LQoRkYEA6RZzYpMIdrH)


---

# 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/assigning-gitlab-merge-requests-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.
