# AML

The AML Step enhances security and compliance by monitoring user profiles for potential money laundering activities. Users have the option to enable or disable ongoing monitoring as needed.

* Add `AML check` step into the flow canvas at the appropriate position in the flow.
* Click on `AML check` to open its configuration options.
* Toggle on or off the `ongoing monitoring feature`.
* Set the periodicity for ongoing monitoring (e.g., daily, weekly, monthly).
* Take `data from questionnaire` - a checkbox that allows the system to reuse data collected earlier in the flow via a questionnaire. When selected, relevant user-provided data is automatically populated into this verification step.
* `Verification validity period` - defines how long the **verification result** remains valid after it has been successfully completed. Once the validity period expires, the user must complete the verification step again.

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

{% hint style="info" %}
The AML step operates seamlessly in the background without requiring any actions from the end user. It conducts ongoing monitoring autonomously to enhance security and compliance.
{% endhint %}


---

# 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.elkyc.com/home/build-verification-flows/verification-steps/aml.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.
