Building Agents
When building your agent, you can customize every detail to match your organization’s standards, tone, and goals.Select a Model
Choose the large language model that powers the agent. See Models for a full breakdown of available options.
Enable Citations
Allow the agent to include numbered references to knowledge base sources in its responses. See Citations for setup details.
Enable Structured Output
Force the agent to reply with a typed JSON object instead of free-form text. Useful for API-driven workflows. See Structured Output for details.
Best Practices
- Use descriptive names so team members can quickly identify each agent’s role.
- Choose large-context models for complex reasoning and smaller, faster models for lightweight workflows.
- Enable citations when your agent draws from knowledge bases — it builds user trust and makes responses easier to verify.
- Use structured output only for API-driven workflows where a downstream system needs to parse the agent’s response as JSON.
- Test thoroughly after configuring each component to ensure accuracy and reliability.

