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

# Node Overview

FLORA operates on a node-based system where users can interconnect different AI models for greater creative control.

Read more about our approach in [Our Product Philosophy](/getting-started/publish-your-docs/our-product-philosophy.md).

In the next few sections, we'll explore the core building blocks for your work in FLORA — the Text Node, Image Node, Video Node, and Audio Node — and see how each one can be utilized to achieve your desired output.

### Here's an overview of our Nodes:

{% stepper %}
{% step %}
[**Text Node**](/nodes/text-node.md)
{% endstep %}

{% step %}
[**Image Node**](/nodes/image-node.md)
{% endstep %}

{% step %}
[**Video Node**](/nodes/video-node.md)
{% endstep %}

{% step %}

### [Audio Node](/nodes/audio-node.md)

{% endstep %}
{% endstepper %}

## Node Toolbar

A toolbar appears upon hovering on nodes of all modalities, above each node. The toolbar is contextual and contents vary depending on the node type.

<figure><img src="/files/vm5pCcWJ48ZaY6Z6rOrT" 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/nodes/editor.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.
