Documentation

Quick start

Open the app, then drop a CSV or Excel file on the upload zone — or click a sample dataset to explore without a file.

Supported files

The dashboard

Columns are profiled automatically: dates become time-series charts, categories become bar charts and filter menus, numeric columns become KPIs. Every filter drives every widget. Reset view clears filters; New file replaces the dataset and deletes the old session.

Asking questions

The chat panel answers plain-English questions with numbers computed by validated aggregate SQL. Each answer includes the executed query and its supporting values. Toggle Use all data to ignore active filters for one question.

Q: How much revenue came from the West?
A: $45,000 across 3 orders.
   Receipt: SELECT SUM("revenue") FROM dataset WHERE "region" = 'West'

Limits and privacy