# Perform Document Check

## Overview

This quick guide walks you through performing a [Document Check](/documentation/product-guides/identity-verification/document-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/ViobdTBtT5GFP5NVwWGh>" flowId="ViobdTBtT5GFP5NVwWGh" 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">
{% endstep %}

{% step %}

#### Perform Document Check <a href="#perform-document-check" id="perform-document-check"></a>

To run a Document 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/iywZKRXeRETjHzqoKwaj" alt=""><figcaption></figcaption></figure>

First, select "**Verify now using existing data**", then choose "**Document Check**".

#### 2a. Upload a document

Now click the "**upload a new document**" link, and enter the following details:

* **Type:** Passport
* **Issuing Country:** United Kingdom
* **Front side:** Download the sample image below. Then drag and drop.

{% file src="/files/-M8q91TB6V9P-3B1vDlT" %}
Sample - Front side of passport
{% endfile %}

<img src="/files/-MPM1HBbI8zw7KNh03Im" alt="Add Document View" width="375">

Click "Add Document" to upload the document.

#### 2b. Perform a check

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

<figure><img src="/files/MCBJBffwtS9oAx5cJGPR" alt=""><figcaption><p>Select ID 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.

![Displayed results are for illustrative purposes and do not reflect actual accuracy](/files/IprMXIzSFOafvUGyyoEy)
{% endstep %}
{% endstepper %}

That's it! You've completed your first Document 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-document-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.
