> For the complete documentation index, see [llms.txt](https://docs.elkyc.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elkyc.com/home/build-verification-flows/verification-steps/aml.md).

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