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

# TUI

> Run entire workflows and trigger install actions via our TUIs

## Workflow TUI

Our workflow terminal user interface (TUI) lets users manage and follow the steps of an install in real time.

Review plan diffs, approve steps, retry failed actions, and cancel workflows when needed.

We designed this TUI to make working in our CLI faster and easier.

<img src="https://mintcdn.com/nuoninc/_Vs2WNdcWVbLbMqS/images/resources/tui/workflow-tui.jpeg?fit=max&auto=format&n=_Vs2WNdcWVbLbMqS&q=85&s=61f40c8e3f4b97d4590e1a43e3c39e74" alt="Workflow TUI" width="3437" height="2032" data-path="images/resources/tui/workflow-tui.jpeg" />

## Quickstart

Select your install

```bash theme={null}
nuon installs select
```

Open the TUI

```bash theme={null}
nuon installs workflows
```

## Actions TUI

The action terminal user interface (TUI) lets users trigger and view action runs in any app with actions configured.

<img src="https://mintcdn.com/nuoninc/_Vs2WNdcWVbLbMqS/images/resources/tui/actions-tui.jpeg?fit=max&auto=format&n=_Vs2WNdcWVbLbMqS&q=85&s=eb4fcbc57143aaf329b8accb4dbaa99d" alt="Actions TUI" width="3439" height="2028" data-path="images/resources/tui/actions-tui.jpeg" />

## Quickstart

Select your install

```bash theme={null}
nuon installs select
```

Open the TUI

```bash theme={null}
NUON_PREVIEW=true nuon installs actions
```

<Note>The action TUI is currently still experimental and in preview mode.</Note>
