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

# Dashboard

This page describes the dashboard surface and what it summarizes.

## Purpose

The dashboard summarizes orchestration health at a glance:

* recent work order progress
* pending approvals
* recent activities
* high-level gateway status
* key counts (active/blocked/pending/completed)

## Data Sources

Server page logic pulls:

* work orders with operation summaries
* pending approvals
* recent activities
* dashboard stats
* gateway status probe

## Behavior Notes

* WAL mode is enabled for SQLite at dashboard startup path.
* Rows are transformed for UI-friendly display (relative timestamps, compact labels).
* This page is read-heavy and does not execute destructive actions directly.

## Last updated

2026-02-13

## Related pages

* [Work Orders and Operations](/features/work-orders-operations)
* [Approvals and Governance](/features/approvals-governor)
* [Maintenance and Recovery](/features/maintenance-recovery)
