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

# Overview

<CardGroup>
  <Card title="GitHub Repository" icon="github" href="https://github.com/PrimeIntellect-ai/prime-rl">
    PRIME-RL Repo
  </Card>
</CardGroup>

This directory maintains the documentation for PRIME-RL. It is organized into the following sections:

* [**Entrypoints**](/prime-rl/entrypoints) - Overview of the main components (orchestrator, trainer, inference) and how to run SFT, RL, and evals
* [**Configs**](/prime-rl/configs) - Configuration system using TOML files, CLI arguments, and environment variables
* [**Environments**](/prime-rl/environments) - Installing and using verifiers environments from the Environments Hub
* [**Async Training**](/prime-rl/async) - Understanding asynchronous off-policy training and step semantics
* [**Logging**](/prime-rl/logging) - Logging with loguru, torchrun, and Weights & Biases
* [**Platform Monitoring**](/prime-rl/platform-monitoring) - Register runs on the Prime Intellect platform and stream training metrics
* [**MultiRunManager**](/prime-rl/multi_run_manager) - Multi-run training with the MultiRunManager object for concurrent LoRA adapters
* [**Checkpointing**](/prime-rl/checkpointing) - Saving and resuming training from checkpoints
* [**Benchmarking**](/prime-rl/benchmarking) - Performance benchmarking and throughput measurement
* [**Deployment**](/prime-rl/deployment) - Training deployment on single-GPU, multi-GPU, and multi-node clusters
* [**Kubernetes**](/prime-rl/kubernetes) - Deploying PRIME-RL on Kubernetes with Helm
* [**Troubleshooting**](/prime-rl/troubleshooting) - Common issues and their solutions
