Boards

View as Markdown

Boards are custom dashboards for reporting questions that Agent Analytics does not answer out of the box. You write SQL (or describe the query in plain language), chart the result, and share a board that your team can filter without editing the underlying query.

Boards live under Monitor → Boards.

Boards are an enterprise offering.

A board with filter chips and widgets for daily calls, a KPI number, and calls by language.

Boards

Build your first board

1

Create the board

Name it something your team will recognize, for example Campaign Overview. See Create a board.

2

Add a widget

Write SQL or press / to generate it with AI, run the query, choose a Table, Number, Bar, or Line visualization, and save. See Create a widget.

3

Parameterize with filters

Add tokens such as {{start_date}} or {{agent_id}} to the query, then set default values so the board shows data as soon as it opens. See Filters.

What’s on a board

PieceRole
TabsGroup widgets into pages (Create → Tab)
WidgetsOne query and one visualization, which you can drag and resize on the grid
FiltersBoard-level {{tokens}} that operators can change without editing SQL
AlertsOptional notifications when a saved widget returns results on a schedule

Boards vs Agent Analytics

UseWhen
Agent AnalyticsYou need standard connect, engagement, and call-level investigation, which is already built
BoardsYou need a custom metric, a stakeholder view, or a chart that is not on the fixed tabs

Every widget is powered by a SQL query. For dialect guidance, schema browsing, guardrails, and AI generation, see SQL best practices.

Next