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

# Can Magica automate repeatable work?

Yes. Use **Flow** to turn a defined sequence of AI models and utilities into a reusable workflow.

A Flow is useful when the inputs change but the process should remain consistent. For example:

* turn each product brief into copy and campaign media
* process a file through extraction, analysis, and formatting steps
* generate several asset types from one source
* apply the same transformation to new images, video, audio, or text

## How automation works

1. Add the required Nodes to the visual canvas.
2. Configure each Node's inputs.
3. Connect outputs to the next step.
4. Test the Flow with representative data.
5. Run it again from Magica or call it through the API or MCP.

Flow defines the repeatable process. If the workflow must start on a schedule or in response to an event in another system, use the supported API or integration method documented for that system. Do not assume every Flow has a built-in time or event trigger.

Use **Super Agent** instead when the steps are not known in advance or need judgment on each run.

[Open Flow](https://magica.com/app/flow) or review the [API and MCP documentation](https://magica.com/docs).
