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

# Puntego docs

> Install Puntego, configure the guide, and run it safely in production — the live-page layer that points visitors to the exact next step.

<div className="puntego-steps">
  <div className="puntego-step">
    <div className="puntego-step-num">1</div>

    <div className="puntego-step-body">
      <div className="puntego-step-title">Reads the live page</div>
      <div className="puntego-step-copy">The guide sees the exact page in front of your visitor, not a stale snapshot.</div>
    </div>
  </div>

  <div className="puntego-step">
    <div className="puntego-step-num">2</div>

    <div className="puntego-step-body">
      <div className="puntego-step-title">Answers from your docs</div>
      <div className="puntego-step-copy">Responses come from your own documentation, so they match how your product actually works.</div>
    </div>
  </div>

  <div className="puntego-step">
    <div className="puntego-step-num">3</div>

    <div className="puntego-step-body">
      <div className="puntego-step-title">Points at the next step</div>
      <div className="puntego-step-copy">It highlights the exact button, field, or row the visitor needs — right on the page.</div>
    </div>
  </div>
</div>

<CardGroup cols={2}>
  <Card title="Install" icon="download" href="/quickstart">
    Drop in the boot script with your app ID and watch the guide point on a real page — the fast path from zero to live.
  </Card>

  <Card title="Framework guides" icon="layout-template" href="/frameworks">
    Wire the guide into Next.js, SPA route changes, the React package, or Google Tag Manager.
  </Card>

  <Card title="Deploy safely" icon="shield-check" href="/domains">
    Allow the origins where the guide can mount, then layer on strict CSP, privacy and PII, and security before you launch.
  </Card>

  <Card title="Build with it" icon="wrench" href="/guide-tools-sdk">
    Register stable targets, launch tours, and report workflow outcomes from your own app.
  </Card>
</CardGroup>

<Note>
  **Before you launch:** start with [installation and configuration](/configuration), then review [allowed domains](/domains), [strict CSP](/csp), and [privacy and PII](/privacy-and-pii) so the guide opens safely to production visitors.
</Note>
