# Perform Multi-Bureau Check

## Overview

This quick guide walks you through performing a [Multi-Bureau Check](/documentation/product-guides/identity-verification/multi-bureau-check.md) in the ComplyCube Web Portal.

## Interactive guide <a href="#interactive-guide" id="interactive-guide"></a>

{% @arcade/embed url="<https://app.arcade.software/share/e0Nlu5oc29uXEDYx8QCl>" flowId="e0Nlu5oc29uXEDYx8QCl" fullWidth="false" %}

## Steps explained

{% stepper %}
{% step %}

#### Create a client <a href="#create-a-client" id="create-a-client"></a>

The first step in running any check is to create a client (i.e. a customer).

Navigate to the [Clients](https://portal.complycube.com/clients) page and click the "**Add client**" button. Enter the following details and add client:

* **First Name:** John
* **Last Name:** Doe
* **Email:** <john.doe@test.com>

<img src="/files/-M8pzXSDzktZQ4u4z22y" alt="Add Client View" width="375">

After adding the client, click "**Edit**" to add a date of birth. Set it to "01-01-1990".

<img src="/files/-MlGOfDI5ZdgPH31vABQ" alt="Client Edit View" width="375">
{% endstep %}

{% step %}

#### Perform a Multi-Bureau Check <a href="#perform-a-multi-bureau-check" id="perform-a-multi-bureau-check"></a>

To run a Multi-Bureau Check, click the "**Perform verification**" button. A wizard will appear, allowing you to choose the type of check you want to perform.

<figure><img src="/files/TRmimID84kEOqbsLQBTD" alt=""><figcaption></figcaption></figure>

First, select "**Verify now using existing data**", then choose "**Multi-Bureau Check**".

#### 2a. Add an address

Select the "**add a new address**" link. You can then enter the following details:

* **Country**: United States
* **Line:** 47th Test Avenue 323
* **City**: Manhattan
* **State:** New York
* **Postal** **Code**: 10001

<img src="/files/-MlGERSAHDPK477P5WoF" alt="Add Address View" width="375">

#### 2b. Perform a check

Select the newly created address from the dropdown list, then click the "**Run Check**" button.

<figure><img src="/files/6K1mjyjmO4oZl8hzpW58" alt=""><figcaption><p>Select Address View</p></figcaption></figure>
{% endstep %}

{% step %}

#### View check results <a href="#view-check-results" id="view-check-results"></a>

Once the check has concluded, you will automatically be taken to the check results page.

![Multi-Bureau Screening Result View](/files/-MlGPPAU3THsp8gqKHS7)
{% endstep %}
{% endstepper %}

That's it! You've completed your first Multi-Bureau Check.

If you're using the **Sandbox** environment, you can try out various scenarios using our [testing data](/documentation/integration-resources/testing-data.md).


---

# 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.complycube.com/documentation/quick-guides/web-portal-quick-guide/perform-multi-bureau-check.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.
