Analytics copilot

Questions your team asks every day—answered with SQL you can trust

Connect your warehouse, shape a semantic model, layer on instructions and examples, then let analysts and domain experts explore through conversation—without drifting from the metrics and guardrails you define.

Nadia AI · Home
?Revenue by region last quarter, excluding test accounts…
Proposed SQL
SELECT r.name AS region,
  SUM(o.amount) AS revenue
FROM orders o
JOIN accounts a ON a.id = o.account_id
JOIN regions r ON r.id = a.region_id
WHERE o.order_date >= DATE '2025-10-01'
  AND o.order_date < DATE '2026-01-01'
  AND COALESCE(a.is_test, FALSE) = FALSE
GROUP BY 1
ORDER BY 2 DESC;
Grounded in your semantic modelRun · Explain · Chart
Connects to the engines you already run
PostgreSQLMySQLBigQuerySnowflakeTrinoRedshiftDatabricksDuckDBOracleSQL ServerClickHouseAthena

Everything the product is built to do

One console for onboarding, modeling, asking, curating knowledge, and shipping insights—backed by an AI service and your own databases behind the firewall.
Ask

Natural language to governed SQL

Ask in plain language on the home screen. The assistant drafts SQL against your semantic model, surfaces assumptions, and supports threaded follow-ups so you refine filters, grain, and time windows without hand-writing queries.

Respond

Streaming answers

Long generations stream into the UI so you see reasoning and SQL as they arrive—not only after a long wait.

Visualize

Charts & narratives

Open suggested charts, pivot views, and summaries next to the result grid for stakeholders and leadership.

Sources

Multiple DB profiles

Save several connections, then switch the active profile from settings, modeling, or before you ask—always the right catalog and credentials.

Model

Semantic modeling

Tables, columns, calculated fields, relationships, and lineage-style navigation. Deploy so every NL request compiles against definitions your team approves.

Knowledge

Instructions & question–SQL pairs

Capture business definitions, metric rules, and exemplar SQL. The AI service retrieves this context during generation so output matches how your org already writes SQL.

Operate

Dashboards & background refresh

Pin recurring questions to dashboards, lean on cache and background jobs for heavier widgets, and revisit past runs from the home experience.

Integrate

Settings, deploy, and HTTP APIs

Tune data source parameters, track deploy status to the query engine, and—where enabled—use REST endpoints for ask, SQL generation, and model metadata so other tools can embed the same intelligence on your network.

How teams roll it out

A straight path from first connection to governed self-serve analytics.
  1. 1
    Connect
    Add credentials and validate access. Optional sample dataset to learn the flow.
  2. 2
    Model
    Select tables, define relationships and metrics, deploy to the engine.
  3. 3
    Teach
    Add instructions and question–SQL pairs so answers match your vocabulary.
  4. 4
    Ask & share
    Use home threads and dashboards; plug in HTTP APIs for other apps when ready.

Bring your first project online

Register to start a pilot, or sign in if your workspace is already provisioned. The console always opens after authentication.