Anatomy
The grid
Widgets sit on a 12-column grid, and the grid is not draggable. There is no grab cursor and no resize handle. Position and size are set by asking:Put the revenue chart top left, full width, and shorter.That is the same division as everywhere else in Vistazo. You open the app to read and explore, and Vistazo AI or your own agent is what builds and rearranges. It has a side benefit. Layout is written down rather than nudged into place, so it survives a rebuild. Empty cells compact upward, so you cannot leave a hole to create whitespace. Ask for a spacer instead (Widgets). On a phone the grid becomes a single column. By default widgets stack in desktop reading order, top to bottom then left to right, which can split things that belong together such as a column of KPIs beside its chart. A widget can be given an explicit stack order to fix that.
Context
Every dashboard carries a written summary of itself. It covers the dashboard’s purpose, what it is used for, caveats, and a plain-language reading of each widget. Vistazo keeps it current as the dashboard changes. This is what lets an agent answer “what does this dashboard say?” without reading every chart’s raw configuration. You can read it, and regenerate it, under Settings → Context on the dashboard.Vistazo AI on the dashboard reads this summary too, which is why it can answer questions about a chart
it did not build.