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

# Managing canvases

> Create, rename, reorder, search, configure, and delete canvases.

A workspace can hold as many canvases as you need. The switcher sits at the right of the top bar and
shows the current canvas name.

## The switcher

<Frame caption="The canvas switcher">
  <img src="https://mintcdn.com/wji/1nwL1jaWRdmAhYLq/images/infinite-canvas/canvas-switcher-01.png?fit=max&auto=format&n=1nwL1jaWRdmAhYLq&q=85&s=f44d08a714a56236f80a71803da0ddf1" alt="Canvas switcher listing several canvases with search, reorder handles, and a new canvas action" width="1600" height="900" data-path="images/infinite-canvas/canvas-switcher-01.png" />
</Frame>

Opening it gives you:

* **Search canvases** by name
* **Reorder** — drag to arrange, double-click a name to rename
* **New canvas**
* A gear on each row, opening that canvas's settings

The current canvas is reflected in the URL, so you can link straight to one.

## Canvas settings

| Section                 | Contains                                                                  |
| ----------------------- | ------------------------------------------------------------------------- |
| **Canvas info**         | Creation time                                                             |
| **Name**                |                                                                           |
| **Generation defaults** | Default image model, default video model, aspect ratio (16:9, 9:16, 21:9) |
| **Text node font size** | Small, standard, large, or extra large                                    |
| **Danger zone**         | Delete canvas                                                             |

Generation defaults are per canvas, not per workspace. That is more useful than it sounds — a canvas
for vertical social cuts and a canvas for 21:9 hero shots can sit in the same workspace with
different defaults.

## Filtering by color tag

<Frame caption="Filtering the canvas by color tag">
  <img src="https://mintcdn.com/wji/1nwL1jaWRdmAhYLq/images/infinite-canvas/tag-filter-01.png?fit=max&auto=format&n=1nwL1jaWRdmAhYLq&q=85&s=025c0564fa6d122c3a6e384e4cdad856" alt="Color tag filter in the top bar listing each tag with its name, node count, and a download action" width="1600" height="900" data-path="images/infinite-canvas/tag-filter-01.png" />
</Frame>

The left of the top bar has the color tag filter: **All**, plus the eight tags with their names and
node counts. Hovering a tag reveals **download all assets with this tag**.

Filtering changes what select-all picks up, so tag-then-filter-then-select-all is a practical way to
work on a subset of a busy canvas.

## Organizing across canvases

There is no move-between-canvases command. To carry work across, copy the nodes with `⌘C`, switch
canvas, and paste with `⌘V` — connections between the copied nodes come with them.

<Warning>
  Undo history is cleared when you switch canvases. Anything you want to undo, undo before you leave.
</Warning>

## Deleting

From canvas settings, in the danger zone. Deletion asks for confirmation.

<Tip>
  Canvases are cheap. Rather than letting one board grow to a thousand nodes, split by sequence or by
  act and use the switcher. Performance stays better, select-all's 50-node cap stops being a
  problem, and viewer access can be granted one canvas at a time.
</Tip>
