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

# Fleet and capacity

> View your capacity and machine classes

## View capacity

```bash theme={null}
mthr fleet summary
```

The summary groups reserved and on-demand capacity, and current use, by compute
type and machine class.

Reserved and on-demand capacity are priced separately. See
[Billing](/platform/billing) for rates, and [Images](/platform/images) for the
image catalog.

## Inspect with kubectl

```bash theme={null}
kubectl get machineclasses
kubectl get fleetpolicies
```

First [configure kubectl](/quickstart#use-kubectl). `MachineClass` lists
available hardware. `FleetPolicy` reports the active capacity policy.
