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

# TUI Mode

> Interactive terminal UI for monitoring Tell's pipeline, querying metrics, and managing boards.

Tell includes an interactive terminal UI built with Ratatui. Launch it with no arguments or the `--interactive` flag:

```bash theme={null}
tell
tell --interactive
tell tui --config configs/prod.toml
```

The TUI provides a dashboard view of your pipeline, boards, and metrics without leaving the terminal. It requires the `ui-tui` feature flag at build time, which is included in the default build.

For CLI-based analytics without the interactive UI, see [CLI commands](/tools/commands).
