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

# Workspace lanes

> Use workspace lanes to run separate AI contexts for different projects or roles.

Workspace lanes let you maintain separate AI contexts within the same account — each lane has its own conversation history, memory, and system prompt.

## What lanes are for

* **Multi-project work** — keep a "work" lane and a "personal" lane separate
* **Role switching** — a "coding" lane with a developer persona, a "writing" lane with a different tone
* **Isolation** — prevent work context from leaking into personal conversations

## Creating a lane

```sql theme={"dark"}
/lanes create <name>
```

## Switching lanes

```text theme={"dark"}
/lanes switch <name>
```

All subsequent messages go to that lane until you switch again.

## Listing lanes

```text theme={"dark"}
/lanes list
```

## Deleting a lane

```sql theme={"dark"}
/lanes delete <name>
```

<Warning>
  Deleting a lane permanently removes its history and memory. This cannot be undone.
</Warning>

## Default lane

If you haven't switched lanes, you're in the `default` lane. The default lane cannot be deleted.
