# Transaction Rule

The Transaction Rule page lets you set up and manage transaction monitoring rules. These rules help identify suspicious activities by defining specific criteria and thresholds.

### Components of the Transaction Rule Page

The Transaction Rule page contains the following columns:

| Column                    | Description                                                                  |
| ------------------------- | ---------------------------------------------------------------------------- |
| **S/N**                   | Serial number of each rule entry.                                            |
| **Name**                  | Name of the rule.                                                            |
| **Description**           | Brief description of the rule criteria.                                      |
| **Code**                  | Unique code assigned to each rule.                                           |
| **Value**                 | Threshold amount for the rule.                                               |
| **Minimum Amount**        | Minimum transaction amount to trigger the rule.                              |
| **Account Type**          | Specifies the type of account (e.g., Individual) for which the rule applies. |
| **Action**                | Action taken if the rule is triggered (e.g., PND - Place No Debit).          |
| **Currency**              | Currency applicable to the rule.                                             |
| **Transaction Direction** | Specifies if the rule applies to inflows or outflows.                        |
| **Notification Email**    | Email address(es) to receive alerts.                                         |
| **Status**                | Indicates if the rule is active or inactive.                                 |
| **Actions**               | Provides options to modify or delete the rule.                               |

### Accessing the Blacklist Page

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

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

## Modify or Deactivate a Transaction Rule

1. Locate the rule entry you wish to update or delete.
2. Click the more icon **(⋮)** under the **Actions** column.
3. Select **Modify** to update the rule details or **Deactivate** to remove the rule entirely.


---

# 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/transaction-rule.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.
