Skip to main content

Creating an Agent

Agents are the core of Truedy - they handle conversations and interact with users. This guide shows you how to create and configure agents.

Basic Agent Creation

Create a simple agent:

Advanced Configuration

Adding Tools

Connect your agent to external APIs:

Adding Knowledge Bases

Give your agent access to documents:

Configuring Call Settings

Customize call behavior:

System Prompts

The system prompt defines your agent’s personality and behavior. Tips:
  • Be Specific: Clearly define the agent’s role and responsibilities
  • Set Boundaries: Specify what the agent should and shouldn’t do
  • Include Examples: Provide example interactions
  • Define Tone: Specify the communication style

Example Prompts

Customer Support:
Sales:
Appointment Booking:

Best Practices

Start Simple

Begin with a basic agent, then add complexity as needed

Test Thoroughly

Use test calls to verify agent behavior before production

Iterate on Prompts

Refine system prompts based on real conversations

Monitor Performance

Track call outcomes and adjust agent configuration

Next Steps