> ## 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.

# Panels, tabs & layouts

> Arrange Panther into a workspace that fits how you trade — panels, splits, and tabs.

Panther is a workspace you build yourself. Everything — markets, charts, order books, scanners, your portfolio — is a **panel** you open, arrange, and group into **tabs**. Set it up once and it's there every time you open Panther.

![A Panther workspace — tabs along the top, panels arranged in the dock](https://cdn.getpanther.app/docs/web-home.png)

## Opening panels

The fastest way to open anything is the [command palette](/workspace/command-palette): press <kbd>/</kbd>, type a short code (like `CHT` for a chart), and press <kbd>Enter</kbd>. You can also open panels from the **New Tab** dashboard, which lists them by category.

## Arranging panels

Panther uses a flexible docking layout. You can:

<CardGroup cols={2}>
  <Card title="Move panels" icon="up-down-left-right">
    Drag a panel by its tab to reposition it.
  </Card>

  <Card title="Split the view" icon="table-columns">
    Drag a panel to the edge of another to place them side by side or stacked.
  </Card>

  <Card title="Resize" icon="left-right">
    Drag the divider between panels to give one more room.
  </Card>

  <Card title="Group into tabs" icon="folder">
    Drop a panel on top of another to stack them as tabs in the same spot.
  </Card>
</CardGroup>

## Working with tabs

Each **tab** holds its own layout of panels — so you can keep separate setups for separate jobs.

| Action               | How                                                                                  |
| -------------------- | ------------------------------------------------------------------------------------ |
| New tab              | `T` in the command palette, or <kbd>Cmd/Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>T</kbd> |
| Switch tabs          | <kbd>Cmd/Ctrl</kbd> + <kbd>1</kbd>–<kbd>9</kbd>                                      |
| Rename a tab         | `RNT` in the command palette                                                         |
| Clear a tab's panels | `CLR` in the command palette                                                         |
| Close a tab          | `CT` in the command palette                                                          |
| Share a tab          | `SHL` — creates a link to your layout                                                |

<Tip>
  Set up tabs around tasks — for example, a **Markets** tab for browsing, a **Trading** tab with a chart, order book, and order slip, and a **Scanning** tab with the arbitrage and expected-value tools.
</Tip>

## The New Tab dashboard

Every new, empty tab opens on a dashboard with a launcher for all panels plus useful widgets — hot events, markets resolving soon, your open orders and positions, and your watchlist. It's a fast home base to jump off from.

## What's next

<Columns cols={2}>
  <Card title="Command palette" icon="terminal" href="/workspace/command-palette">
    The keyboard-first way to drive Panther.
  </Card>

  <Card title="Panel reference" icon="grip" href="/panels/overview">
    What every panel does.
  </Card>
</Columns>
