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

# Videos

> Learn how to use Poolside with demos and walkthroughs.

## Run a Poolside model on NVIDIA DGX Spark

Watch how to set up a local Poolside model on NVIDIA DGX Spark. For detailed steps, see [How to run a Poolside model locally](/resources/run-model-locally).

<Frame caption="Local Poolside model setup on NVIDIA DGX Spark">
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/_xUowNUVAr0" title="Local Poolside model setup on NVIDIA DGX Spark" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Make your first call to Laguna

Watch how to choose between Poolside Platform, OpenRouter, and open-weight models, then make your first Laguna request. For setup details, see [Poolside API](/api/overview) and [How to run a Poolside model locally](/resources/run-model-locally).

<Frame caption="Three ways to your first call">
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/uqrXl2BAJPo" title="Three ways to make your first call" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Use Poolside with integrations

Watch a short setup walkthrough for each tool, or follow the linked guide for full steps.

<div className="videos-columns">
  <Columns cols={2}>
    <Column>
      <Frame caption="[Cline](/tools/cline)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/lcda24_yK7E" title="Cline setup video - embed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>

    <Column>
      <Frame caption="[GitHub Actions](/tools/github-actions)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/mhV3PcPMjWo" title="GitHub Actions setup video - embed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>

    <Column>
      <Frame caption="[n8n](/tools/n8n)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/nM4C1HYiPL8" title="Poolside with n8n Discord moderation setup video - embed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>

    <Column>
      <Frame caption="[GitHub Copilot](/tools/copilot)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/3_sHw7ZydoA" title="GitHub Copilot setup video - embed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>

    <Column>
      <Frame caption="[Goose](/tools/goose)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/l1DA3c07GTM" title="Goose setup video - embed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>

    <Column>
      <Frame caption="[OpenClaw](/tools/openclaw)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/GjLFmeewK8A" title="OpenClaw setup video - embed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>

    <Column>
      <Frame caption="[Hermes](/tools/hermes)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/49k4GGtt_Gg" title="Hermes setup video - embed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>

    <Column>
      <Frame caption="[Kilo Code](/tools/kilo-code)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/hwBEra9Wnmk" title="Kilo Code setup video - embed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>

    <Column>
      <Frame caption="[OpenCode](/tools/opencode)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/1peTawWzO44" title="OpenCode setup video - embed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>

    <Column>
      <Frame caption="[Pi](/tools/pi)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/vVz4eYQVYZ4" title="Pi setup video - embed" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>
  </Columns>
</div>

## Deploy inference gateways

Watch how to deploy a shared OpenAI-compatible gateway for Poolside model inference, or follow the linked guides for detailed steps.

<div className="videos-columns">
  <Columns cols={2}>
    <Column>
      <Frame caption="[Bifrost](/deployment/inference-gateways/bifrost)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/NHf17R_Srro" title="Deploy Bifrost with Poolside model inference" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>

    <Column>
      <Frame caption="[LiteLLM](/deployment/inference-gateways/litellm)">
        <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/fxDJdizZWMY" title="Deploy LiteLLM with Poolside model inference" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
      </Frame>
    </Column>
  </Columns>
</div>
