Basics
The system prompt defines your agent’s personality, knowledge, and behavior. It’s the most important configuration for your agent.Best practices
Keep it concise
Keep it concise
Voice conversations are fast-paced. Your agent should give short, clear responses. Add instructions like:
Define the persona
Define the persona
Give your agent a clear identity:
Set boundaries
Set boundaries
Tell the agent what it should and shouldn’t do:
Handle edge cases
Handle edge cases
Plan for common scenarios:
Variable injection
Use{{variableName}} placeholders in your prompt to inject contact data dynamically:
Available variables
Variables come from the contact record:| Variable | Source |
|---|---|
{{contactName}} | Contact name |
{{phoneNumber}} | Contact phone number |
{{region}} | Contact region |
{{customField}} | Any external field from the contact |

