# 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
- [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: 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.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.
