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

# Gauge documentation

> Learn how to improve AI visibility and measure how coding agents choose and use developer tools.

<div className="docs-overview px-6 pt-16 pb-12 lg:pt-28 lg:pb-20 max-w-5xl mx-auto">
  <div className="max-w-3xl">
    <h1 className="text-5xl lg:text-7xl font-bold tracking-tight text-gray-950 dark:text-white">
      Optimize how AI understands your product with Gauge
    </h1>

    <p className="mt-6 max-w-2xl text-lg text-gray-600 dark:text-gray-400">
      Understand how your brand appears in AI search, improve your visibility, and measure how coding agents choose and use developer tools.
    </p>

    <div className="mt-8 flex flex-wrap gap-3">
      <a className="docs-primary-button rounded-lg px-4 py-2.5 text-sm font-medium no-underline hover:opacity-90" href="/introduction/welcome">
        Explore AI visibility
      </a>

      <a className="rounded-lg border border-gray-300 px-4 py-2.5 text-sm font-medium text-gray-900 no-underline hover:border-gray-400 dark:border-gray-700 dark:text-white dark:hover:border-gray-600" href="/agents/index">
        Explore Coding Agent Optimization
      </a>
    </div>
  </div>
</div>

<div className="docs-overview px-6 pb-20 max-w-5xl mx-auto">
  <h2 className="text-2xl font-semibold tracking-tight text-gray-950 dark:text-white">
    What do you want to do?
  </h2>

  <div className="mt-6">
    <Columns cols={2}>
      <Card title="Improve AI visibility" icon="chart-line" href="/introduction/welcome">
        Learn the fundamentals of answer engine optimization, track your brand, and use Gauge to turn visibility gaps into action.
      </Card>

      <Card title="Coding Agent Optimization" icon="code" href="/agents/index">
        Measure Agent Preference and Agent Experience, automate runs with the CLI, and integrate with the Gauge API.
      </Card>
    </Columns>
  </div>

  <h2 className="mt-16 text-2xl font-semibold tracking-tight text-gray-950 dark:text-white">
    Popular starting points
  </h2>

  <div className="mt-6">
    <Columns cols={3}>
      <Card title="Gauge quickstart" icon="rocket" href="/introduction/welcome">
        Set up your workspace and review your first AI visibility run.
      </Card>

      <Card title="Coding agent quickstart" icon="terminal" href="/agents/quickstart">
        Onboard in the web product or CLI, then create and inspect your measurements.
      </Card>

      <Card title="API reference" icon="brackets-curly" href="/agents/api-reference/overview">
        Explore the public API and its generated endpoint documentation.
      </Card>
    </Columns>
  </div>

  <h2 className="mt-16 text-2xl font-semibold tracking-tight text-gray-950 dark:text-white">
    What Gauge does
  </h2>

  <div className="mt-4 max-w-3xl space-y-4 text-base leading-7 text-gray-600 dark:text-gray-400">
    <p>
      Gauge helps companies understand and improve how AI systems represent, recommend, and use their products. Traditional analytics show what people click after they reach a website. Gauge measures the decisions AI makes before and during that journey: which brands appear in an answer, which sources shape the answer, which developer tools a coding agent recommends, and whether the agent can use those tools successfully.
    </p>

    <p>
      Gauge turns that evidence into action. Teams can trace a result back to the prompts, answers, citations, agent traces, and code changes behind it; identify the gaps causing lost visibility or failed adoption; and test changes to content, documentation, positioning, and product experience. The goal is not simply to monitor AI. The goal is to help your product become the answer AI gives and the tool agents choose.
    </p>
  </div>

  <h2 className="mt-16 text-2xl font-semibold tracking-tight text-gray-950 dark:text-white">
    Gauge's two products
  </h2>

  <div className="mt-6 grid gap-6 md:grid-cols-2">
    <div className="rounded-xl border border-gray-200 p-6 dark:border-gray-800">
      <h3 className="text-lg font-semibold text-gray-950 dark:text-white">AI Visibility</h3>

      <p className="mt-3 text-gray-600 dark:text-gray-400">
        AI Visibility is for marketing, growth, and content teams that want their brand to appear accurately and prominently in AI search. Gauge runs customer questions across major AI platforms every day, measures mentions and citations, compares competitors, and shows the sources behind every result. Ask Gauge and the Content Engine turn visibility gaps into recommended actions and publish-ready content.
      </p>

      <p className="mt-4 text-sm text-gray-600 dark:text-gray-400">
        <strong>Use it to:</strong> monitor AI answers, understand competitive visibility, find content and positioning gaps, and improve the information AI uses to describe your brand.
      </p>

      <p className="mt-4"><a href="/introduction/welcome">Learn about AI Visibility →</a></p>
    </div>

    <div className="rounded-xl border border-gray-200 p-6 dark:border-gray-800">
      <h3 className="text-lg font-semibold text-gray-950 dark:text-white">Coding Agent Optimization</h3>

      <p className="mt-3 text-gray-600 dark:text-gray-400">
        Coding Agent Optimization is for developer-tool companies that want coding agents to choose their product and implement it correctly. Gauge runs real coding agents in real repositories, records their research and code changes, and measures both Agent Preference—which tools agents recommend and adopt—and Agent Experience—whether agents complete a task successfully. Teams can use the full web product or the Gauge CLI; both provide the same measurement, run, and results workflows.
      </p>

      <p className="mt-4 text-sm text-gray-600 dark:text-gray-400">
        <strong>Use it to:</strong> compare agent and model behavior, find documentation or onboarding friction, understand why competitors win, and test which changes improve selection and implementation.
      </p>

      <p className="mt-4"><a href="/agents/index">Learn about Coding Agent Optimization →</a></p>
    </div>
  </div>

  <h2 className="mt-16 text-2xl font-semibold tracking-tight text-gray-950 dark:text-white">
    How to get started
  </h2>

  <div className="mt-6 grid gap-8 md:grid-cols-2">
    <div>
      <h3 className="text-lg font-semibold text-gray-950 dark:text-white">Start with AI Visibility</h3>

      <ol className="mt-3 list-decimal space-y-2 pl-5 text-gray-600 dark:text-gray-400">
        <li><a href="https://app.withgauge.com">Start the one-week Growth trial</a>.</li>
        <li>Add your brand, website, competitors, and the customer questions you want Gauge to track.</li>
        <li>Review the daily answers, citations, visibility metrics, and recommended actions.</li>
      </ol>

      <p className="mt-4"><a href="/introduction/welcome">Follow the AI Visibility quickstart →</a></p>
    </div>

    <div>
      <h3 className="text-lg font-semibold text-gray-950 dark:text-white">Start with Coding Agent Optimization</h3>

      <ol className="mt-3 list-decimal space-y-2 pl-5 text-gray-600 dark:text-gray-400">
        <li>Choose the web product or CLI. Both support the same Coding Agent Optimization workflows.</li>
        <li>For the web product, <a href="https://agents.withgauge.com">sign in at agents.withgauge.com</a> and complete the guided onboarding flow.</li>
        <li>For the CLI, install <code>@withgauge/cli</code> and run <code>gauge onboard</code>.</li>
        <li>Create an Agent Preference or Agent Experience measurement, attach a run preset, and launch the first runs.</li>
      </ol>

      <p className="mt-4"><a href="/agents/quickstart">Follow the coding agent quickstart →</a></p>
    </div>
  </div>

  <h2 className="mt-16 text-2xl font-semibold tracking-tight text-gray-950 dark:text-white">
    Pricing
  </h2>

  <div className="mt-6 overflow-x-auto">
    <table className="docs-pricing-table">
      <thead>
        <tr>
          <th>Product</th>
          <th>Plan</th>
          <th>Price</th>
          <th>What is included</th>
        </tr>
      </thead>

      <tbody>
        <tr>
          <td>AI Visibility</td>
          <td>Growth</td>
          <td><strong>\$599/month</strong> after a one-week free trial</td>
          <td>600 prompts run daily across six AI platforms, 108,000 answers tracked per month, 18 publish-ready articles per month, and 10 seats.</td>
        </tr>

        <tr>
          <td>AI Visibility</td>
          <td>Enterprise</td>
          <td><strong>Custom pricing</strong></td>
          <td>Custom prompts, locations, articles, seats, and recurring implementation and strategy sessions.</td>
        </tr>

        <tr>
          <td>Coding Agent Optimization</td>
          <td>Usage based</td>
          <td><strong>2,000 credits free</strong>, then 5¢ per credit</td>
          <td>A typical prompt run uses about 20 credits, or about \$1. Discounted rates are available for monthly commitments over 10,000 credits.</td>
        </tr>
      </tbody>
    </table>
  </div>

  <p className="mt-4 text-sm text-gray-500 dark:text-gray-400">
    Pricing was verified on August 17, 2026. See the current <a href="https://withgauge.com/pricing">AI Visibility pricing</a> and <a href="https://www.withgauge.com/agents/pricing/">Coding Agent Optimization pricing</a>, or contact <a href="mailto:support@withgauge.com">[support@withgauge.com](mailto:support@withgauge.com)</a> for the latest details.
  </p>
</div>
