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

# Version

> Version information and update checking

The `version` command displays version information and checks for updates.

## Usage

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai version [OPTIONS] COMMAND [ARGS]...
```

## Commands

| Command | Description              |
| ------- | ------------------------ |
| `show`  | Show version information |
| `check` | Check for updates        |

## Examples

### Show version

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai version show
```

### Check for updates

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai version check
```

### Quick version check

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai --version
```

## See Also

* [Doctor](/docs/cli/doctor) - Health checks
