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

# Protection workspace

> Monitor live assessments, configure proactive rules, and manage blocklists from Protección.

**Protección** is the control room for pre-payment fraud. It complements the **Panel** home view with a live feed, rule management, and links to blocklists.

Open **Protección** from the sidebar (`/dashboard/protection`).

## Main metrics

The top cards mirror the panel logic:

* Evaluations today (timezone-aware)
* Blocked count and trend vs yesterday
* Money protected (month-to-date)
* Approval rate

Metrics refresh automatically every 30 seconds while the page is open.

## Recent activity feed

Each row shows amount, decision badge, risk score, and timestamp. Use it to investigate spikes after rule changes or simulation runs.

## Proactive rules

Navigate to **Protección → Reglas** (`/dashboard/protection/rules`) to define conditions evaluated **before** capture:

* Amount thresholds
* Country or segment conditions
* Actions: challenge, review, or block

<Tip>
  After editing rules, run a **Simulación** scenario to confirm the expected decision before enabling in production traffic.
</Tip>

## Blocklists

**Protección → Blocklists** manages emails, IPs, card BINs, devices, and more. Entries can be created manually or populated automatically when you **report fraud** via the API.

Programmatic blocklist CRUD is also available with a dashboard session — see [Blocklists](/concepts/blocklists).

## Relationship to the API

| Dashboard action       | API equivalent                        |
| ---------------------- | ------------------------------------- |
| Live assessments       | `POST /api/v1/assess` (Partner API)   |
| Report confirmed fraud | `POST /api/v1/report-fraud`           |
| Blocklist entry        | `/api/v1/blocklists` (management API) |

Your **API base URL** is provided by Clausum support — see [Access & environments](/concepts/access-and-environments).

## Related guides

<CardGroup cols={2}>
  <Card title="Risk decisions" icon="scale-balanced" href="/concepts/risk-decisions">
    approve / review / challenge / decline
  </Card>

  <Card title="Report fraud" icon="flag" href="/guides/report-fraud">
    Close the loop after chargebacks.
  </Card>
</CardGroup>
