# Blacklist

The Blacklist page is designed to help manage blacklisted accounts effectively. You can add bank accounts to the blacklist to prevent fraudulent activities and remove them when necessary.

### Accessing the Blacklist Page

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

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

## Add a Blacklist Entry&#x20;

To add an account to the blacklist:

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 blacklist.
   3. **Account Name**: Provide the account holder’s name.

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

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

### Delete a Blacklist Entry

To remove an account from the blacklist:

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/blacklist.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.
