> For the complete documentation index, see [llms.txt](https://docs.complycube.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.complycube.com/documentation/documentation/documentation-es/guias-rapidas/web-portal-quick-guide/perform-document-check.md).

# Realizar comprobación de documentos

### Resumen

Esta guía rápida le muestra cómo realizar un [Comprobación de documentos](/documentation/product-guides/product-guide-es/verificacion-de-identidad/document-check.md) en el Portal Web de ComplyCube.

### Guía interactiva <a href="#interactive-guide" id="interactive-guide"></a>

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

### Pasos explicados

{% stepper %}
{% step %}

#### Crear un cliente <a href="#create-a-client" id="create-a-client"></a>

El primer paso para ejecutar cualquier comprobación es crear un cliente (es decir, un cliente).

Navega a la [Clientes](https://portal.complycube.com/clients) página y haz clic en el "**Añadir cliente**" botón. Introduce los siguientes datos y añade el cliente:

* **Nombre:** John
* **Apellidos:** Doe
* **Correo electrónico:** <john.doe@test.com>

<img src="/files/690e28e99282222d74733dfca92560039f537f2e" alt="Vista de añadir cliente" width="375">
{% endstep %}

{% step %}

#### Realizar comprobación de documento <a href="#perform-document-check" id="perform-document-check"></a>

Para ejecutar una comprobación de documento, haga clic en el botón "**Realizar verificación**". Aparecerá un asistente, que le permitirá elegir el tipo de comprobación que desea realizar.

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

Primero, seleccione "**Verificar ahora usando datos existentes**", luego elija "**Comprobación de documentos**".

#### 2a. Cargar un documento

Ahora haga clic en el enlace "**cargar un documento nuevo**" e introduzca los siguientes detalles:

* **Tipo:** Pasaporte
* **País emisor:** Reino Unido
* **Anverso:** Descargue la imagen de ejemplo a continuación. Luego arrastre y suelte.

{% file src="/files/f44f1042b3d12ec91290230bb4438db851734ed3" %}
Ejemplo: anverso del pasaporte
{% endfile %}

<img src="/files/5a295183b69c0081e4f98f7847cc2a4524230433" alt="Añadir vista del documento" width="375">

Haga clic en "Añadir documento" para cargar el documento.

#### 2b. Realizar una comprobación

Seleccione el documento recién creado de la lista desplegable y luego haga clic en el botón "**Ejecutar comprobación**".

<figure><img src="/files/a9a308bc2680505da7370444b52282ee61ce3613" alt=""><figcaption><p>Seleccionar vista de identificación</p></figcaption></figure>
{% endstep %}

{% step %}

#### Ver resultados de la comprobación <a href="#view-check-results" id="view-check-results"></a>

Una vez concluida la comprobación, se le llevará automáticamente a la página de resultados de la comprobación.

![Los resultados mostrados son solo para fines ilustrativos y no reflejan la precisión real](/files/0322f68804567fd4f7b2e5a659ea461e67772c4d)
{% endstep %}
{% endstepper %}

¡Eso es todo! Ha completado su primera comprobación de documentos.

Si está usando el **Sandbox** entorno, puede probar varios escenarios usando nuestro [datos de prueba](/documentation/documentation/documentation-es/recursos-de-integracion/testing-data.md).


---

# 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.complycube.com/documentation/documentation/documentation-es/guias-rapidas/web-portal-quick-guide/perform-document-check.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.
