> ## 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.

# Tool integrations

> Use Poolside with editors, desktop apps, coding agents, and local model runtimes.

export const PoolsideCardIcon = () => <svg aria-hidden="true" className="poolside-card-icon" focusable="false" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
    <path d="M2.63653 5.50522L2.18735 5.28559C2.09852 5.46726 2.12787 5.68456 2.26172 5.83616C2.39558 5.98775 2.60757 6.04379 2.79884 5.97814L2.63653 5.50522ZM5.83578 6.94285L5.3732 7.13265L5.5645 7.59886L6.02919 7.40392L5.83578 6.94285ZM10.7441 9.44034L10.2614 9.57083L10.393 10.0573L10.8784 9.92198L10.7441 9.44034ZM2.5 8.24963C2.4998 7.97349 2.27577 7.7498 1.99963 7.75C1.72349 7.75021 1.4998 7.97423 1.5 8.25037L2.5 8.24963ZM13.4143 10.7751C12.0197 13.6273 8.57701 14.8089 5.72485 13.4143L5.28559 14.3126C8.63389 15.9498 12.6754 14.5627 14.3126 11.2144L13.4143 10.7751ZM3.08571 5.72485C4.48031 2.87269 7.92299 1.69111 10.7751 3.08571L11.2144 2.18735C7.86611 0.550151 3.82455 1.93728 2.18735 5.28559L3.08571 5.72485ZM10.7751 3.08571C13.6273 4.48031 14.8089 7.92299 13.4143 10.7751L14.3126 11.2144C15.9498 7.86611 14.5627 3.82455 11.2144 2.18735L10.7751 3.08571ZM2.79884 5.97814C3.02201 5.90155 3.54835 5.84926 4.09141 6.00587C4.61256 6.15616 5.10736 6.48476 5.3732 7.13265L6.29835 6.75304C5.89213 5.76303 5.11508 5.26032 4.3685 5.04503C3.64385 4.83605 2.9066 4.8839 2.47422 5.0323L2.79884 5.97814ZM6.02919 7.40392C6.25314 7.30998 6.55771 7.25841 6.85281 7.36034C7.13062 7.45631 7.49213 7.72014 7.78743 8.4398L8.71257 8.0602C8.3358 7.14195 7.79046 6.62626 7.17931 6.41515C6.58544 6.21001 6.01893 6.32381 5.64236 6.48177L6.02919 7.40392ZM6.26827 7.19375C6.80493 6.26869 8.18817 4.18684 11.1653 3.10654L10.8242 2.16652C7.53166 3.36127 5.99463 5.67263 5.40329 6.69195L6.26827 7.19375ZM14.3364 10.8325C14.1845 10.39 13.7564 9.79897 13.14 9.37995C12.504 8.94759 11.6302 8.67426 10.6099 8.9587L10.8784 9.92198C11.5634 9.73102 12.1368 9.90713 12.5779 10.207C13.0385 10.5201 13.3174 10.9441 13.3905 11.1571L14.3364 10.8325ZM11.2268 9.30984C11.1236 8.92833 10.8783 8.39265 10.3638 8.02453C9.82769 7.6409 9.08331 7.49864 8.11574 7.76836L8.38426 8.73164C9.1221 8.52595 9.53979 8.66454 9.78189 8.83777C10.0457 9.02651 10.1946 9.32371 10.2614 9.57083L11.2268 9.30984ZM11.216 9.60556C11.6225 8.44463 12.4244 5.47936 11.4712 2.48487L10.5183 2.78819C11.3726 5.47172 10.6545 8.18331 10.2722 9.27512L11.216 9.60556ZM7.80082 8.03037L5.05604 13.6438L5.9544 14.0831L8.69918 8.46963L7.80082 8.03037ZM5.72485 13.4143C3.68742 12.4181 2.50158 10.3763 2.5 8.24963L1.5 8.25037C1.50185 10.7441 2.89229 13.1424 5.28559 14.3126L5.72485 13.4143Z" fill="currentColor" />
  </svg>;

Find setup guidance for editors, desktop apps, coding agents, and local model runtimes that work with Poolside.

<Note>
  Third-party tools control their own configuration flows, supported providers, and permission settings. Review the tool's documentation and security model before you let it read files, edit code, run commands, or use external services.
</Note>

## Editors

### ACP editors

These editors use built-in Agent Client Protocol (ACP) support to run Poolside Agent CLI where you write code.

<CardGroup cols={2}>
  <Card title="JetBrains" icon="window" href="/tools/jetbrains" horizontal />

  <Card title="Neovim with CodeCompanion" icon="keyboard" href="/tools/neovim" horizontal />

  <Card title="Zed" icon="code" href="/tools/zed" horizontal />

  <Card title="Other ACP editors" icon="plug" href="/tools/other-acp" horizontal />
</CardGroup>

### Editor extensions

These extensions provide an agent experience in your editor. Poolside Assistant runs ACP-compatible agents, while third-party extensions call Poolside models directly or through the providers they support.

<CardGroup cols={2}>
  <Card title="Poolside Assistant" icon={<PoolsideCardIcon />} href="/tools/poolside-assistant" horizontal />

  <Card title="Cline" icon="puzzle-piece" href="/tools/cline" horizontal />

  <Card title="GitHub Copilot" icon="puzzle-piece" href="/tools/copilot" horizontal />

  <Card title="Kilo Code" icon="puzzle-piece" href="/tools/kilo-code" horizontal />
</CardGroup>

<Note>
  Version 5.0.0 of the enterprise extension renames the enterprise product from Poolside Assistant to Poolside Enterprise Assistant. Poolside Assistant refers to the desktop, VS Code, and Visual Studio products.
</Note>

## Desktop apps

<CardGroup cols={2}>
  <Card title="Poolside Assistant for desktop" icon={<PoolsideCardIcon />} href="/tools/poolside-assistant-desktop" horizontal />

  <Card title="Goose" icon="desktop" href="/tools/goose" horizontal />
</CardGroup>

## Coding agents

<CardGroup cols={2}>
  <Card title="OpenClaw" icon="robot" href="/tools/openclaw" horizontal />

  <Card title="Hermes" icon="robot" href="/tools/hermes" horizontal />

  <Card title="OpenCode" icon="puzzle-piece" href="/tools/opencode" horizontal />

  <Card title="Pi" icon="terminal" href="/tools/pi" horizontal />
</CardGroup>

## Automation

<CardGroup cols={2}>
  <Card title="GitHub Actions" icon="bolt" href="/tools/github-actions" horizontal />

  <Card title="n8n" icon="diagram-project" href="/tools/n8n" horizontal />
</CardGroup>

## Local model runtimes

<CardGroup cols={2}>
  <Card title="Ollama" icon="server" href="/tools/ollama" horizontal />

  <Card title="SGLang" icon="server" href="https://docs.sglang.io/cookbook/autoregressive/Poolside/Laguna-S-2.1" horizontal>
    SGLang cookbook for Poolside
  </Card>

  <Card title="llama.cpp" icon="server" href="https://llama.app/models/laguna-xs-2-1" horizontal>
    GGUF downloads for llama.cpp
  </Card>
</CardGroup>

## Other ways to use Poolside

* To compare all the surfaces where you can use Poolside, see [Use Poolside](/use-poolside).
* To work from the terminal, see [Poolside Agent CLI](/cli/pool).
* To send model requests from your own tools and services, see the [Poolside API](/api/overview).
* To route model requests through a shared OpenAI-compatible gateway, see [Use Bifrost with Poolside model inference](/deployment/inference-gateways/bifrost) or [Use LiteLLM with Poolside model inference](/deployment/inference-gateways/litellm).
