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

# lim dashboard

> Inspect runway, P&L, and learning flywheel metrics from the CLI.

# lim dashboard

`dashboard` gives a compact operating view for the active company.

## Commands

```bash theme={null}
lim dashboard show
lim dashboard flywheel
lim dashboard runway
lim dashboard pnl
```

## Typical usage

```bash theme={null}
lim dashboard show
lim dashboard runway
lim dashboard pnl --format json
```

## What each command returns

| Command              | Purpose                                            |
| -------------------- | -------------------------------------------------- |
| `dashboard show`     | Combined overview                                  |
| `dashboard flywheel` | Manual vs automated entry ratio and learning trend |
| `dashboard runway`   | Cash runway estimate from balances and burn        |
| `dashboard pnl`      | Current-period profit and loss summary             |

<Tip>
  If you need a full statement rather than a summary tile, move from `dashboard pnl` to
  `lim reports pl`.
</Tip>
