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

# Analytics

> Build custom Analytics dashboards in Hacken Extractor with widgets that visualize on-chain risk, alerts, and detector data over time.

## Overview

The Analytics section lives under **Analytics** in the left sidebar. It expands to list all dashboards in your organization. Click any dashboard name to open it, or click **+ Add Dashboard** to create a new one.

## Dashboard Controls

When a dashboard is open, the following controls appear in the header:

| Control           | Description                                              |
| ----------------- | -------------------------------------------------------- |
| **Resize** toggle | Enables drag-to-resize mode for widgets on the canvas    |
| **Save**          | Saves the current layout and widget configuration        |
| **Refresh**       | Reloads all widget data from the latest on-chain state   |
| **Add Widget**    | Opens the widget picker to add a new chart or data block |
| **Properties**    | Opens dashboard-level settings (name, description, etc.) |
| **Delete**        | Permanently deletes the dashboard                        |

## Widgets

Each dashboard is composed of widgets. Widgets are independent charts or data panels that you configure and position freely on the canvas.

Widget types include time-series charts (e.g. Raingraph), which can visualize metrics like protocol TVL share, token volumes, or risk scores across multiple data sources simultaneously.

Each widget has its own title and subtitle. The Raingraph type, for example, renders a stacked area chart — useful for comparing the relative share of multiple protocols over time.

## Working with Dashboards

<Steps>
  <Step title="Create a dashboard">
    Click **+ Add Dashboard** in the Analytics menu. Give it a name and confirm.
  </Step>

  <Step title="Add a widget">
    Click **Add Widget** in the dashboard header. Select a chart type, configure the data source and parameters, then click Save.
  </Step>

  <Step title="Resize and rearrange">
    Enable **Resize** mode, then drag widget edges to resize or drag widget headers to reposition.
  </Step>

  <Step title="Save your layout">
    Click **Save** to persist the layout. Unsaved changes are lost on navigation.
  </Step>
</Steps>
