# Canvas

## Summary

FLORA's canvas is your creative garden. You can spawn nodes, connect nodes, edit parameters, and create your own personalized workflows.

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

## Getting Started

There are many ways to start populating the canvas with your creative thoughts.

Simply **Double-Click** to spawn a node or click on any of the selected workflows to start.

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

## Connecting Nodes

FLORA brings over 50+ text, image, and video models to one canvas, saving you time and effort in context- and tool-switching. With this approach, you can connect nodes of different modalities, using our open-ended canvas to ideate, explore different creative directions, compare models and prompts, and more.

To connect a node, simply drag the '+' handle from a node that's on the canvas.

Here are **just a couple** of example use cases of connecting nodes:

* **Text node to image node:** Connect the output of a text node to the input of an image node.
* **Image node to video node:** Connect one or multiple image nodes to a video node as a reference frame (depending on the model, can be first frame, last frame, or both).

As AI model capabilities advance, the number of possibilities around combining text / image / video nodes expands.


---

# 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/canvas.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.
