# Use the home dashboard

> Source: https://docs.clonepartner.com/ui/home-dashboard/

The home dashboard is the authenticated landing page for a compact operational overview. It summarizes tasks, runs, and schedules and lists the eight most recent task runs.

It is distinct from a [job dashboard](/ui/dashboards), which is authored for one job and can expose domain-specific widgets.

## Read the summaries

The cards show:

- active tasks;
- runs currently marked running;
- total runs in the loaded overview;
- configured triggers.

Use the corresponding resource list for complete filtering, pagination, and detail before making an operational decision.

## Review recent activity

The recent-runs table shows task name, status, trigger type, duration, and start time. Use it to:

- open an active run;
- identify recent failures;
- compare duration with normal behavior;
- inspect the run's metrics and logs.

The dashboard updates from server data, but it is not a replacement for durable metrics or centralized logging.

Choose **View all** above recent runs for the pageable run list. Use the main navigation for tasks, jobs, connectors, triggers, Data Explorer, and other product areas.

## Operational workflow

1. Check running work and recent failures.
2. Open the first actionable failure.
3. Confirm whether it is a job-level dependency issue or a task-level error.
4. Review metrics and a narrow log interval.
5. Correct the cause and reconcile external state.
6. Resume only when the task is idempotent; otherwise create a controlled new run.

For ongoing supervision, see [Monitor and control job runs](/ui/job-runs) and [Live run monitoring](/operations/live-run-monitoring).
