> For the complete documentation index, see [llms.txt](https://docs.pletor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pletor.ai/build-agents/studio/navigation.md).

# Navigation

### Canvas controls

The bottom toolbar gives you two cursor modes and zoom controls.

#### Cursor modes

<table><thead><tr><th width="169.5555419921875">Tool</th><th width="169.8072509765625">Icon</th><th>What it does</th></tr></thead><tbody><tr><td><strong>Select</strong> (default)</td><td>Arrow cursor</td><td>Click to select nodes, drag to move them, click + drag on empty canvas to box-select</td></tr><tr><td><strong>Pan</strong></td><td>Hand</td><td>Click + drag to pan around the canvas without selecting anything</td></tr></tbody></table>

You can switch between these modes using the toggle at the bottom center of the canvas:

<figure><img src="/files/rM4Vr4kq1pMQ4jdwJjvL" alt="" width="370"><figcaption></figcaption></figure>

#### Zoom

The zoom level is shown as a percentage between the − and + buttons at the bottom center.

<table><thead><tr><th width="169.6466064453125">Action</th><th>How</th></tr></thead><tbody><tr><td><strong>Zoom in</strong></td><td>Click <strong>+</strong>, or <code>Ctrl/⌘</code> + scroll up, or pinch out on trackpad</td></tr><tr><td><strong>Zoom out</strong></td><td>Click <strong>−</strong>, or <code>Ctrl/⌘</code> + scroll down, or pinch in on trackpad</td></tr></tbody></table>

#### Right click

Right-click opens a context menu with quick actions. What you get depends on where you click.

* **On a node:** run, duplicate, download, group, and more
* **On a group**: run group, ungroup, delete
* **On empty canvas: a**dd nodes

<figure><img src="/files/5BeRLVBIhlxG0gVSyVKC" alt=""><figcaption></figcaption></figure>

### Keyboard shortcuts

| Shortcut             | Action                                      |
| -------------------- | ------------------------------------------- |
| `Ctrl/⌘ + C`         | Copy selected nodes                         |
| `Ctrl/⌘ + V`         | Paste nodes (or paste media from clipboard) |
| `Ctrl/⌘ + D`         | Duplicate selected nodes                    |
| `Ctrl/⌘ + Z`         | Undo                                        |
| `Ctrl/⌘ + Shift + Z` | Redo                                        |

{% hint style="info" %}
You can paste images and videos directly from your clipboard onto the canvas — Pletor will automatically create the corresponding input node with the pasted content.
{% endhint %}
