> ## Documentation Index
> Fetch the complete documentation index at: https://docs.searchable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Working with Prompts

> Master the art of creating and managing prompts to track your AI visibility

## What Are Prompts?

Prompts are questions or queries that you want to track across AI platforms. Think of them as the "keywords" of AI search - they help you understand when and how AI models mention your brand.

While Search Engines like Google operate primarily on short phrases, or "keywords", AI search is much more conversational in nature. While you may search for 'best running sneakers' on Google, AI search will provide better answers for queries such as 'best road running sneakers on a budget, ideally waterproof'.

## Why Prompts Matter

### The AI Search Shift

Users are increasingly asking AI assistants for recommendations:

* "What's the best CRM for small businesses?"
* "How do I optimize my website for SEO?"
* "How can I introduce more colours to my decor?"

If your brand isn't mentioned in these AI responses, you're invisible to potential customers.

### What We Track

Searchable monitors your prompts across major AI platforms:

<CardGroup cols={3}>
  <Card title="OpenAI" icon="robot">
    ChatGPT
  </Card>

  <Card title="Anthropic" icon="brain">
    Claude (Opus, Sonnet, Haiku)
  </Card>

  <Card title="Google" icon="google">
    Gemini (Pro, Ultra)
  </Card>

  <Card title="Perplexity" icon="magnifying-glass">
    Perplexity AI
  </Card>

  <Card title="Coming Soon" icon="clock">
    xAI Grok, DeepSeek, Meta Llama
  </Card>
</CardGroup>

## Creating Effective Prompts

### Prompt Anatomy

A great prompt has three components:

1. **Context**: Who is asking and what's their situation?
2. **Intent**: What information are they seeking?
3. **Specificity**: Enough detail to generate useful responses

### Good vs. Bad Prompts

<CodeGroup>
  ```text Bad Prompt theme={null}
  CRM software
  ```

  ```text Good Prompt theme={null}
  What are the best CRM software options for a small business with 10-20 employees that integrates with email marketing?
  ```
</CodeGroup>

**Why the difference?**

* Bad: Too vague, will generate generic lists
* Good: Specific context, clear intent, qualified criteria

<Warning>
  Reusing your SEO keywords as prompts is not a good AEO strategy.
</Warning>

### Prompt Templates by Industry

<Tabs>
  <Tab title="SaaS">
    **Product Comparison**

    ```text theme={null}
    What are the best [your category] tools for [target audience] 
    who need [key feature]?
    ```

    **Problem-Solution**

    ```text theme={null}
    How can [target audience] solve [specific problem] 
    without [common pain point]?
    ```

    **Feature Inquiry**

    ```text theme={null}
    Which [product category] offers [specific feature] 
    and integrates with [popular tool]?
    ```
  </Tab>

  <Tab title="E-commerce">
    **Product Recommendations**

    ```text theme={null}
    What's the best [product type] for [use case] 
    under [price range]?
    ```

    **Buying Guides**

    ```text theme={null}
    What should I look for when buying [product category] 
    for [specific need]?
    ```

    **Alternative Seeking**

    ```text theme={null}
    What are good alternatives to [competitor] 
    that are [better/cheaper/more feature-rich]?
    ```
  </Tab>

  <Tab title="Services">
    **Service Provider Selection**

    ```text theme={null}
    How do I choose the right [service type] for [specific situation]?
    ```

    **Local Queries**

    ```text theme={null}
    Who are the top [service providers] in [location] 
    for [specific service]?
    ```

    **Qualification Questions**

    ```text theme={null}
    What questions should I ask when hiring a [service professional]?
    ```
  </Tab>

  <Tab title="Content/Media">
    **Resource Discovery**

    ```text theme={null}
    What are the best resources for learning [topic] 
    at [skill level]?
    ```

    **Content Recommendations**

    ```text theme={null}
    Can you recommend [content type] about [topic] 
    that covers [specific aspect]?
    ```

    **Comparison Content**

    ```text theme={null}
    What's the difference between [concept A] and [concept B] 
    in [context]?
    ```
  </Tab>
