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

# 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
* Toggle control surfaces: **\[H]** hides or shows the prompt overlay on selected image and video nodes, useful for a cleaner view of your canvas

***

## Canvas Search

Press **\[Control^]** or **\[Command⌘]** + **F** to open canvas search. Type to find nodes by their title or display name. Matching nodes are highlighted on the canvas, making it easy to locate specific nodes in large workflows.


---

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

```
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.
