.sdash) is a live, interactive view of your data — a bento-grid canvas of cards (charts, KPIs, tables, and more) that stays up to date as the underlying data changes. A dashboard can hold multiple tabs, each its own canvas of cards. Dashboards are an artifact and live inside a project.

An example dashboard: KPI, chart, and table cards on a bento grid
Create a dashboard
- In the app
- Via the API
/dashboards) → Create (top-right), from a project’s Create → Dashboard, or from the editor’s empty state. Two ways to build it:- Start with Addison — describe what you want (e.g. “Revenue by region”, “Headcount trends”) and Addison assembles the dashboard, streaming it live, the same way it creates a report.
- Start from scratch — a blank canvas you build yourself, card by card.

The Dashboards page and its Create menu

Start with Addison

Start from scratch
Find and open dashboards
- In the app
- Via the API
/dashboards, shown above) lists your dashboards across all projects (Name, Project, Created, Updated) with search. Click one to open its editor. Dashboards are .sdash folder packages, so they also appear in their project’s file browser.Data sources
- In the app
- Via the API

The Data Sources panel

Add a table from the Summation Data Grid
- View data sources are backed by Summation’s view layer — a structured, declarative definition of a card’s data (its tables, columns, filters, and aggregations) that the config pane can read and edit. Summation built it so cards can be configured and filtered in the UI without writing SQL. Cards you add and configure manually use a view data source by default.
- SQL data sources run a raw query that bypasses the view layer — more flexible, but less human-configurable. Addison can generate both and tends to use SQL most of the time. On a card backed by a SQL data source you can still edit the Card Type, Title, Style, and its Filter behavior; only the underlying query is off-limits (the Data Source row is marked Read Only), so only Addison can change what data it returns.
Cards
A dashboard is a grid of cards:Build and edit
- In the app
- Via the API
- Add cards — open a palette from the toolbar (Add Chart / Table / KPI / Text, plus Data Sources) and drag a card onto the grid. Dropping a card auto-sources its data and auto-configures it with the best-matching setup; you can also drag a data-source table straight onto the grid to build a chart from it. Cards you add manually always use a view config (backed by a data view).
- Arrange — drag to move and use the resize handles; the layout is a 12-column bento grid.
- Act on a card — select a card to reveal its toolbar (Ask, Edit, and ⋯); Edit opens the config pane.
- Save — edits are saved explicitly with Save; Undo and Cancel (discard) are available.

Edit mode: drag a card from the palette onto the bento grid

A selected card in edit mode, with its toolbar
Configure a card
- In the app
- Via the API
- Data — the data source (a view) and how it’s shaped: Select View, row and column pivots, value, filter, and sorting.
- Config — the card itself: Card Type, title, data mapping (value column, comparison), and number format.
- Style — presentation: title, color scheme, orientation, legend, axes, and formats (for chart and non-pivoted table cards).

Data

Config

Style
Ask and edit with Addison
- In the app
- Via the API
- Ask — ask Addison a question about that card; the answer streams in the chat pane.
- Edit with AI — enter AI-edit mode, then select cards and describe the change you want. Edits queue in a bar (“N edits”), and Submit sends them to Addison as one request, which applies them to the dashboard.

Select a card to Ask or Edit with AI

Ask — question a card

Edit with AI — queue edits, then Submit
Filters
- In the app
- Via the API
- View mode — apply a temporary filter for exploration. It shows a blue dot in front and lasts for your session; to keep it, switch to edit mode and Save. The bar collapses overflow filters into a +N dropdown.
- Edit mode — add, remove, and Pin filters (a pinned filter stays out front and isn’t collapsed). The reorder button at the right of the bar rearranges filters; pinned filters reorder only among pinned, and unpinned only among unpinned. Save to persist.
- Cross-filtering — click a data point in a chart to filter the other cards to that selection.

A discrete filter — searchable multi-select

A date filter — Period to Date presets

The filter bar: a temporary filter (blue dot), a +N collapse, and Add Filter
Download
- In the app
- Via the API

A card's More menu — Expand and download options
Rename, duplicate, and delete
- In the app
- Via the API
.sdash folder package (a directory on disk with a single file ID). Rename, duplicate, or delete it from the file browser’s ⋯ menu, or from the row ⋯ on the Dashboards page (Open in new tab, Rename, Duplicate, Delete). Deleting can’t be undone.
A dashboard's row menu on the Dashboards page
Share and publish
- In the app
- Via the API
Appendix A: configurable options by card type
Everything below is set in the card config pane. All data-backed cards share the same Data tab and some common Config controls; the per-type specifics follow.KPI
KPI
Chart
Chart
Table
Table
Financial report
Financial report
Text
Text
Heading
Heading
Appendix B: dashboard filters
Add a filter from Add Filter, then pick a column. The operators available depend on the column’s data type; the default is a date range for date columns and a multi-select (Is in) for everything else. Choose an operator and provide its input.Text columns
Text columns
Number columns
Number columns
Date columns
Date columns

A date filter's operators