> ## 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.

# Dashboard overview

> Use the home panel to track assessments, protection metrics, and recent activity in your timezone.

The **Panel** (`/dashboard`) is your operational home. It combines fraud protection metrics with case management shortcuts so you can see whether controls are working without exporting data.

## What you see

<Steps>
  <Step title="Real-time protection">
    Left column: evaluations, blocked, approved, and **money protected** for the selected period.
  </Step>

  <Step title="Trend chart">
    Right column: stacked chart of reviewed assessments by outcome (approved, review, blocked) plus an **approval rate** line.
  </Step>

  <Step title="Quick actions">
    Shortcuts to cases, protection rules, transactions, and team management.
  </Step>

  <Step title="Recent activity">
    Latest assessments and open expedientes (cases).
  </Step>
</Steps>

Sign in at [sandbox.clausum.ai](https://sandbox.clausum.ai) and open **Panel** from the sidebar.

## Time filters

Use the chips above the chart:

| Filter      | What it shows                              |
| ----------- | ------------------------------------------ |
| **24 h**    | Rolling last 24 hours (hourly buckets)     |
| **7 días**  | Last seven calendar days in your timezone  |
| **30 días** | Last thirty calendar days in your timezone |

Counters and the chart **share the same filter**, so numbers always match the graph.

## Timezone

Clausum uses **your browser timezone** for “today” and daily buckets (for example `America/Mexico_City`). The active zone is shown next to the filters.

<Tip>
  If teammates in different regions compare screenshots, align on the same filter (24 h / 7 d / 30 d) and note the timezone label — not UTC midnight on the server.
</Tip>

## After you run a simulation

Assessments from **Simulación** appear in the panel and in **Protección** once persisted. Refresh the page or return to the tab — the dashboard listens for data-refresh events after each simulation run.

## Related areas

<CardGroup cols={2}>
  <Card title="Simulation" icon="flask" href="/guides/simulation">
    Test scenarios before going live.
  </Card>

  <Card title="Protection workspace" icon="shield" href="/guides/protection-workspace">
    Rules, blocklists, and live feed.
  </Card>

  <Card title="Transaction monitor" icon="activity" href="/guides/transaction-monitor">
    Deep dive on individual payments.
  </Card>

  <Card title="Team & access" icon="users" href="/guides/team-and-access">
    Invitations and roles.
  </Card>
</CardGroup>
