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

# NODES

- [Node Overview](https://docs.flora.ai/nodes/editor.md): In FLORA, Nodes are the core creative units — connect them to build your workflows.
- [Text Node](https://docs.flora.ai/nodes/text-node.md): Learn the basics of text nodes
- [Text to Text](https://docs.flora.ai/nodes/text-node/text-to-text.md)
- [Image to Text](https://docs.flora.ai/nodes/text-node/image-to-text.md)
- [Video to Text](https://docs.flora.ai/nodes/text-node/video-to-text.md)
- [Audio to Text](https://docs.flora.ai/nodes/text-node/audio-to-text.md)
- [Image Node](https://docs.flora.ai/nodes/image-node.md): Learn the basics of image nodes
- [Text to Image](https://docs.flora.ai/nodes/image-node/text-to-image.md)
- [Image to Image](https://docs.flora.ai/nodes/image-node/image-to-image.md)
- [Video Node](https://docs.flora.ai/nodes/video-node.md): Learn the basics of video nodes
- [Text to Video](https://docs.flora.ai/nodes/video-node/text-to-video.md)
- [Image(s) to Video](https://docs.flora.ai/nodes/video-node/image-s-to-video.md)
- [Audio to Video](https://docs.flora.ai/nodes/video-node/audio-to-video.md)
- [Audio Node](https://docs.flora.ai/nodes/audio-node.md): Learn the basics of audio nodes
- [Text to Audio](https://docs.flora.ai/nodes/audio-node/text-to-video.md): Text-to-Audio generates sound from a text prompt, letting you create voiceovers, sound effects, and music tracks directly on the canvas
- [Document Node](https://docs.flora.ai/nodes/document-node.md): Learn the basics of document nodes
- [PDF to Text](https://docs.flora.ai/nodes/document-node/pdf-to-text.md)
- [PDF to Image](https://docs.flora.ai/nodes/document-node/pdf-to-image.md)
- [Layer Editor](https://docs.flora.ai/nodes/layer-editor.md): Compose multiple images into a single layered composition
- [Action Node](https://docs.flora.ai/nodes/action-node.md): Traditional editing tools that plug directly into your canvas workflows
- [Batch Node](https://docs.flora.ai/nodes/batch-node.md): Process multiple items through the same generation workflow
- [Export Node](https://docs.flora.ai/nodes/export-node.md): Save and export your generated media to local downloads or Google Drive, and import files from Drive
- [Router Node](https://docs.flora.ai/nodes/router-node.md): Route one set of inputs out to many nodes with a single connection
- [Techniques](https://docs.flora.ai/nodes/techniques.md): Pre-built AI workflows that combine multiple generation steps into reusable templates
- [Technique Builder](https://docs.flora.ai/nodes/technique-builder.md): Turn any canvas workflow into a reusable, shareable Technique


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.flora.ai/nodes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
