[IMAGE: Variable Management panel showing three tabs]
Location
Configuration Panel (right sidebar) → Variables ManagementVariable Syntax
Use double curly braces:Example in Prompt
Variable Types
The Variable Management Panel has three tabs:| Tab | Source | Description |
|---|---|---|
| User Defined | You create them | Custom variables for your needs |
| System | Platform provides | Built-in variables from Atoms |
| API | API responses | Variables from API call results |
User Defined Variables
Variables you create and manage.Empty State
Adding Variables
Variables appear when you:- Type
{{variable_name}}in your prompt - The system detects and lists it
- You can set default values if needed
Common User Variables
| Variable | Example Use |
|---|---|
{{company_name}} | Your company name |
{{product_name}} | Product being discussed |
{{promo_code}} | Current promotion code |
{{team_name}} | Department name |
System Variables
Built-in variables provided by Atoms.| Variable | Contains |
|---|---|
{{caller_phone}} | Caller’s phone number |
{{call_time}} | When the call started |
{{call_duration}} | How long the call has lasted |
{{current_date}} | Today’s date |
{{current_time}} | Current time |
API Variables
Variables populated from API call responses. When an API Call returns data, you can map response fields to variables:Using Variables Effectively
Personalization
Dynamic Information
Conditional Context
Variables can inform behavior:Best Practices
Use Descriptive Names
- Good:
{{customer_first_name}} - Bad:
{{n1}}

