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

# Introduction

> Welcome to the Prime Intellect Documentation

## Lab

Train, evaluate, and deploy AI models with our frontier research infrastructure.

<CardGroup cols={2}>
  <Card title="Hosted Training" icon="rocket" href="/hosted-training/getting-started">
    Run large-scale RL training without managing infrastructure
  </Card>

  <Card title="Environments Hub" icon="cube" href="/tutorials-environments/environments">
    Create, share, and discover RL environments for training and evaluation
  </Card>

  <Card title="Evaluations" icon="flask" href="/tutorials-environments/evaluating">
    Run evaluations on your environments with hosted inference
  </Card>

  <Card title="verifiers" icon="check-double" href="/verifiers/overview">
    Our library for environments and evals
  </Card>

  <Card title="Sandboxes" icon="box" href="/sandboxes/overview">
    Secure code execution environments for AI agents
  </Card>

  <Card title="prime-rl" icon="chart-line" href="/prime-rl">
    Our large-scale async RL framework
  </Card>

  <Card title="Inference" icon="bolt" href="/inference/overview">
    Access frontier models via our inference API
  </Card>

  <Card title="Guides" icon="book" href="/guides">
    Step-by-step workflows for training, environments, and Lab
  </Card>
</CardGroup>

## Compute

Access GPUs and infrastructure for AI workloads.

<CardGroup cols={2}>
  <Card title="On-Demand Cloud" icon="server" href="/tutorials-on-demand-cloud/deploy-custom-docker-image">
    Deploy single GPU instances in under a minute
  </Card>

  <Card title="Multi-Node Clusters" icon="network-wired" href="/tutorials-multi-node-cluster/deploy-multi-node">
    Scale to 64+ H100 clusters for distributed training
  </Card>

  <Card title="Storage" icon="hard-drive" href="/tutorials-storage/create-persistent-storage">
    Persistent storage for datasets and checkpoints
  </Card>

  <Card title="Reserved Clusters" icon="lock" href="/tutorials-reserved-clusters/monitoring">
    Dedicated GPU clusters with monitoring
  </Card>
</CardGroup>

## Resources

<CardGroup cols={3}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    REST API documentation
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/cli-reference/introduction">
    Prime CLI commands
  </Card>

  <Card title="Compute FAQ" icon="circle-question" href="/faq">
    Common questions
  </Card>
</CardGroup>
