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

# Command palette

> Open any panel or run any action with a short code — the fastest way to use Panther.

The **command palette** is the fastest way to do anything in Panther. Press <kbd>/</kbd>, type a short code, and press <kbd>Enter</kbd>. It's inspired by professional trading terminals — once you learn a few codes, you rarely reach for the mouse.

![The command palette — a two-column function menu grouped by Markets, Analytics, Trading, Workspace, and Account](https://cdn.getpanther.app/docs/web-command-palette.png)

## Using it

<Steps>
  <Step title="Open it">
    Press <kbd>/</kbd> anywhere (when you're not typing in a field).
  </Step>

  <Step title="Find a command">
    Start typing a code or name. Results filter as you type; use <kbd>↑</kbd> <kbd>↓</kbd> to move.
  </Step>

  <Step title="Run it">
    Press <kbd>Enter</kbd>. Some commands accept extra input — for example, `KM apple` opens Kalshi markets pre-searched for “apple.”
  </Step>
</Steps>

## Markets & research

| Code  | Opens                                  |
| ----- | -------------------------------------- |
| `MKT` | Markets (Kalshi + Polymarket together) |
| `KM`  | Kalshi markets                         |
| `PM`  | Polymarket markets                     |
| `EV`  | Event Viewer (deep dive on one market) |
| `OB`  | Order Book                             |
| `CHT` | Chart                                  |
| `PMW` | Watchlist                              |

## Analysis tools

| Code    | Opens                                 |
| ------- | ------------------------------------- |
| `ARB`   | Arbitrage Scanner                     |
| `PEV`   | Positive expected-value (+EV) Scanner |
| `ODDS`  | Sports odds                           |
| `AI`    | AI Assistant                          |
| `GRA`   | Graph                                 |
| `HEDGE` | Hedge                                 |

## Trading & account

| Code   | Opens / does             |
| ------ | ------------------------ |
| `PRT`  | Portfolio                |
| `BAL`  | Balances                 |
| `ORD`  | Order slip               |
| `DEMO` | Turn demo mode on or off |
| `STG`  | Settings                 |
| `LGT`  | Log out                  |

## Workspace

| Code  | Does                                  |
| ----- | ------------------------------------- |
| `T`   | New tab                               |
| `CT`  | Close current tab                     |
| `CLR` | Clear all panels from the current tab |
| `RNT` | Rename the current tab                |
| `SHL` | Share the current tab as a link       |
| `FB`  | Open feedback                         |

<Note>
  Some panels depend on features being enabled for your account, so your list may vary slightly. If a code doesn't appear, that feature may not be turned on for you yet.
</Note>

## What's next

<Card title="Keyboard shortcuts" icon="keyboard" href="/workspace/shortcuts">
  The keys that don't need the palette at all.
</Card>
