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

# Command Reference

> Build, run, test, build settings, and navigation keys in interactive mode

Interactive mode is designed around single-key commands. Use these shortcuts any time no command is running.

## Build, Run & Test

| Key       | Action                                                                      |
| --------- | --------------------------------------------------------------------------- |
| `B`       | Build the project                                                           |
| `R`       | Build and run in the selected simulator or device                           |
| `Shift+R` | Run without building (launch existing app)                                  |
| `T`       | Run tests menu                                                              |
| `K` / `C` | Clean menu (see [Build, Run & Test](/cli/interactive/build-run-test#clean)) |
| `X`       | Stop running app                                                            |
| `Z`       | Uninstall last launched app                                                 |
| `L`       | Toggle log/test viewer (context-aware)                                      |

## Build Settings

| Key | Action                                                  |
| --- | ------------------------------------------------------- |
| `S` | Select scheme                                           |
| `D` | Select target (simulator/device)                        |
| `G` | Select configuration (Debug/Release)                    |
| `W` | Switch to other workspaces in your folder or subfolders |

## Project Tools

| Key | Action                                                                                     |
| --- | ------------------------------------------------------------------------------------------ |
| `P` | Project Tools menu (see [Project Tools](/cli/interactive/tools-settings/project-commands)) |

## Tools & Settings

| Key | Action                              |
| --- | ----------------------------------- |
| `E` | Devices, Simulators & Runtimes menu |
| `A` | AI Settings                         |
| `F` | FlowDeck settings                   |
| `V` | Show version                        |

## Navigation

| Key         | Action                 |
| ----------- | ---------------------- |
| `H`         | Support                |
| `?`         | Build, Run & Test help |
| `Q`         | Quit interactive mode  |
| `Page Up`   | Scroll output up       |
| `Page Down` | Scroll output down     |
| `↑` / `↓`   | Command history        |
