# Whitelist

The Whitelist page enables the management of accounts exempt from certain fraud checks and monitoring. This section allows users to add or remove accounts from the whitelist.

### Accessing the Whitelist Page

1. Log into the application with your credentials.
2. From the dashboard, navigate to **Fraud Monitor**.
3. Select **Whitelist**.

## Add a Whitellist Entry&#x20;

To add an account to the whitelist:

1. Click the **Add** button at the top of the page.
2. Enter the following details:
   1. **Bank Code:** Select the code corresponding to the bank name.
   2. **Account Number**: Input the account number to whitelist.
   3. **Account Name**: Provide the account holder’s name.

3\. Click **Save** to finalise the entry.<br>

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

### Delete a Whitelist Entry

To remove an account from the whitelist:

1. In the **Actions** column, locate the account entry you wish to delete.
2. Click on the Actions icon (⋮).
3. Select **Delete** and confirm your choice to proceed.


---

# 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.udara360.io/core-features/fraud-monitor/whitelist.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.
