> 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-aml-screening.md).

# Realizar filtrado AML

### Resumen

Esta guía rápida le guía a través de la realización de una [verificación de AML Screening](/documentation/product-guides/product-guide-es/listas-de-vigilancia-pep-y-medios-adversos/aml-screening-check.md) en el Portal web de ComplyCube para comprobaciones KYC y KYB.

### Guía interactiva

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

### Pasos explicados <a href="#steps-explained" id="steps-explained"></a>

{% 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">

{% hint style="info" %}
Cuantos más datos proporcione sobre un cliente, más completas y precisas serán las comprobaciones de cribado AML de ComplyCube. Recomendamos **encarecidamente** que proporcione los datos del cliente **fecha de nacimiento** antes de realizar una comprobación de cribado AML.
{% endhint %}
{% endstep %}

{% step %}

#### Realizar comprobación de cribado AML <a href="#perform-aml-screening-check" id="perform-aml-screening-check"></a>

Para ejecutar una comprobación de cribado AML, 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/1e84a9910973a1e8ffd57c40a87a0d4661106050" alt=""><figcaption></figcaption></figure>

Primero, seleccione "**Verificar ahora usando datos existentes**".

Hay dos tipos de comprobaciones de cribado AML - [Cribado AML estándar](/documentation/product-guides/product-guide-es/listas-de-vigilancia-pep-y-medios-adversos/aml-screening-check.md#service-variants) y [AML Screening exhaustiva](/documentation/product-guides/product-guide-es/listas-de-vigilancia-pep-y-medios-adversos/aml-screening-check.md#service-variants). Para este ejemplo, seleccione "**AML Screening exhaustiva**", luego haga clic en "**Ejecutar comprobación**".

Para esta guía, marque "**Habilitar monitorización continua**" como "**Desactivado**".
{% 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 finalizado, se le llevará automáticamente a la página de resultados de la comprobación.

<figure><img src="/files/3e0dda9bb89569ee857e6309633cef63578ed975" alt=""><figcaption><p>Vista de resultados de cribado AML</p></figcaption></figure>
{% endstep %}
{% endstepper %}

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

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-aml-screening.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.
