06 Ask in plain English
Point ClickHouse Agents at the service you just loaded and ask questions in natural language — it writes the SQL, runs it, and draws the chart.
ClickHouse Agents is the Claude-powered agent platform, currently in public beta. It answers questions in natural language — generating the SQL, running it, and drawing a chart. Open it from the SQL Console, or go directly to ai.clickhouse.cloud, and point it at the service containing the data you just loaded.
Try these, one at a time:
- "Show gold's (XAU/USD) daily closing price in January 2020 as a line chart."
- "Which currency pair had the widest average bid/ask spread?"
- "What were the highest and lowest EUR/USD prices, and when did they happen?"
Watch it generate the SQL, run it, and produce a visualization — then ask it a question of your own.
The takeaway
Same engine, same data you loaded ten minutes ago — now answerable in plain English. That's what "agent-facing analytics" means in practice.
05 Ask the AI to fix a query
Hand the full-scan query from module 04 to the ClickHouse Assistant and watch it diagnose the missing sort key, then offer a skip index and a projection with ready-to-run SQL.
07 Build a live dashboard on your data
Run a containerised dashboard on your laptop against your own ClickHouse Cloud service, and watch the query time and rows scanned change as you filter.