How to Ask
- Navigate to the Intelligence page
- Click Ask Agent in the top right
- Type your question in plain English
- The agent investigates, calling tools and checking context
- You see the full response with tool calls visible
What Makes This Different
The agent doesn’t just search table names. It reads your monitoring context:| Traditional Search | Intelligence Agent |
|---|---|
| ”orders” returns tables with “orders” in the name | ”Why is the orders dashboard broken?” checks schema drift for removed columns, freshness for stale data, and data quality for metric anomalies |
| ”stale tables” returns a static list | ”What should I prioritize?” ranks issues by severity across all domains |
| ”PII tables” returns tagged assets | ”Which PII tables had changes this week?” cross-references tags with schema drift history |
Question Categories
Diagnosis (Cross-Domain)
These are the most powerful questions because they pull from multiple monitoring domains at once.Health and Prioritization
Data Discovery
Data Quality
Impact Analysis
Sessions
Conversations are organized into sessions. Each session maintains full context, so follow-up questions work naturally.- New session: Click + in the session sidebar
- Resume session: Click a previous session to continue
- Session history: Sidebar shows all past conversations with timestamps
Tool Visibility
As the agent works, you can see each tool call it makes. This transparency lets you verify what the agent is checking:- Which tool was called (e.g.,
list_schema_changes,check_freshness) - What parameters were passed
- The result returned
Tips
- Be specific about scope: “Check freshness for the 3 gold fact tables” works better than “check everything”
- Chain requests: “Find tables with spiking null rates, then show me their schema changes this week” works in one message
- Ask diagnostic questions: “Why is X broken?” triggers cross-domain investigation, which is where Intelligence is strongest
- Let it discover first: Say “find tables with customer data” instead of typing exact table paths
Next Steps
Walkthrough
See the agent diagnose a real problem end to end
Object Profiles
Understand the context that powers agent answers
