# 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="https://2230371549-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQoQOungap6Y5rfMMYx%2F-LQoQXQdYwtdE0AMe5Bt%2F-LQoRK-KaWJmttAxezX-%2Fexample3_1.png?alt=media&#x26;token=d4117b09-6d96-4b5b-b608-c73245fbd5e5" 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="https://2230371549-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQoQOungap6Y5rfMMYx%2F-LQoQXQdYwtdE0AMe5Bt%2F-LQoRX7PmJE3wdY-am4X%2FExample3_2.png?alt=media&#x26;token=2f33c54d-a5eb-4ff0-8a06-eab212fcd435" 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**.

![](https://2230371549-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQoQOungap6Y5rfMMYx%2F-LQoQXQdYwtdE0AMe5Bt%2F-LQoRkYEA6RZzYpMIdrH%2Fexample3_3.png?alt=media\&token=576e3533-0e06-416c-b3b1-8ec6f6d78b22)


---

# Agent Instructions: 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:

```
GET https://docs.pullrequest.com/assigning-gitlab-merge-requests-to-pullrequest/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
