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

# Quickstart

> Get started with PromptAlpha in 5 minutes

## Get up and running

Follow these steps to set up your PromptAlpha account and start monitoring your brand's AI search visibility.

<Steps>
  <Step title="Create your account">
    Sign up at [app.promptalpha.ai](https://app.promptalpha.ai) and verify your email address.
  </Step>

  <Step title="Complete onboarding">
    Enter your company name and website URL. PromptAlpha will automatically:

    * Research your brand across AI search engines
    * Discover your competitors
    * Generate an initial set of prompts to track

    Review the suggested prompts and topics, then confirm to start monitoring.
  </Step>

  <Step title="View your first insights">
    Navigate to the **Answer Engine Insights** dashboard. You'll see:

    * **Visibility Score** — your overall brand visibility across AI engines (0–100)
    * **Platform breakdown** — how you appear on ChatGPT, Perplexity, Claude, Gemini, and Grok
    * **Citation sources** — which of your pages AI engines reference
    * **Competitor comparison** — how you stack up against competitors

    <Tip>Visibility data refreshes daily. Check back in 24 hours for trend data.</Tip>
  </Step>

  <Step title="Install the tracking snippet (optional)">
    To track AI crawler behavior and measure traffic from AI engines, add the PromptAlpha tracking snippet to your website:

    ```html theme={null}
    <script defer src="https://app.promptalpha.ai/pa.js" data-key="YOUR_API_KEY"></script>
    ```

    Paste this before the closing `</head>` tag on your site. Find your API key in **Settings > Workspace**.

    See the full [tracking snippet guide](/docs/agent-analytics/tracking-snippet) for detailed installation instructions.
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Set up your Brand Book" icon="book" href="/docs/settings/brand-book">
    Configure your brand details for better content generation.
  </Card>

  <Card title="Create your first content" icon="pen-fancy" href="/docs/content-engine/ai-content-generation">
    Generate an AI-optimized article based on visibility gaps.
  </Card>

  <Card title="Explore key concepts" icon="lightbulb" href="/docs/key-concepts">
    Learn the core terminology used across PromptAlpha.
  </Card>

  <Card title="Compare competitors" icon="ranking-star" href="/docs/answer-engine-insights/competitor-benchmarks">
    See how your brand compares to competitors in AI search.
  </Card>
</CardGroup>
