> 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/toolbar.md).

# Toolbar

## Summary

The toolbar is where you can find the main editor tools.

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

## Spawning Nodes

By clicking the + button on the toolbar you can spawn different types of nodes: Text, Image, Video, and Audio. The add-node menu also includes a **Technique** entry — select it or press **Shift+T** to open a technique picker panel where you can browse, search, and add techniques directly to your canvas.

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

## Assets

By clicking on the Assets button, you can browse all the visual assets you uploaded to the canvas.

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

## Generation History

The Generation History button stores all the generated assets from your account, making it seamless for you to transport assets between projects.

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

## Flows

Flows allow you to explore our pre-made workflows for various creative use cases. By **hovering** over the Flows button, you can view recent workflows along with the number of nodes deployed. **Clicking** on the Flows button lets you browse curated categories to find workflows that inspire your creative process.

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

## Split Into Layers

The **Split Into Layers** tool lets you decompose an image into separate layer components. Select an image node and click the Split Into Layers button in the toolbar to open a visual cascade picker. Choose how many layers to split into (2–5) from the overlay, and FLORA automatically separates the image into distinct layers that you can edit independently.

## Comment

The Comment Button is where you activate the comment cursor. Click on anywhere to start a text bubble and leave a comment for your collaborators.

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


---

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