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

# Quick Start

> Deploy your first Lantern Agent and start winning AI search in minutes.

## Get up and running in three steps

Lantern Agents monitor your brand across every major AI engine, surface citation gaps, and run content workflows — all without manual effort. Here's how to get started.

### Step 1: Create your account

<AccordionGroup>
  <Accordion icon="user-plus" title="Sign up for Lantern">
    Visit [asklantern.com](https://asklantern.com) and create your free account. No credit card required for your 7-day trial.
  </Accordion>

  <Accordion icon="building" title="Set up your brand profile">
    Complete your brand profile so Lantern knows what to track:

    1. **Company name and website URL** — your primary brand identity
    2. **Key products or services** — Lantern will monitor mentions of each
    3. **Competitors (optional)** — benchmark your visibility against them
    4. **AI platforms to monitor** — ChatGPT, Perplexity, Gemini, Google

    <Info>Lantern begins tracking your brand immediately after setup.</Info>
  </Accordion>
</AccordionGroup>

### Step 2: Configure monitoring

<AccordionGroup>
  <Accordion icon="magnifying-glass" title="Add prompts to track">
    Define the queries you want to monitor across AI platforms:

    * **Comparison queries** — "What are the best \[product category]?"
    * **Direct brand queries** — "Tell me about \[your brand]"
    * **Use case queries** — "Best solution for \[specific need]"
    * **Competitive queries** — "Compare \[your brand] vs \[competitor]"

    <Tip>Start with 5–10 high-priority prompts and expand from there.</Tip>
  </Accordion>

  <Accordion icon="link" title="Install the tracking snippet">
    Add Lantern's attribution snippet to your site to measure AI-driven traffic:

    ```html theme={null}
    <script>
      (function(l,a,n,t,e,r,n){
        // Lantern tracking code is provided in your dashboard
      })();
    </script>
    ```

    Place this in your site's `<head>` to start attributing AI-referred sessions to revenue.
  </Accordion>
</AccordionGroup>

### Step 3: Deploy your first agent

<Accordion icon="robot" title="Run an agent">
  Go to **Agents** in the sidebar and click **New Agent**. Choose from ready-made templates — Blog Article Pipeline, AI Search Optimisation Article, Competitor Analysis — or build your own.

  Agents run in the background on Lantern's servers. When finished, results appear in **Run History** with every step, output, and data point logged.

  See [Agents — Getting Started](/agents/getting-started) for a full walkthrough.
</Accordion>

## What you'll see in your dashboard

<CardGroup cols={2}>
  <Card title="Brand Monitoring" icon="monitor-waveform" href="/agents/what-are-agents">
    Real-time view of how every major AI engine represents your brand
  </Card>

  <Card title="Citation Sources" icon="link" href="/agents/what-are-agents">
    Which websites AI cites when talking about your brand — and the gaps
  </Card>

  <Card title="Traffic Attribution" icon="arrow-trend-up" href="/agents/what-are-agents">
    Every AI-referred session traced through to conversion and revenue
  </Card>

  <Card title="Agent Run History" icon="clock-rotate-left" href="/agents/getting-started">
    Full logs of every agent run — steps, tool calls, outputs, and timing
  </Card>
</CardGroup>
