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

# Get started with MediaFlows


## Access MediaFlows

To start using MediaFlows, you need an active Cloudinary account. If you don't have one, [sign up here](https://cloudinary.com/users/register_free) for free.

Open MediaFlows by clicking the  icon in the navigation bar on the left in the [Cloudinary console](https://console.cloudinary.com/mediaflows).

MediaFlows can host multiple flows within a Cloudinary product environment. The flows hosted in a specific product environment can interact only with that product environment.

> **NOTE**: To get the most out of MediaFlows, it's recommended that you have a basic understanding of [Cloudinary Image and Video](programmable_media_overview).

## Create a new flow

From the [Home](https://console.cloudinary.com/mediaflows/home) page, you can select one of the given flow starting templates, or you can create your own flow from scratch by clicking [New EasyFlow](mediaflows_easyflows) or [New PowerFlow](mediaflows_powerflows).

![Create flow](https://cloudinary-res.cloudinary.com/image/upload/bo_1px_solid_gray/f_auto/q_auto/docs/mediaflows/create-a-new-powerflow.png "thumb:c_scale,w_800,dpr_2.0, width: 800, popup:true")

## Manage flows

In the [Flows](https://console.cloudinary.com/mediaflows/list) page, you can see all your PowerFlows and EasyFlows. 

![Manage flows](https://cloudinary-res.cloudinary.com/image/upload/bo_1px_solid_gray/f_auto/q_auto/docs/mediaflows/manage-power-easy-flows-fav.png "thumb:c_scale,w_800,dpr_2.0, width: 800, popup:true")

For each flow, you can open it, view its logs, and delete it.  

PowerFlows also have other options that you can select via the (3-dots) menu:

* **Flow Variables**: User-defined variables that are accessible to the PowerFlow in which they're defined. [Learn more](mediaflows_powerflows#flow_variables).
* **Flow Secrets**: Sensitive data, such as API keys and secrets, that are only accessible to the PowerFlows in which they're defined. [Learn more](mediaflows_powerflows#flow_secrets). Note that you can use [Environment Variables](mediaflows_powerflows#environment_variables) to store data that's accessible to any of your PowerFlows.
* **Duplicate**: Creates a copy of the flow.
* **Share**: Creates a link to the flow, which you can share with colleagues using different product environments. [Learn more](mediaflows_build_flow#share_a_flow).
* **Error Notification**: Requests the flow to send a notification to a URL if an error occurs. [Learn more](mediaflows_build_flow#error_notifications).

## Monitor usage

The [MediaFlows Usage Report](https://console.cloudinary.com/app/mediaflows/usage) page shows an overview of your touchpoint usage for the current billing cycle and the total number of flows across all product environments.

You can also review touchpoint usage for previous billing cycles or specify custom date ranges to analyze trends over time.

Your usage includes:

* **Touchpoints**: The number of assets processed by your flows. Only assets that pass the trigger conditions are counted.
* **Flows**: The total number of flows across all product environments.

> **Start building...**:
>
> * Learn how to [build a PowerFlow](mediaflows_powerflows)

> * Learn how to [build an EasyFlow](mediaflows_easyflows) 

> * Let AI build your flows for you, using the [MediaFlows MCP server](mediaflows_mcp)

