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

# Custom Dashboards

> Build your own interactive, multi-device dashboards with the IoT Dashboard builder.

The **IoT Dashboard** (from the app's top bar) is where you build your *own*
interactive dashboards — across any devices you own, with 50+ drag-and-drop
widgets. When the manufacturer's [Device UI](/app/device-ui) isn't enough, this is
your canvas.

## Managing your dashboards

The IoT Dashboard home lists every dashboard you've built:

* **Create New Dashboard** — start a blank custom interface
* **Search** your dashboards
* Per dashboard: **Edit**, **View**, or **Delete**
* A usage count (e.g. `4 / 5`) with **Upgrade** for more

## What you build with

A dashboard is a canvas of **widgets** bound to device data. The full builder — the
four-tab properties model and all 50 widgets — is documented in the designer
reference:

<CardGroup cols={2}>
  <Card title="The designer" icon="table-cells" href="/dashboard/overview">
    Canvas, the General / Style / Triggers / Data tabs, design vs. preview.
  </Card>

  <Card title="All 50 widgets" icon="grid-2" href="/dashboard/widgets/overview">
    Controls, display, navigation, shapes, and utility widgets.
  </Card>

  <Card title="Binding data" icon="diagram-project" href="/dashboard/binding-data">
    Connect a widget to device data by widget ID and field path.
  </Card>

  <Card title="Scripting" icon="code" href="/script/overview">
    Add JavaScript logic with the Script API.
  </Card>
</CardGroup>

## Multi-device dashboards

The power of a custom dashboard is that widgets can target **different devices** on
the same canvas — one screen monitoring your whole set. For monitoring many
devices at once — maps, groups, bulk commands, firmware — drop in the
[Fleet Manager](/fleet/overview).

<Card title="Fleet Manager" icon="map" href="/fleet/overview">
  One widget for operating devices at scale.
</Card>
