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

# Poolside Documentation

> Build with Poolside agentic coding models in your terminal, editor, tools, or applications.

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

  <CardGroup cols={2}>
    <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
      Install `pool`, log in, and run your first agent task.
    </Card>

    <Card title="Models" icon="brain" href="/get-started/supported-models">
      See supported models, context windows, model types, and reasoning support.
    </Card>

    <Card title="Where to use Poolside" icon="route" href="/use-poolside">
      Use Poolside models in your terminal, editor, coding agent, or applications.
    </Card>

    <Card title="Poolside API" icon="brackets-curly" href="/api/overview">
      Send model requests from your own tools, scripts, and applications.
    </Card>
  </CardGroup>

  <div className="landing-section-heading landing-section-heading-secondary">
    <span>Latest models</span>
  </div>

  <CardGroup cols={2}>
    <Card title="Laguna S 2.1" img="https://mintcdn.com/poolside/rJq4dlnoOSHhVAZp/images/landing/laguna-s-2-1-banner.svg?fit=max&auto=format&n=rJq4dlnoOSHhVAZp&q=85&s=268dec910a80faf724c0fb2456c09167" href="/release-notes/models#laguna-s-2-1" width="699" height="176" data-path="images/landing/laguna-s-2-1-banner.svg">
      Long-horizon agentic coding model.
    </Card>

    <Card title="Laguna XS 2.1" img="https://mintcdn.com/poolside/kkMWX_7zqePBFTSJ/images/landing/laguna-xs2-1-banner.svg?fit=max&auto=format&n=kkMWX_7zqePBFTSJ&q=85&s=eac5353718aa8fac2228bf8cd8a4e1c0" href="/release-notes/models#laguna-xs-2-1" width="699" height="176" data-path="images/landing/laguna-xs2-1-banner.svg">
      Fast, lightweight agentic coding model.
    </Card>
  </CardGroup>
</div>