</Tabs>

## Prompt Strategy

### The Prompt Pyramid

Build your prompt library strategically:

<Steps>
  <Step title="Foundation: Brand Queries (5-10 prompts)">
    Direct mentions of your brand name

    **Examples:**

    * "What is \[Your Brand]?"
    * "Tell me about \[Your Company]"
    * "How does \[Your Product] work?"

    **Purpose**: Establish baseline brand awareness
  </Step>

  <Step title="Middle: Category Queries (10-20 prompts)">
    Your product/service category without brand name

    **Examples:**

    * "What are the best \[category] for \[audience]?"
    * "How do I choose a \[category]?"
    * "What features should I look for in \[category]?"

    **Purpose**: Compete for category dominance
  </Step>

  <Step title="Top: Problem/Solution Queries (20-50 prompts)">
    Problems your product solves, without mentioning solutions

    **Examples:**

    * "How can I \[achieve goal]?"
    * "What's the best way to \[solve problem]?"
    * "I'm struggling with \[pain point], what should I do?"

    **Purpose**: Capture users before they know solutions exist
  </Step>

  <Step title="Peak: Adjacent Topics (10-30 prompts)">
    Related topics where your brand adds value

    **Examples:**

    * "What is \[related concept]?"
    * "How do \[adjacent process] work?"
    * "Best practices for \[related activity]?"

    **Purpose**: Build topic authority beyond your core offering
  </Step>
</Steps>

### Prompt Diversity

Balance your prompts across dimensions:

| Dimension               | Why It Matters                                                   | Example Balance                                |
| ----------------------- | ---------------------------------------------------------------- | ---------------------------------------------- |
| **Specificity**         | Broad prompts show awareness, specific ones show purchase intent | 40% broad, 60% specific                        |
| **Buying Stage**        | Track the full customer journey                                  | 30% awareness, 40% consideration, 30% decision |
| **Competitor Mentions** | Understand your competitive position                             | 20% include competitor names                   |
| **Question Types**      | Different formats appeal to different users                      | Mix "what", "how", "why", "which"              |

## Managing Your Prompt Library

### In the Searchable Dashboard

<Frame>
  <img src="https://mintcdn.com/searchable/Zyms3YY9H2Yf2QTr/images/prompts-dashboard.png?fit=max&auto=format&n=Zyms3YY9H2Yf2QTr&q=85&s=9ccf5c84329c8508f7a1f38fe4033775" alt="Prompts Dashboard" width="1167" height="719" data-path="images/prompts-dashboard.png" />
</Frame>

**Actions Available:**

* Create new prompts
* Edit existing prompts
* Archive low-performing prompts
* Bulk import/export
* Analyze performance
* View mention history

### Creating a Prompt

<Steps>
  <Step title="Navigate to Prompts">
    Go to **Prompts** tab in your project
  </Step>

  <Step title="Click Create Prompt">
    Click the **"+ New Prompt"** button
  </Step>

  <Step title="Enter Your Question">
    Type your prompt exactly as a user would ask it

    <Tip>
      Test your prompt in ChatGPT or another AI platform first to see what kinds of responses it generates.
    </Tip>
  </Step>

  <Step title="Add Metadata (Optional)">
    * **Category**: Organize prompts by type
    * **Priority**: Mark important prompts
    * **Tags**: Add labels for filtering
  </Step>

  <Step title="Save and Run">
    Click **"Save & Run"** to immediately test across all AI platforms

    <Info>
      Initial results appear within 30-60 seconds. Historical tracking begins immediately.
    </Info>
  </Step>
</Steps>

### Bulk Import

For adding many prompts at once:

1. **Download Template**
   * Go to Prompts → **Import**
   * Download the CSV template

