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

# Dashboard Overview

> Navigate Quint's dashboard using the OODA-based layout: observe, investigate, manage, analyze

The Quint dashboard is organized around the OODA loop: **Observe** what's happening, **Investigate** anomalies, **Manage** your fleet and policies, and **Analyze** trends over time.

## Navigation Structure

<CardGroup cols={2}>
  <Card title="Observe" icon="eye">
    **Overview** -- stat cards, risk timeline, active alerts, recent sessions

    **Live Feed** -- real-time event stream from all agents
  </Card>

  <Card title="Investigate" icon="magnifying-glass">
    **Sessions** -- drill into AI agent activity by platform

    **Alerts** -- triage queue, severity filtering, inline actions

    **Audit** -- full event log with search and filters
  </Card>

  <Card title="Manage" icon="sliders">
    **Fleet** -- devices, agents, groups, hierarchy view

    **Policies** -- enforcement rules and approval workflows

    **Team** -- members, roles, invites
  </Card>

  <Card title="Analyze" icon="chart-line">
    **Analytics** -- risk trends, agent behavior patterns

    **Reports** -- scheduled and on-demand reports
  </Card>
</CardGroup>

## Overview Page

The default landing page shows six stat cards at the top:

| Card              | What it shows                                                                                               |
| ----------------- | ----------------------------------------------------------------------------------------------------------- |
| Active Agents     | Count of agents that have reported in the selected time range                                               |
| Active Sessions   | Number of AI sessions currently in progress                                                                 |
| Events Processed  | Total events ingested in the time range                                                                     |
| Alerts            | Unresolved alerts requiring attention                                                                       |
| Risk Score        | Org-wide aggregate of the shadow-mode corroborating risk signal (scope violations are the enforcement view) |
| Policy Violations | Count of policy violations detected                                                                         |

Below the stat cards:

* **Risk Timeline** -- a time-series chart showing the org's aggregate corroborating risk signal over the selected period. Spikes indicate anomalous agent behavior; scope violations are the enforcement view.
* **Active Alerts** -- the most recent unresolved alerts, sorted by severity. Click any alert to jump to investigation.
* **Recent Sessions** -- the latest AI agent sessions with risk summaries and platform icons.

## Global Controls

### Time Range Picker

Every data view respects the global time range selector in the top bar. Options:

* Last 1 hour
* Last 6 hours
* Last 24 hours (default)
* Last 7 days
* Last 30 days
* Custom range

Changing the time range refreshes all visible data -- stat cards, charts, tables, and alerts.

### Command Palette

Press <kbd>Cmd+K</kbd> (or <kbd>Ctrl+K</kbd> on Linux) to open the command palette. From here you can:

* Navigate to any page
* Search for agents, devices, or sessions
* Run quick actions (create policy, invite member, generate token)
* Toggle theme

### Notification Bell

The bell icon in the top bar shows unread notifications. Notifications fire for:

* Critical and high severity alerts (configurable)
* Policy violations requiring approval
* Team membership changes
* Agent connectivity issues

Click the bell to see the notification drawer. Each notification links to the relevant page for action.

## Theming

The dashboard supports dark and light modes. Dark mode is the default. Toggle via:

* Command palette (`Cmd+K` then type "theme")
* Settings page
* User preferences API

<Tip>
  Set your default landing page in Settings > Preferences. If you spend most of your time triaging alerts, set it to "Alerts" so you skip the overview on login.
</Tip>
