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

# Resources

> Find conceptual guides, task-focused how-tos, example prompts, and use cases for working with Poolside.

## Learn

<CardGroup cols={2}>
  <Card title="How agents work" icon="brain" href="/resources/how-agents-work">
    Understand agent behavior and prompting before you start a new workflow.
  </Card>

  <Card title="Prompting best practices" icon="pen" href="/resources/prompting-best-practices">
    Write prompts with enough goal, context, and constraints for the agent to act on.
  </Card>
</CardGroup>

## How-to guides

<CardGroup cols={2}>
  <Card title="How to run a Poolside coding agent locally" icon="download" href="/resources/run-model-locally">
    Install Laguna XS.2 locally and use it from `pool` or an ACP-compatible editor.
  </Card>

  <Card title="Videos" icon="video" href="/resources/videos">
    Watch short how-to videos.
  </Card>
</CardGroup>

## Examples

<CardGroup cols={2}>
  <Card title="Example prompts" icon="terminal" href="/resources/example-prompts">
    Copy and adapt prompts for common development tasks.
  </Card>

  <Card title="Example workflows" icon="diagram-project" href="/resources/example-workflows">
    Use example workflows as starting points for repeatable agent tasks.
  </Card>
</CardGroup>

## Use cases

<CardGroup cols={3}>
  <Card title="Document code" icon="file-lines" href="/resources/use-cases/documenting-code">
    Generate and improve docs for existing code.
  </Card>

  <Card title="Visualize data flows" icon="chart-line" href="/resources/use-cases/visualizing-data-flows">
    Turn code paths and system behavior into diagrams.
  </Card>

  <Card title="Refactor code" icon="wand-magic-sparkles" href="/resources/use-cases/refactoring-code">
    Plan, apply, and validate refactors with the agent.
  </Card>
</CardGroup>
