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

# Introduction

> Expanse is the intelligence layer for HPC compute. Resource predictions, failure diagnostics, and waste visibility for the workloads your compute estate runs.

## What is Expanse?

Expanse helps platform teams run HPC compute with more capacity and fewer failed jobs. It captures every workload on your computes (SLURM, Kubernetes, Nomad) without asking users to change how they submit, predicts resource needs before submission, and surfaces solution-oriented guidance after failures.

<Columns cols={3}>
  <Card title="Resource prediction" icon="sparkles">
    Predict runtime, memory, CPU, and GPU before you submit. Right-size every workload from day one.
  </Card>

  <Card title="Failure diagnosis" icon="stethoscope">
    Solution-oriented guidance for failed jobs, grounded in your compute's own history.
  </Card>

  <Card title="Waste visibility" icon="chart-line">
    See exactly how much compute is wasted, per user, per team, per compute. Turn guesswork into data.
  </Card>
</Columns>

## Get started

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" horizontal href="/quickstart">
    Install the CLI, register a compute, and run your first analyse in 5 minutes.
  </Card>

  <Card title="Architecture" icon="diagram-project" horizontal href="/architecture">
    How Expanse captures evidence and improves its models over time.
  </Card>

  <Card title="Intelligence" icon="brain" horizontal href="/concepts/intelligence">
    Resource predictions and failure diagnosis.
  </Card>

  <Card title="CLI reference" icon="terminal" horizontal href="/cli/overview">
    Every command and flag.
  </Card>

  <Card title="Authentication" icon="key" horizontal href="/deployment/authentication">
    How signing in works.
  </Card>
</Columns>