2. **Fill Template**
   * One prompt per row
   * Include category and tags columns
   * Maximum 1000 prompts per import

<CodeGroup>
  ```csv Example: prompts-import.csv theme={null}
  prompt,category,tags,priority
  "What are the best CRM tools for startups?",Product Comparison,"crm,startup,comparison",High
  "How do I automate my email marketing?",Problem Solution,"email,automation,how-to",Medium
  "What is [Your Brand]?",Brand Query,"brand,awareness",High
  ```
</CodeGroup>

3. **Upload & Review**
   * Upload your CSV file
   * Review detected prompts
   * Fix any errors
   * Click **"Import All"**

### Prompt Templates

Save time with pre-built templates:

**Access Templates:**

* Go to Prompts → **Templates**
* Browse by industry or use case
* Click **"Use Template"**
* Customize for your brand

**Available Template Categories:**

* SaaS Product Queries
* E-commerce Product Recommendations
* Service Provider Selection
* Content Discovery
* Local Business Queries
* B2B Software Evaluation

## Analyzing Prompt Performance

### Key Metrics

<CardGroup cols={2}>
  <Card title="Mention Rate" icon="percent">
    How often your brand appears in responses
  </Card>

  <Card title="Average Position" icon="ranking-star">
    Where you rank when mentioned (1-10)
  </Card>

  <Card title="Share of Voice" icon="chart-pie">
    Your mentions vs. total category mentions
  </Card>

  <Card title="Sentiment" icon="face-smile">
    Positive, neutral, or negative mentions
  </Card>
</CardGroup>

### Interpreting Results

**High Performers (80%+ mention rate)**

* Great! These prompts consistently mention your brand
* Action: Create similar prompts to expand this success

**Medium Performers (30-79% mention rate)**

* Promising opportunities for improvement
* Action: Optimize content to better match these prompts

**Low Performers (below 30% mention rate)**

* Either too competitive or need better content alignment
* Action: Create targeted content or refine prompt wording

**Zero Mentions**

* Not necessarily bad - could be opportunity queries
* Action: Create comprehensive content specifically for these prompts

### Prompt Optimization Cycle

<Steps>
  <Step title="Run for 2 Weeks">
    Let prompts collect data across multiple AI platforms
  </Step>

  <Step title="Analyze Patterns">
    Identify which prompts generate mentions and which don't
  </Step>

  <Step title="Create Content">
    Write articles targeting zero-mention prompts
  </Step>

  <Step title="Optimize Existing">
    Improve pages that get partial mentions to increase frequency
  </Step>

  <Step title="Add Variations">
    Create new prompts based on what's working
  </Step>

  <Step title="Repeat Monthly">
    Continuous optimization is key to AI visibility
  </Step>
</Steps>

## Advanced Prompt Techniques

### Competitor Tracking

Include competitors in your prompts to understand your position:

**Comparison Prompts:**

```text theme={null}
What's better: [Your Brand] or [Competitor]?
Compare [Your Brand] vs [Competitor] for [use case]
[Your Brand] alternatives that are [better criterion]
```

**Market Landscape:**

```text theme={null}
What are the top 5 [category] tools?
Who are the leaders in [industry]?
What are the best [category] companies?
```

### Sentiment Analysis

Track not just mentions, but how you're mentioned:

* Monitor positive vs. negative sentiment
* Identify common criticisms
* Track feature-specific sentiment
* Compare sentiment to competitors

### Time-Based Prompts

Some prompts are seasonal or time-sensitive:

**Examples:**

```text theme={null}
Best [product] for 2025
Top [category] tools this year
Latest trends in [industry]
```

**Strategy:**

* Create year-specific prompts
* Update annually
* Archive outdated versions

### Local Prompts

For location-based businesses:

**Examples:**

```text theme={null}
Best [service] in [city]
Top [business type] near [location]
Where to find [product] in [area]
```

## Prompt Best Practices

