> ## Documentation Index
> Fetch the complete documentation index at: https://helpdesk.magica.com/helpdesk/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Flow, and when should I use it?

**Flow** is Magica's visual workflow builder for repeatable, structured AI processes.

You build a Flow by placing nodes on a canvas, configuring them, and connecting their inputs and outputs. A Flow can combine language models, image, video, and audio models, plus logic and media utilities.

## Use Flow when

* the steps are known in advance
* the same process will run more than once
* each run should follow a consistent structure
* you want reusable inputs and outputs
* a workflow needs to be called through the API or MCP

Examples include creating a set of campaign assets from one brief, processing rows from a data file, or applying the same media pipeline to new source files.

## Use Super Agent instead when

Choose **Super Agent** when the work is open-ended, the steps may change, or you want Magica to decide how to reach the outcome.

## Use Nodes instead when

Choose **Nodes** when you only need to run one model or utility directly.

Open [Flow](https://magica.com/app/flow) to create or run a workflow. For programmatic workflow access, see the [API and MCP documentation](https://magica.com/docs).
