Documentation Index
Fetch the complete documentation index at: https://docs-terra.withunify.org/llms.txt
Use this file to discover all available pages before exploring further.
Variable Interpolation
Use {{fieldId}} to insert dynamic values into labels, help text, and info blocks.
Basic Usage
Reference any field’s value:Supported Locations
| Location | Example |
|---|---|
| Labels | "Hello, {{name}}" |
| Help text | "Enter your address in {{city}}" |
| Info blocks | "Based on {{income}}, you qualify" |
| Validation messages | "{{field}} is required" |
Implementation
Common Patterns
Personalized greeting:Translations
Multi-language support