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

# Switching Workspaces

> Navigate between your workspaces

## Overview

Quickly move between workspaces to access different roadmaps. Wey remembers your last workspace and restores it when you return.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/wey/images/placeholder-workspace-switcher.png" alt="Workspace Switcher" />
</Frame>

## Switching Workspaces

### Via Sidebar

1. Click the workspace name in the sidebar header
2. Select a workspace from the dropdown list
3. The view switches to the selected workspace

### Via Quick Switcher

1. Press `Cmd + K` (Mac) or `Ctrl + K` (Windows)
2. Type the workspace name
3. Select from results to switch

## Recent Workspaces

The workspace dropdown shows your most recently accessed workspaces at the top for quick access.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/wey/images/placeholder-recent-workspaces.png" alt="Recent Workspaces" />
</Frame>

## What Happens When You Switch

When switching workspaces:

* **View resets**: Opens to the workspace's default view
* **Filters clear**: Any active filters are removed
* **Data loads**: Workspace-specific items and settings load

<Info>
  Your position in the previous workspace is not saved. You'll start fresh when returning.
</Info>

## Workspace Persistence

### Last Workspace

Wey remembers your last active workspace:

* Close the browser and reopen—returns to last workspace
* Refresh the page—stays in current workspace

### URL-Based Access

Each workspace has a unique URL. Share or bookmark workspace URLs for direct access.

## Managing Multiple Workspaces

If you work with many workspaces:

| Tip          | Description                                    |
| ------------ | ---------------------------------------------- |
| **Favorite** | Star frequently used workspaces (if available) |
| **Naming**   | Use consistent prefixes for related workspaces |
| **Cleanup**  | Archive unused workspaces to reduce clutter    |

## Keyboard Shortcuts

| Shortcut               | Action                       |
| ---------------------- | ---------------------------- |
| `Cmd + K` / `Ctrl + K` | Open quick switcher          |
| Typing in switcher     | Filter workspaces            |
| `Enter`                | Select highlighted workspace |
| `Escape`               | Close switcher               |

## Related

<CardGroup cols={2}>
  <Card title="Creating Workspaces" icon="plus" href="/docs/workspaces/creating-workspaces">
    Set up new workspaces.
  </Card>

  <Card title="Organization Setup" icon="building" href="/docs/teams/organization-setup">
    Configure your organization.
  </Card>
</CardGroup>
