> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing validations

> Review Tracer validation history in Console with filters, decision labels, and detailed transaction inspection.

The **Validations** page is read-only and focused on investigation. It lists validation decisions produced by Tracer for each evaluated transaction.

<Note>
  You cannot create, edit, or delete validation records from this page.
</Note>

## Accessing the Validations page

***

In the Tracer sidebar, select **Validations**. The page opens as **Transaction Validations** with the helper **What is a Validation?**.

## Available filters

***

| Filter         | Options                                           |
| -------------- | ------------------------------------------------- |
| **Search**     | Search by ID, reason, or rule name                |
| **Start date** | Start datetime                                    |
| **End date**   | End datetime                                      |
| **Decision**   | All, Approved, Blocked, Review                    |
| **Type**       | All Types, Card, PIX, Wire, Crypto, ACH, Internal |

Use **Refresh** to reload the data.

## Main table

***

Each row displays:

* Validation ID.
* Decision label.
* Transaction type.
* Amount and currency.
* Decision reason.
* Validation timestamp.
* View action.

Decision mapping:

| Internal value | Console label |
| -------------- | ------------- |
| `ALLOW`        | Approved      |
| `DENY`         | Blocked       |
| `REVIEW`       | Review        |

## Validation details panel

***

Open a row to see **Transaction Details**:

* Hero header with amount and decision.
* ID and date.
* Transaction type and reason.
* Account ID (when present).
* Evaluated rules with `Matched` and `Passed` markers.
* Processing time in milliseconds.

## Related

***

* [Audit and compliance](/en/tracer/audit-compliance) - Conceptual guide
* [Integration guide](/en/tracer/integration-guide) - Validation generation flow
* [Retrieve validation](/en/reference/tracer/retrieve-validation) - API reference
* [List validations](/en/reference/tracer/list-validations) - API reference
