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

# Build with Paxos

> Learn how to get started with the Paxos API and Platform.

<div style={{ textAlign:"center",padding:"80px 20px 60px",maxWidth:"1200px",margin:"0 auto" }}>
  <h1 style={{ fontSize:"4rem",marginBottom:"60px",lineHeight:"1.1" }}>
    <span className="text-gray-900 dark:text-white" style={{fontWeight:"300"}}>Build with</span>{' '}<span style={{ fontWeight:"900",background:"linear-gradient(135deg, #64AB28 0%, #51A749 19%, #0094D8 100%)",backgroundClip:"text",WebkitBackgroundClip:"text",color:"transparent",WebkitTextFillColor:"transparent",display:"inline-block" }}>Paxos</span>
  </h1>

  <CardGroup cols={2}>
    <Card title="Developer Guides" icon="code" href="/guides/developer/account">
      Build and integrate with our APIs. Get started with authentication, onboarding, and platform features.
    </Card>

    <Card title="Dashboard Guides" icon="gauge-high" href="/guides/dashboard">
      Learn how to use the Paxos Dashboard to manage your platform and users.
    </Card>

    <Card title="API Reference" icon="brackets-curly" href="/api-reference/introduction">
      Integrate and scale using our API and SDKs.
    </Card>

    <Card title="Release Notes" icon="star" href="/changelog">
      Learn about changes and new features in the Paxos API and Platform.
    </Card>

    <Card title="Stablecoins" icon="coin" href="/guides/stablecoin">
      Use Paxos-issued stablecoins for payments, money movement and more.
    </Card>

    <Card title="AI-Assisted Development" icon="robot" href="/guides/developer/ai-assisted-development">
      Get contextual help with Paxos APIs using AI assistance built into our documentation.
    </Card>
  </CardGroup>
</div>
