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

# Dashboard

> Your landing page. Composable widgets that surface workspace health, scan activity, and recent datasets at a glance.

The Dashboard is the workspace landing page (`/`). It's built from
draggable, configurable widgets that you can mix and match per user.

## Available widgets

| Widget              | Shows                                                                   |
| ------------------- | ----------------------------------------------------------------------- |
| **Stats**           | Scan activity over time. Line / area / bar. Window: 7, 14, 30, 90 days. |
| **Health**          | Severity distribution across every dataset in scope.                    |
| **Quick actions**   | One‑click shortcuts to new scan, new dataset, new project.              |
| **Usage**           | Engine usage breakdown. Donut / bar / line.                             |
| **Chart: Activity** | Timeseries of scans, healings, uploads.                                 |
| **Chart: Issues**   | Timeseries of flagged items by severity.                                |
| **Recent datasets** | Most recently updated datasets with severity chips.                     |
| **Recent activity** | Last N events: scans, healings, uploads, user actions.                  |

## Customizing the layout

<Steps>
  <Step title="Enter edit mode">
    Click the gear icon in the Dashboard top bar. Widgets get a drag
    handle and a delete button.
  </Step>

  <Step title="Move and resize">
    Drag widgets to rearrange. Drag a corner to resize. Layout is
    saved per user, so your view doesn't fight your teammates'.
  </Step>

  <Step title="Configure each widget">
    Click the wrench icon on a widget to set:

    * **Time window** (7 / 14 / 30 / 90 days).
    * **Chart style** (area / line / bar / donut, where applicable).
    * **Density** (compact / comfortable).
    * **Legend** (show / hide).
  </Step>

  <Step title="Add or hide widgets">
    Use the **Add widget** menu to pick from the catalog. Hide
    anything you don't need.
  </Step>

  <Step title="Exit edit mode">
    Click the gear icon again. Your layout is saved automatically.
  </Step>
</Steps>

<Tip>
  Each user keeps their own dashboard layout. A teammate's edits
  never overwrite yours. Use this to maintain role‑specific
  dashboards: an executive layout heavy on **Health** and **Stats**, an
  ML engineer layout heavy on **Recent activity** and **Chart: Issues**.
</Tip>

## Recommended layouts

<AccordionGroup>
  <Accordion title="ML engineer">
    * **Recent activity** (large, top‑right).
    * **Chart: Issues** (medium, top‑left).
    * **Recent datasets** (medium, middle).
    * **Quick actions** (small, top).
  </Accordion>

  <Accordion title="Compliance lead">
    * **Health** (large, top‑left).
    * **Stats** (medium, top‑right, 90‑day window).
    * **Recent activity** (medium, filtered to deletes / role changes).
    * **Usage** (small, bottom).
  </Accordion>

  <Accordion title="Engineering manager">
    * **Stats** (large, top, 30‑day).
    * **Chart: Activity** (medium, middle).
    * **Recent datasets** (medium, middle).
    * **Usage** (small, bottom).
  </Accordion>
</AccordionGroup>

## What the widgets are *not*

* They are not custom dashboards: there's a fixed catalog, you mix
  and match.
* They are not exportable as a unit; widgets render live data.
* They do not replace the [Compliance](/data-integrity/compliance)
  posture overview, the Compliance page is the workspace‑wide source
  of truth for posture.
