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

# Deep Dives

> Comprehensive guides for Scale Gymnasium

This section contains in-depth guides for working with Scale Gymnasium. Choose a topic based on what you want to learn.

## Guides

<CardGroup cols={3}>
  <Card title="Web UI Guide" icon="browser" href="/getting-started/web-ui-guide">
    Complete walkthrough of the Gymnasium Web interface
  </Card>

  <Card title="Task Design" icon="clipboard" href="/deep-dives/task-design/overview">
    Creating effective tasks for agent evaluation
  </Card>

  <Card title="Verifier Configuration" icon="check-circle" href="/deep-dives/verifiers/overview">
    State checks, log checks, and rubric evaluation
  </Card>
</CardGroup>

## Reference

<CardGroup cols={2}>
  <Card title="Data Packs" icon="database" href="/deep-dives/data-packs">
    Pre-configured datasets for environments
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/deep-dives/troubleshooting">
    Common issues and solutions
  </Card>
</CardGroup>

## Looking for Environment Details?

For environment-specific information, visit the [Environments](/environments/overview) section:

<CardGroup cols={3}>
  <Card title="Website Environments" icon="globe" href="/environments/website/overview">
    Calendr, Cloudfile, Shopora, Pandora's Inbox
  </Card>

  <Card title="Desktop Environments" icon="desktop" href="/environments/desktop/overview">
    Windows, Ubuntu, macOS VMs
  </Card>

  <Card title="MCP Environment" icon="wrench" href="/environments/mcp/overview">
    45+ MCP servers with 300+ tools
  </Card>
</CardGroup>
