> For the complete documentation index, see [llms.txt](https://guides.dojah.io/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.dojah.io/user-manual/fraud-monitoring/aml-screening/user-screening.md).

# User Screening

With User screening, businesses have the capability to conduct thorough Anti-Money Laundering (AML) lookups on individual users. This process involves comprehensive checks for any potential matches or correlations between the user's information and the AML watchlist or database.<br>

User screening can be performed not only on an individual basis but also in batch, which means businesses have the ability to screen multiple users simultaneously. Instead of screening users one by one, batch screening allows businesses to process a larger volume of user data efficiently and effectively.

HOW IT WORKS

* Locate the AML screening tab on the side menu and click on it
* Click on the dropdown and select User screening
* Select app, enter first name, last name, middle name (optional), DOB (optional) & use the slider to select a match score of the person you want to screen
* Click the lookup button to get result
* A list of names will appear
* Click on the name you are looking for to view results
* Read through the result and also click on the relationships associated with the person to view their results.

<figure><img src="/files/9RKOfirLQYdzjsWukdWC" alt=""><figcaption><p>Select and fill the modal</p></figcaption></figure>

<figure><img src="/files/vEJ6WmoHqYL3Tr6mh6Ss" alt=""><figcaption><p>Check through the list of names returned</p></figcaption></figure>

<figure><img src="/files/1xgvLyibQfq4tuK1T7rc" alt=""><figcaption><p>AML Result</p></figcaption></figure>


---

# 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://guides.dojah.io/user-manual/fraud-monitoring/aml-screening/user-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.
