Variables let you personalize conversations with dynamic data. Instead of static text, insert values that change based on the caller, API responses, or information collected during the call.
Location: Config Panel (right sidebar) → Variables

Variables you create with default values.
Use double curly braces:
In your prompt:
At runtime:
Handle missing variables gracefully:
If customer_name is empty → “Hello there!”
{{name}} syntaxWhat if the variable is empty?
{{name|there}}Verify variables replace correctly. Check Convo Logs to see actual values.