Skip to main content

πŸ“ Prosp Prompt Guide

Yann Dine avatar
Written by Yann Dine
Updated over 2 months ago

When creating prompts for Prosp, follow this structure:

Prompt Structure

Key Guidelines

  1. 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}}.

  2. 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}}].

  3. Keep them distinct:

    • {{...}} β†’ Internal Prosp data

    • [...] β†’ AI instructions

Example Prompt

Did this answer your question?