# Command center

Press ⌘K (Ctrl+K on Windows and Linux) to open the command center — one box to navigate the app, run commands, jump to a file or session or agent, and search across your project.

## Open it

Hit ⌘K / Ctrl+K from anywhere, or click the search button at the top of the sidebar. Start typing to filter; press Esc to dismiss.

## What it can do

Results are grouped by type and ranked as you type. An empty box shows a recents-first resting state; a query fuzzy-matches across every source at once.

- Navigate — jump to Sessions, Files, or Agents, or open a recent project.
- Run commands — New Session, Open Folder, Settings, open a terminal, toggle the theme, sign out.
- Search files — type a name to match files across the open project. Matches are found by the workspace daemon (ripgrep at its core).
- Search content — matching lines inside files show up too, so you can jump straight to a line.
- Find sessions & agents — recall a past conversation by title, or open / edit any of your agents, crews, and skills.

> It searches as you typeFile and content search run against the project daemon, debounced so the palette stays snappy. The newest result always wins, so out-of-order responses never flicker stale matches.

## Moving around

- ↑ / ↓ — move through results.
- ↵ — run the highlighted item.
- Esc — close the palette.

Want the rest of the keyboard map? See Keyboard shortcuts.
