Agents combine retrieval over your embeddings with an LLM’s reasoning, then orchestrate multi-step actions — querying tables, executing code, generating visualizations — to deliver context-aware answers.
How an agent works
- Understands your question in natural language.
- Retrieves relevant context from the room’s spaces and data.
- Reasons and acts — chaining steps like querying tables, running Python, or calling tools.
- Responds with a grounded answer, including citations and a visible thought process.
What shapes an agent
Conversations, explainability, and sharing
Each conversation is a thread you can revisit, rename, and share as a read-only link. Every answer exposes its reasoning chain and citations, and finished agents can be deployed as branded public apps or connected over the MCP protocol.Agents (Feature Guide)
Configure models, chat, explainability, and sharing.
Example questions
Related Concepts
Spaces
The embeddings agents reason over.
Sharing & Collaboration
Share threads and artifacts.
Integrations & MCP
Connect agents to your applications.
Deployment
Publish agents as public apps.

