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

# Dashboard Overview

> Real-time Streamlit-based UI for human reviewers

The Humancheck dashboard is a Streamlit-based web interface that provides a real-time view of all reviews and allows reviewers to make decisions.

## Accessing the Dashboard

Start the dashboard:

```bash theme={null}
humancheck start
```

The dashboard is available at: [http://localhost:8501](http://localhost:8501)

## Features

* **Live Review Queue**: See all pending reviews in real-time
* **Review Details**: Expand reviews to see full details
* **Quick Decisions**: One-click approve/reject/modify
* **Statistics**: View review statistics and analytics
* **Filtering**: Filter by status, task type, urgency, etc.

## Review Interface

When you open a review, you'll see:

* Task type and urgency
* Proposed action
* Agent reasoning
* Confidence score
* Metadata
* Decision options: Approve, Reject, Modify

## Next Steps

* Learn about [Reviewing](/dashboard/reviewing)
* Explore [Configuration](/configuration/settings)
