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

# Telescope

<div className="flex flex-col items-center justify-center pt-16 pb-12 text-center space-y-6">
  <img src="https://mintcdn.com/eduardoslonski/Gylw-sBExCIG_69S/logo/logo-full.png?fit=max&auto=format&n=Gylw-sBExCIG_69S&q=85&s=cf9b399c836e11bbfc2376a208111fc5" alt="Telescope" className="h-14 w-auto dark:hidden" noZoom width="2476" height="493" data-path="logo/logo-full.png" />

  <img src="https://mintcdn.com/eduardoslonski/Gylw-sBExCIG_69S/logo/logo-full-dark.png?fit=max&auto=format&n=Gylw-sBExCIG_69S&q=85&s=e390f4d92629639d995dc50f9d61bd9f" alt="Telescope" className="h-14 w-auto hidden dark:block" noZoom width="2476" height="493" data-path="logo/logo-full-dark.png" />

  <p className="max-w-xl text-base text-gray-600 dark:text-zinc-400 leading-relaxed">
    A framework for post-training large language models with reinforcement learning, designed for reasoning and agentic capabilities.
  </p>
</div>

<div className="max-w-2xl mx-auto">
  <CardGroup cols={2}>
    <Card title="Training" href="/training/installation">
      Set up and run RL post-training with FSDP or Megatron training engines and
      vLLM inference. Designed for GPU clusters.
    </Card>

    <Card title="UI Visualization" href="/visualization/installation">
      Monitor training runs, inspect rollouts, and analyze metrics locally with
      the Telescope UI.
    </Card>
  </CardGroup>
</div>
