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

# Command bar

The command bar is your keyboard‑first control center for **cubic**. Press `⌘ K` from anywhere and you can find a pull request, trigger a review action, or jump between views—without lifting your hands off the keyboard.

<img src="https://mintcdn.com/cubic-2/AzoJeLhtvGZBEz71/code-review-platform/images/command-bar.png?fit=max&auto=format&n=AzoJeLhtvGZBEz71&q=85&s=b3f69ad58f1c5f89fba8a42efaba81ff" alt="Command bar" className="border border-zinc-800 rounded-lg" width="2974" height="1750" data-path="code-review-platform/images/command-bar.png" />

## Why use the command bar?

* **Stay in flow.** Keep typing instead of hunting for buttons.
* **One shortcut, many powers.** Search, navigate, and execute—all in the same overlay.
* **Consistent everywhere.** Whether you're on the Dashboard, inside a PR, or in the Desktop app, `⌘ K` works the same.

## Opening the bar

```text theme={null}
macOS   ⌘ K
Windows Ctrl K
```

## Search anything

1. **Pull requests** – type part of the title, branch name, or `#` number.
2. **Authors** – prefix with `author:` or simply start typing a teammate's @handle.
3. **Pages and actions – jump straight to "AI review settings", "Invite team", or any other configuration screen.**

Results update as you type. Use `↑ / ↓` to highlight, `↵` to open.

## Common PR actions

* Approve pull request
* Request changes
* Copy link
* Assign reviewer
* Open preview deployment (when Vercel preview is available)

Actions run instantly—so you can blast through a queue.

## Keyboard navigation inside the bar

* `↑ / ↓` – Move selection
* `↵` – Execute / open
* `Esc` – Close bar
* `→` – Toggle between **Navigate** and **Actions**
