Chat and queries

Charts and tables

How results are rendered, explored, and kept.

Every answer that returns rows renders as either a table or a chart. The agent picks based on the shape of the result and the question: you do not choose a chart type.

Charts

Charts are interactive Plotly figures, not images. You can hover for values, zoom, and open a chart fullscreen.

The chart gallery collects every figure produced in a thread, so a long analysis does not bury its own output.

Tables

Tabular results are paginated and sortable. Wide results scroll horizontally rather than compressing columns to illegibility.

Saving

Both can be saved to a dashboard from the message. A saved chart becomes a card that carries its own refresh script. See dashboards.

Why the chart choice is a model decision

Picking the form is part of answering. A time series asked as "how did this change" wants a line; the same data asked as "which month was biggest" wants bars. Because the model reads the question and the result together, the choice follows intent rather than data type alone.

On this page