# 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, and Video 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 %}
{% 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: 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.
