The Intelligence agent is an AI assistant that can answer questions about your data using context from every monitoring domain: schema drift, freshness, data quality, tags, lineage, and alerts. It chains multiple tools together automatically, so a single question can pull from several sources to give you a complete answer.Documentation Index
Fetch the complete documentation index at: https://docs.anomalyarmor.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Common Questions
How is this different from searching a data catalog?
A catalog returns tables that match keywords. The Intelligence agent chains tools across schema drift, freshness, data quality, tags, and lineage to diagnose why something is happening, not just what exists. “Why is my orders dashboard broken?” pulls from multiple monitoring domains in a single answer.Does the agent see my actual data values?
No. It only reads operational metadata, schema structure, freshness patterns, metric values, alert history, tags, and lineage. Row-level data stays in your database. See Intelligence Overview for the full list of what’s analyzed versus what’s never accessed.Can the agent make changes, or is it read-only?
It can suggest and, with your confirmation, perform actions like creating metrics or applying tags. Any action that modifies data requires you to approve it first. Investigative questions are always read-only.What kinds of questions work best?
Diagnostic ones. “Why is X broken?”, “What changed upstream?”, “What should I prioritize?” trigger cross-domain investigation where the agent is strongest. Scope matters: asking about specific tables beats “check everything”.Do sessions remember earlier questions?
Yes. Each session keeps full conversation context, so follow-ups like “and what about the phone column?” work naturally. Start a new session when you switch topics to keep context clean.Can I see what tools the agent called to answer a question?
Yes. Each response shows the tool calls inline, which tool was used, what arguments were passed, and what it returned. This transparency lets you verify the answer and spot places where extra monitoring would give the agent more context.Next Steps
Walkthrough
See the agent diagnose a real problem end to end
Object Profiles
Understand the context that powers agent answers
