Data Agent

AI-assisted data analysis using project files, catalogs, notebooks, and configured model runtimes.

Kontext Data Agents help you analyze project data, generate charts, and create notebooks from natural language. Current support on this page reflects the shipped team and plan session architecture. Kontext Data Agent

Reference

CapabilitySupport
Team architectureCoordinator plus SQL, chart, notebook, and Python specialists
Data contextUploaded files, connected catalogs, project lakehouse data
Knowledge contextIndexed project documents and curated runtime knowledge
OutputsAnswers, SQL, charts, notebooks
Session modesteam, plan
RuntimeUser-configured LLM provider

See AI Modes for mode behavior and LLM Providers for runtime support.

Available In

SurfaceUsage
Chat sessionsAsk questions, generate SQL, and work iteratively with project data
Team modeRoute execution across SQL, chart, notebook, and Python specialists
Plan modeGround a planning-first session in project and catalog context

Example prompts

Suggest three questions based on project data

Suggest three questions based on the data in the project

Data Agent Example - Suggestion Questions

Ask a project question

How many tables are in the data lake?

Data Agent Example - Project Info

Generate SQL

Write a query to show transaction volume by year and month

Data Agent Example - Write SQL

Execute SQL

Execute the above query with a reasonable limit for previewing results

Data Agent Example - Execute SQL

Ask a direct data question

Which age group has the highest number of customers?

Data Agent Example - Data Question

Create a notebook from analysis

Create a notebook to visualise customer demographics by age band and country

Data Agent Example - Create Notebook