Create a widget
A widget is a single query paired with a single visualization on a board. Keep each widget narrow and focused on one metric, for example “daily connected calls for this campaign” rather than a broad query covering everything. You add widgets from a board under Monitor → Boards.
Create a widget
Write or generate SQL
Type SQL yourself, or press / and use Generate with AI.
Browse the available tables in the Schema panel before referencing column names.
Which chart to pick
After the first successful run, the editor suggests the first column as X and the first numeric-looking column as Y. The X and Y axes must use different columns.
Best practices
One question per widget
Keep each widget to a single metric. If you need two metrics, create two widgets.
Prefer filters over hardcoded IDs
Use tokens such as {{agent_id}} and {{start_date}} so operators can change the scope without editing SQL. See Filters.
Optional alerts
On a saved widget, open Configure alerts to be notified when the widget returns any results. Alerts can run hourly, daily, or weekly, and can be delivered by email and/or a Slack webhook.