> ## 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.

# TUI

> Interactive TUI and simulation commands

The `tui` command provides interactive TUI (Text User Interface) and simulation capabilities.

## Usage

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

## Commands

| Command    | Description                                    |
| ---------- | ---------------------------------------------- |
| `launch`   | Launch the interactive TUI                     |
| `simulate` | Run a headless TUI simulation script           |
| `snapshot` | Print a TUI-like snapshot of current state     |
| `trace`    | Replay events from persistence like a timeline |

## Examples

### Launch TUI

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

### Run simulation

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai tui simulate script.yaml
```

### Take snapshot

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

## See Also

* [Interactive TUI](/docs/cli/interactive-tui) - TUI details
* [Session](/docs/cli/session) - Session management
