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

<div className="landing-page">
  <section className="landing-intro">
    <div className="landing-title">
      <h1>Poolside Documentation</h1>
    </div>

    <p>
      Build, deploy, and run agentic coding workflows with Poolside models,
      APIs, and developer tools.
    </p>
  </section>

  <div className="landing-section-heading">
    <span>Start here</span>
  </div>

  <CardGroup cols={2}>
    <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
      Start using Poolside.
    </Card>

    <Card title="pool CLI" icon="code" href="/cli/pool">
      Use Poolside interactively, in automation, or in ACP-compatible editors.
    </Card>

    <Card title="API reference" icon="brackets-curly" href="/api/overview">
      Send chat completions, stream responses, and use tool calling.
    </Card>

    <Card title="Models" icon="brain" href="/get-started/supported-models">
      Compare available models and capabilities.
    </Card>
  </CardGroup>

  <div className="landing-section-heading landing-section-heading-secondary">
    <span>Recent model releases</span>
  </div>

  <section className="landing-models" aria-label="Recent model release notes">
    <a href="/release-notes/laguna-m1">
      <span>Laguna M.1</span>
    </a>

    <a href="/release-notes/laguna-xs2">
      <span>Laguna XS.2</span>
    </a>
  </section>
</div>
