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

# Spaces, desktops, and panes

> Use one live map for agents and terminals across projects, layouts, and hosts.

## What it enables

Spaces is the live inventory of work in Dure. It brings agents and terminals
from different projects, folders, desktops, and SSH hosts into one searchable
view with activity and diff signals.

Desktops organize a phase or context. Panes are the live tools inside them:
agents, terminals, files, editors, and review views. Moving a pane changes its
presentation, not the session that owns its process.

<video controls muted playsInline title="Agents and terminals arranged across Dure desktops" className="w-full aspect-video rounded-xl" poster="/images/workspace-overview.png" src="https://mintcdn.com/hebbian/gBhXllKfo-gr_XE_/videos/workspace-overview.webm?fit=max&auto=format&n=gBhXllKfo-gr_XE_&q=85&s=9f1fdb296173b175592f4d6d9fe6bef7" data-path="videos/workspace-overview.webm">
  Your browser does not support embedded video.
  <a href="/videos/workspace-overview.webm">Open the workspace video.</a>
</video>

## Try it

1. Create desktops named Launch, Review, and Operate.
2. Split a desktop and open two agent panes.
3. Drag one pane to another desktop.
4. Search for the agent in Spaces and open it again.

The same live session follows the pane. You can also pop a pane into a
lightweight window and return it to its saved location later.

## Current boundary

Spaces can show local and SSH work together, but the runtime guarantees behind
them are not identical yet. Read [Remote and SSH](/en/remote-and-ssh) before
assuming that an SSH provider survives a dropped connection like a managed
local Hmux session.

Next, read [Sessions, worktrees, and recovery](/en/session-model).
