Analyze Using Dremio's AI Agent
Dremio's AI agent is built into the Dremio console and lets you work with your data end to end — from exploring and analyzing to troubleshooting — entirely in natural language, without writing a single line of SQL. The AI agent only operates on data and entities that you have the privileges to access.
Open the AI Agent
You can access the AI agent in two ways:
- Type a question into the chat on the Home page in the Dremio console.
- Use the keyboard shortcut Cmd + Shift + G on Mac or Ctrl + Shift + G on Windows.
To use the AI agent, you must be granted CALL MODEL on the default model provider. See Configure Model Providers for setup instructions.
Use the AI Agent
Reference datasets with @ – Type @ in the chat box to trigger autocomplete and reference a specific table or view in your prompt. This helps the agent focus on the exact data you want to work with instead of searching across your entire catalog.
Audit the SQL – When the agent writes and executes SQL, you can expand the tool calls in the chat window to review exactly what query was run and how the results were generated.
What the AI Agent Can Do
Dremio's AI agent can help you across the full data workflow — from discovering and querying data to troubleshooting performance. Each section below includes example prompts to help you get the most out of the agent.
Discover and Explore
The AI agent helps you discover available data by breaking down table schemas, identifying relevant tables and views, and surfacing patterns in your data. The agent uses wikis and labels as well as sampling to determine relevance.
| Okay Prompt | Great Prompt |
|---|---|
| What tables can I use? | Which tables or views have customer location data? |