> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keinsaas.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Visualization

> Create interactive tables and charts from structured data.

Navigator can turn structured data into interactive tables, charts, and review surfaces directly inside a conversation.

## Interactive tables

Tables are useful when the assistant produces or transforms data that users need to inspect.

<CardGroup cols={2}>
  <Card title="Sort and filter" icon="filter">
    Narrow large outputs by column, search term, and value.
  </Card>

  <Card title="Export" icon="download">
    Export table data for follow-up work in CSV or spreadsheet tools.
  </Card>

  <Card title="Column control" icon="columns">
    Hide, show, and scan columns without leaving the thread.
  </Card>

  <Card title="Pagination" icon="list">
    Keep large result sets readable.
  </Card>
</CardGroup>

## Charts

Use charts when a comparison, trend, or distribution matters more than raw rows.

```text theme={null}
Analyze this CSV and create a line chart of monthly recurring revenue.
Build a bar chart comparing support tickets by category.
Show the share of pipeline value by stage as a pie chart.
```

## Workflow pairing

Visualization works well at the end of workflows: gather data, clean it with code execution, then return a table or chart as the final artifact.
