Getting Started
From account creation to a live dashboard, end to end.
See Datasources for the full list of supported databases.
A manifest is a short Markdown file describing the panels you want. Give the dashboard a title, then list each panel under a ## Panels heading:
# Revenue Overview
## Panels
### Revenue This Month
- What: Total revenue for the current month, grouped by product category
- Chart: bar
- Filter: created_at
### Active Customers
- What: Count of distinct customers with an order in the last 30 days
- Chart: statFull syntax and every chart type is documented in Dashboards & Manifests.
From here: fine-tune a panel’s query by hand in the query editor, set an alert on a key metric, embed the dashboard into your own product, or invite teammates to collaborate on it.