Skip to main content

Creating and Managing Prompts

This guide walks you through the process of creating, editing, and managing prompts in Cognipeer. You'll learn how to craft effective prompts, organize your prompt library, and maintain your prompts over time.

Creating a New Prompt

Step 1: Navigate to the Prompts Section

  1. Log in to your Cognipeer account
  2. From the dashboard, click on the Prompts section in the sidebar
  3. Click the Create Prompt button to start building your prompt

Step 2: Define Prompt Metadata

  1. Enter a Title for your prompt (e.g., "Customer Feedback Analysis")
  2. Provide a Description that explains the prompt's purpose and when to use it
  3. Add Tags to categorize your prompt (optional)
  4. Select Visibility Settings to control who can access your prompt:
    • Private: Only you can access it
    • Shared: Specific users or teams can access it
    • Public: All users in your workspace can access it

Step 3: Write Your Prompt Text

  1. In the Prompt Text field, write the content of your prompt
  2. Include any parameter placeholders using the format {{parameter_name:type}}
  3. Structure your prompt with clear instructions and context

Example prompt with parameters:

Analyze the customer feedback for {{product_name:text}} from {{start_date:date}} to {{end_date:date}}. 

Focus on the following aspects:
1. Overall sentiment (positive, negative, neutral)
2. Most frequently mentioned features
3. Common pain points or issues
4. Suggestions for improvement

If {{include_competitors:checkbox}}, also compare with similar feedback for our main competitors.

Present the analysis in a structured format with clear headings and bullet points.

Step 4: Preview Your Prompt

  1. Click the Preview button to see how your prompt will appear to users
  2. Test the parameter form to ensure it works as expected
  3. Make any necessary adjustments to the prompt text or parameters

Step 5: Save Your Prompt

  1. Click the Save button to store your prompt
  2. Your new prompt will now appear in your prompts library

Editing Existing Prompts

Finding a Prompt to Edit

  1. Navigate to the Prompts section
  2. Use the search bar or filters to locate the prompt you want to edit
  3. Click on the prompt to open its details

Making Changes

  1. Click the Edit button to modify the prompt
  2. Update any of the following:
    • Title, description, or tags
    • Prompt text and parameters
    • Visibility settings
  3. Click Preview to test your changes
  4. Click Save to update the prompt

Organizing Your Prompts

Using Tags

Tags help categorize and filter your prompts:

  1. When creating or editing a prompt, add relevant tags
  2. Use consistent tagging conventions across your organization
  3. Filter prompts by tag in the Prompts section

Common tag examples:

  • Purpose: #analysis, #generation, #research
  • Department: #marketing, #support, #sales
  • Content type: #email, #report, #social

Creating Collections (If Available)

If your organization supports prompt collections:

  1. Navigate to the Collections tab in the Prompts section
  2. Click Create Collection
  3. Name your collection and add a description
  4. Add existing prompts to the collection
  5. Set visibility settings for the collection

Collections are useful for:

  • Project-specific prompts
  • Role-based prompt sets
  • Process-specific prompt sequences

Archiving Prompts

To keep your prompt library organized:

  1. For prompts you no longer need but want to keep for reference:
    • Open the prompt
    • Click the Archive button
    • Confirm the action
  2. Access archived prompts from the Archived tab
  3. Restore archived prompts if needed

Prompt Management Best Practices

Naming Conventions

Establish consistent naming conventions for your prompts:

  • Include the purpose or function (e.g., "Analysis," "Generation," "Summary")
  • Add specificity about the content (e.g., "Customer Feedback," "Product Description")
  • Consider including the intended audience if relevant

Examples:

  • "Customer Support - Troubleshooting Template"
  • "Marketing - Social Media Post Generator"
  • "Research - Competitive Analysis Framework"

Regular Audits

Periodically review your prompt library:

  1. Archive or delete outdated prompts
  2. Update prompts to reflect current best practices
  3. Consolidate similar prompts to reduce duplication
  4. Ensure proper tagging and organization

Documentation

For complex or widely used prompts:

  1. Provide detailed descriptions
  2. Include examples of how to use the prompt effectively
  3. Document any specific parameter requirements
  4. Note which Peers work best with the prompt

Collaborative Refinement

Encourage collaborative improvement of shared prompts:

  1. Establish a feedback mechanism for prompt effectiveness
  2. Regularly update prompts based on user feedback
  3. Share successful prompt strategies across teams
  4. Consider creating "prompt champions" who specialize in prompt optimization

Advanced Prompt Creation

Context Setting

Include context at the beginning of your prompt:

You are analyzing customer feedback data to identify trends and actionable insights. 
The feedback comes from our customer support system and includes both ratings and comments.

Analyze the feedback for {{product_name:text}} from {{time_period:text}}.

Clear Instructions

Structure your prompts with explicit instructions:

Please follow these steps:
1. Summarize the key points from the data
2. Identify the top 3 positive themes
3. Identify the top 3 areas for improvement
4. Recommend specific actions based on the feedback

Output Formatting

Specify how you want the response formatted:

Format your response as follows:
- Executive Summary: Brief overview of findings
- Positive Themes: Bullet points with examples
- Improvement Areas: Bullet points with examples
- Recommendations: Numbered list of actionable items

Conditional Elements

Use parameters to create conditional sections:

Analyze the performance of {{campaign_name:text}}.

{{if_include_metrics:checkbox}}
Include the following metrics in your analysis:
- Click-through rate
- Conversion rate
- Return on ad spend
{{/if_include_metrics}}

{{if_include_competitors:checkbox}}
Compare performance with our top 3 competitors.
{{/if_include_competitors}}

By following these guidelines for creating and managing prompts, you can build an effective library of reusable templates that enhance productivity and consistency across your organization.