When creating prompts for Prosp, follow this structure:
Prompt Structure
Key Guidelines
Use double curly braces
{{...}}
for Prosp internal variables.These are placeholders that Prosp will automatically replace with user-specific data.
Example:
{{first name}}
,{{last post}}
.
Use square brackets
[...]
to instruct the AI on how to perform the task.This is where you tell the AI what you want it to generate.
Example:
[Generate a warm welcome message for {{first name}}]
.
Keep them distinct:
{{...}}
β Internal Prosp data[...]
β AI instructions