Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agno.com/llms.txt

Use this file to discover all available pages before exploring further.

Every company with 30+ people needs an internal data agent. OpenAI, Vercel, Uber, LinkedIn, and Salesforce are each building one. The key themes are: ground the model in curated context, let it self-correct, enforce hard boundaries on writes.

Learn How To

ConcernPage
Run SQL and cite itQuerying your data
Ground answers in business contextGrounding in context
Stop repeating mistakesSelf-correcting agents
Read-only vs read-write boundariesSafe data access
Turn repeat questions into viewsMaterialization
Put it behind your surfacesServe and embed

Explore

Querying your data

SQL tools, schema introspection, and answers that cite the query.

Grounding in context

Validated queries, table metadata, and business rules per question.

Self-correcting agents

Errors become learnings. The same mistake cannot recur.

Safe data access

Read-only and write boundaries enforced by the engine.

Materialization

Repeat questions become reusable views.

Developer Resources