Response Components
A typical response includes:| Component | Description |
|---|---|
| Answer | Natural language summary of the results |
| Chart | Visual representation of the data (when applicable) |
| Data Table | The underlying numbers in tabular format |
| SQL Query | The exact query used to retrieve the data |
The Answer
The AI Analyst summarizes findings in plain language. This is designed to give you the key insight without needing to parse raw data. Example:Your total revenue last week was 52,100 (37% of total).The answer prioritizes:
- The specific number you asked for
- Relevant context (comparisons, breakdowns)
- Highlighting notable patterns
Charts
When your question lends itself to visualization, the AI Analyst generates a chart. Common chart types:| Chart Type | Used For |
|---|---|
| Bar chart | Comparisons across categories (channels, products, campaigns) |
| Line chart | Trends over time (daily revenue, weekly orders) |
| Table | Detailed breakdowns with multiple metrics |
If a chart doesn’t appear, the AI Analyst determined the data was better presented as text or a table. This often happens for single-value answers or complex multi-dimensional data.
Data Tables
For questions that return multiple rows, you’ll see a data table showing the raw results. This is the actual output from BigQuery, limited to a reasonable preview size. Example:| channel | revenue | orders |
|---|---|---|
| Paid Social | 52,100 | 412 |
| 38,200 | 298 | |
| Organic Search | 28,750 | 215 |
The SQL Query
Every data response includes the SQL query used. This is useful for:- Verification — Confirm the AI understood your question correctly
- Learning — See how to write similar queries yourself using SourceMedium table schemas
- Iteration — Copy and modify the query in BigQuery for deeper follow-up analysis
File Downloads
Responses may include downloadable files:| File | Contents |
|---|---|
query.sql | The SQL query used |
results.csv | Full data export (not truncated) |
chart.png | The visualization as an image |
When Things Look Wrong
If results don’t match your expectations:1
Check the date range
Review the SQL query to confirm the time period matches your intent.
2
Verify the metric
Make sure the AI Analyst used the metric you expected (e.g., gross revenue vs. net revenue).
3
Check data freshness
Ask “How is my data health?” to confirm the underlying tables are up to date.
4
Rephrase and retry
If the AI misunderstood, rephrase with more specificity and try again.
Troubleshooting
Common issues and how to resolve them.
Data Health Check
Verify your data is fresh before querying.

