---
title: Workspace and Layout Management
description: Manage multiple analysis tasks in parallel with workspaces. Customize your environment by splitting panes, arranging tabs, and choosing from layout templates like Three Pane Analysis.
priority: 0.6
---

# Workspace and Layout Management {#workspace-and-layout-management}

Use workspaces to manage multiple analysis tasks in parallel. Each workspace has its own layout (pane configuration and tab arrangement). Because the layout is part of the project, reopening the project restores your previous layout.

![Workspace tab bar](../shared/images/workspace-layout-tabs.webp)

## Workspace Operations {#workspace-operations}

### Creating a Workspace {#creating-a-workspace}

Click the **+** button in the workspace tab bar at the bottom of the screen to open the Create New Workspace dialog. Select a template to create the workspace.

![New Workspace dialog](../shared/images/workspace-layout-new.webp)

### Switching Workspaces {#switching-workspaces}

Click a workspace tab to switch to that workspace.

### Reordering Workspaces {#reordering-workspaces}

Drag and drop workspace tabs to change their order.

### Context Menu {#context-menu}

Right-click a workspace tab to access the following options:

- **Rename** - Change the workspace name
- **Move Left / Move Right** - Move the workspace left or right
- **Delete** - Delete the workspace (cannot delete the last one). Only the layout is deleted; datasets and models remain in the project

## Layout Templates {#layout-templates}

The following templates are available when creating a workspace:

| Template | Description | Auto-created Tabs |
|----------|-------------|-------------------|
| Empty | Empty workspace | None |
| Default | Single pane | Data Table |
| Horizontal Split | Left-right split | Data Table + Statistics |
| Vertical Split | Top-bottom split | Data Table + Statistics |
| Three Pane Analysis | Left 60% + right top-bottom split | Data Table + Statistics + Selected Rows |

Auto-created tabs require a dataset. If the project has no dataset, the workspace is created without tabs.

![Three Pane Analysis layout](../shared/images/workspace-layout-three-pane.webp)

## Pane Operations {#pane-operations}

### Splitting Panes {#splitting-panes}

Drag a tab to the edge of a pane (top, bottom, left, or right) to display drop zones. Drop the tab to split the pane.

![Drop zone display](../shared/images/workspace-layout-drop-zone.webp)

### Adjusting Split Ratio {#adjusting-split-ratio}

Drag the border between panes to adjust the split ratio.

**Keyboard operations** (when the border is focused):

| Key | Action |
|-----|--------|
| Arrow Left / Arrow Up | Shrink left/top pane (5% increments) |
| Arrow Right / Arrow Down | Shrink right/bottom pane (5% increments) |
| Home | Shrink left/top pane to its minimum size |
| End | Shrink right/bottom pane to its minimum size |
| Enter / Space | Reset to equal split (50%) |

Minimum size constraints: 250px horizontally, 200px vertically

### Merging Panes {#merging-panes}

Close all tabs in a pane or move them to another pane to automatically remove that pane.

### Active Pane {#active-pane}

The most recently used pane shows a light blue line along its top edge. New tabs open in the active pane.

## Tab Operations {#tab-operations}

### Opening Tabs {#opening-tabs}

Open tabs from the menu bar, the **+** button in a pane, or the command palette (**Ctrl/Cmd+P**).

### Closing Tabs {#closing-tabs}

Click the **×** button on the tab.

### Moving Tabs {#moving-tabs}

Drag and drop tabs to move them:

- Drop within the same pane: Reorder tabs
- Drop in a different pane: Move the tab
- Drop at the edge of a pane: Create a new pane and move the tab

## Keyboard Shortcuts {#keyboard-shortcuts}

| Shortcut | Action |
|----------|--------|
| Ctrl/Cmd+P | Open command palette |
| Ctrl/Cmd+S | Save to browser |
| Ctrl/Cmd+Shift+S | Save as MDS file |

## Saving and Restoring {#saving-and-restoring}

- **File > Save to Browser** (**Ctrl/Cmd+S**) — Save to browser local storage. Not available for sandbox projects, such as one opened from a URL, where saving is disabled; export as an [MDS file](mds-file-format) to save instead
- **File > Export Project...** (**Ctrl/Cmd+Shift+S**) — Export as an [MDS file](mds-file-format)

Opening an MDS file restores all workspaces and layouts. See [MDS Files](mds-file-format) for details on saving.

## See also {#see-also}

- **[Data Table](data-table)** - View, filter, and sort data
- **[Basic Statistics](basic-statistics)** - View basic statistics
- **[Selected Rows](selected-rows)** - List the selected rows
