> 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pletor.ai/build-agents/studio/navigation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
