> 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-multi-bureau-check.md).

# Realizar comprobación multiburo

### Resumen

Esta guía rápida le muestra cómo realizar un [Comprobación Multi-Bureau](/documentation/product-guides/product-guide-es/verificacion-de-identidad/multi-bureau-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/e0Nlu5oc29uXEDYx8QCl>" flowId="e0Nlu5oc29uXEDYx8QCl" 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">

Después de añadir al cliente, haga clic en "**Editar**" para añadir una fecha de nacimiento. Establézcala en "01-01-1990".

<img src="/files/62c04fbbb4e19fc0428361aeb05a6d0ecbe6111b" alt="Vista de edición de cliente" width="375">
{% endstep %}

{% step %}

#### Realizar una comprobación multiagencia <a href="#perform-a-multi-bureau-check" id="perform-a-multi-bureau-check"></a>

Para ejecutar una comprobación multiagencia, 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/23d7a27c79acc1f124545f4bf00f2869b2a765b1" alt=""><figcaption></figcaption></figure>

Primero, seleccione "**Verificar ahora usando los datos existentes**", luego elija "**Comprobación Multi-Bureau**".

#### 2a. Añadir una dirección

Seleccione el enlace "**añadir una nueva dirección**". A continuación, puede introducir los siguientes datos:

* **País**: Estados Unidos
* **Línea:** Avenida de prueba 47 323
* **Ciudad**: Manhattan
* **Estado:** Nueva York
* **Postal** **Código**: 10001

<img src="/files/45ae50f2898eb002003b80e13f144065562ba397" alt="Vista de añadir dirección" width="375">

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

Seleccione la dirección recién creada de la lista desplegable y, a continuación, haga clic en el botón "**Ejecutar comprobación**".

<figure><img src="/files/c820bd51d0c83f7ed9edb6fe05b899089612228c" alt=""><figcaption><p>Vista de selección de dirección</p></figcaption></figure>
{% endstep %}

{% step %}

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

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

![Vista de resultados de la comprobación multiagencia](/files/1b66072cd5b2878748c56d2d2390db121b3b9638)
{% endstep %}
{% endstepper %}

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

Si está utilizando el **Sandbox** entorno, puede probar diversos escenarios utilizando 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-multi-bureau-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.