<Check>Start with 10-20 prompts and expand gradually</Check>
<Check>Test prompts in ChatGPT before adding to Searchable</Check>
<Check>Focus on questions your customers actually ask</Check>
<Check>Include competitor names strategically</Check>
<Check>Update prompts quarterly to stay current</Check>
<Check>Archive low-performing prompts after 3 months</Check>
<Check>Create content specifically targeting zero-mention prompts</Check>

<Warning>
  Avoid "gaming" the system by creating prompts that are too specific to your brand. Focus on genuine user queries for meaningful insights.
</Warning>

## Industry-Specific Strategies

### SaaS

* Focus heavily on feature comparison prompts
* Track integration-related queries
* Monitor pricing and plan comparisons
* Include use-case specific prompts

### E-commerce

* Product recommendation prompts
* Price-point specific queries
* Alternative and comparison prompts
* Seasonal buying queries

### Services

* Problem-solution prompts
* Qualification and vetting questions
* Local service queries
* Industry-specific how-to prompts

### Content/Publishing

* Resource discovery prompts
* Learning and education queries
* "Best of" list prompts
* Tutorial and guide requests

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="How many prompts should I have?">
    * Start with 10-20 prompts and expand based on performance
    * Most businesses find 50-200 prompts sufficient for comprehensive coverage
    * Quality matters more than quantity - focus on prompts your customers actually ask
  </Accordion>

  <Accordion title="How often should I update my prompts?">
    * **Add new prompts**: Monthly
    * **Review performance**: Weekly
    * **Update existing prompts**: Quarterly
    * **Archive low performers**: Every 3 months

    Prompt strategy should evolve with your business and market.
  </Accordion>

  <Accordion title="Can prompts be too specific?">
    Yes! Overly specific prompts (e.g., "Tell me everything about \[Your Brand]'s exact feature set") won't reflect real user queries. Balance specificity with natural language.
  </Accordion>

  <Accordion title="Why are my prompts showing zero mentions?">
    Common reasons:

    * Your brand isn't well-known enough yet
    * No content specifically answers that prompt
    * The prompt is too competitive
    * AI models lack training data about your brand

    **Solution**: Create comprehensive content targeting those prompts and build brand authority.
  </Accordion>

  <Accordion title="Should I include competitor names in prompts?">
    Yes, strategically! Including competitors helps you:

    * Understand your competitive position
    * Identify where you're being compared
    * Find alternative-seeking queries

    Aim for 20-30% of prompts to include competitor names.
  </Accordion>

  <Accordion title="How do I track prompts in different languages?">
    Custom plans support multi-language prompts. Contact sales for:

    * Language-specific prompt libraries
    * Region-specific AI model tracking
    * International brand visibility monitoring
  </Accordion>
</AccordionGroup>

## Prompt Library Resources

<CardGroup cols={2}>
  <Card title="Browse Templates" icon="table" href="https://app.searchable.com/prompts/templates">
    Industry-specific prompt templates
  </Card>

  <Card title="Explore Prompts" icon="wand-magic-sparkles" href="https://app.searchable.com/prompts/explore">
    AI-powered prompt suggestions
  </Card>

  <Card title="Join Our Slack" icon="users" href="https://join.slack.com/t/searchablecommunity/shared_invite/zt-3d72toig3-5CNPzd1ujFQu_IanWGTHDA">
    Connect with other users and share prompts
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Run Your First Prompt" icon="play" href="https://app.searchable.com/prompts">
    Create your first prompt now
  </Card>

  <Card title="AI Visibility Tracking" icon="chart-line" href="/using-searchable/visibility-tracking">
    Learn to interpret visibility reports
  </Card>

  <Card title="Content Generation" icon="lightbulb" href="/using-searchable/content-generation">
    Create content that gets AI citations
  </Card>

  <Card title="Advanced Prompt Techniques" icon="graduation-cap" href="/advanced/custom-prompts">
    Master advanced prompt strategies
  </Card>
</CardGroup>
