Section 1 of 1
Dynamic Templating via Handlebars
A Master Prompt is useless if it's static. You must use variables to inject user data dynamically. The Lab uses standard {{variable_name}} syntax.
1. Add Variables to Prompt
Edit your prompt and type {{user_name}} and {{company_data}}.
2. The Payload Table
The Lab automatically detects these variables and creates a table at the bottom of the screen.
3. Inject Data
Type the actual values into the table (e.g., user_name = 'Alice').
4. Execute
The Lab compiles the final string and sends it to the LLM.