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

# Website Environments Overview

> Full-featured synthetic websites for GUI-based agent testing

Website environments are a collection of high-quality, fully featured synthetic websites designed to allow researchers and agents to train in a stable and realistic context.

## Available Websites

<CardGroup cols={2}>
  <Card title="📅 Calendr" icon="calendar" href="/environments/website/calendr">
    Calendar application for scheduling and event management
  </Card>

  <Card title="📁 Cloudfile" icon="folder" href="/environments/website/cloudfile">
    Cloud storage application for file storage and organization
  </Card>

  <Card title="🛍️ Shopora" icon="bag-shopping" href="/environments/website/shopora">
    Sephora-style e-commerce platform
  </Card>

  <Card title="📧 Pandora's Inbox" icon="envelope" href="/environments/website/email">
    Email application
  </Card>
</CardGroup>

## Common Features

All website environments share these characteristics:

| Feature              | Description                                            |
| -------------------- | ------------------------------------------------------ |
| **Isolation**        | Sandboxed environments with complete session isolation |
| **Multi-tenancy**    | Scoped by unique `session_id`                          |
| **State Management** | Full reset capability via `/reset`                     |
| **Logging**          | Automatic capture of all interactions                  |
| **Verification**     | Built-in verifier at `/verifier`                       |
| **Data Packs**       | Pre-configured datasets for different scenarios        |

## Technical Stack

| Component | Technology              |
| --------- | ----------------------- |
| Frontend  | Next.js with TypeScript |
| Backend   | Next.js with TypeScript |
| Database  | SQLite                  |

## Next Steps

<CardGroup cols={2}>
  <Card title="Calendr" icon="calendar" href="/environments/website/calendr">
    Explore the Calendar environment
  </Card>

  <Card title="Website API" icon="code" href="/api-reference/websites/overview">
    Full API documentation
  </Card>
</CardGroup>
