# Navigation

Here are some basic mouse actions to navigate in the canvas.

<figure><img src="/files/CsVcQwUUdFOe7AcgNWZd" alt=""><figcaption></figcaption></figure>

**Mouse and Trackpad Controls**

* Left click: select, interact
* Right click: menu
* Right click + drag: pan the canvas
* Middle mouse button: pan the canvas
* Scroll wheel or trackpad: pan up, down, left and right
* **\[Control^] or** **\[Command⌘]** +scroll: zoom
* Pinch: zoom
* Left click+drag:
  * On a Node: drag with mouse to move Node
  * On the plus button: drag connection noodle
  * On the canvas: box selection

**Shortcuts**

* Run Generation: **\[Enter]** runs selected nodes
* Delete: **\[Backspace]** or **\[Delete]** while any number of nodes are selected
* Copy a selected node or group of selected nodes: **\[Control^]** or **\[Command⌘]** + c
* Paste a node or group of nodes, or paste any media source: image or video
* Control or Command + v

[<br>](https://www.florafauna.ai/docs/parameters)


---

# Agent Instructions: 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:

```
GET https://docs.flora.ai/editor/navigation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
