> ## 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 and videos

<CardGroup cols={2}>
  <Card title="How to run a Poolside model locally" icon="download" href="/resources/run-model-locally">
    Choose an open-weight Poolside model and run it with Ollama and `pool`.
  </Card>

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

## Examples

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

  <Card title="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>
