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

# Dashboard

> The dashboard provides a quick overview of findings statistics and shortcuts to key areas.

<Note>
  **Role access:** The dashboard is accessible to all authenticated users. However, statistics and charts are only visible to **Admin** users.
</Note>

## Overview

The dashboard is the first screen you see after signing in. It displays a welcome greeting with your name and provides quick access to the most common areas of the system.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/cleargate/images/screenshots/backoffice/dashboard.png" alt="Dashboard overview" style={{ borderRadius: '8px', border: '1px solid #e5e7eb' }} />

## Statistics Cards (Admin Only)

Five summary cards are displayed at the top of the dashboard:

| Card               | Description                                 |
| ------------------ | ------------------------------------------- |
| **Total Findings** | Total number of findings across all reports |
| **Critical**       | Count of critical-severity findings         |
| **High**           | Count of high-severity findings             |
| **Medium**         | Count of medium-severity findings           |
| **Low**            | Count of low-severity findings              |

<img src="https://mintlify.s3.us-west-1.amazonaws.com/cleargate/images/screenshots/backoffice/dashboard-stats-cards.png" alt="Dashboard statistics cards" style={{ borderRadius: '8px', border: '1px solid #e5e7eb' }} />

## Charts (Admin Only)

### Findings by Severity

A doughnut chart showing the distribution of findings by severity level (Critical, High, Medium, Low). The total count is displayed in the center.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/cleargate/images/screenshots/backoffice/dashboard-findings-chart.png" alt="Findings by severity doughnut chart" style={{ borderRadius: '8px', border: '1px solid #e5e7eb' }} />

### Findings per User

A horizontal stacked bar chart showing how findings are distributed across team members. Each bar is segmented by severity level.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/cleargate/images/screenshots/backoffice/dashboard-findings-per-user.png" alt="Findings per user chart" style={{ borderRadius: '8px', border: '1px solid #e5e7eb' }} />

## Quick Actions

Quick action cards provide shortcuts to frequently used areas:

| Action              | Link               | Role       |
| ------------------- | ------------------ | ---------- |
| **Reports**         | `/reports/current` | All        |
| **Findings**        | `/findings`        | All        |
| **Conclusions**     | `/conclusions`     | All        |
| **Recommendations** | `/recommendations` | All        |
| **Users**           | `/users`           | Admin only |
| **Tools**           | `/tools`           | Admin only |
