Skip to main content

📝 Prosp Prompt Guide

Written by Yann Dine

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?