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

# Flow basics

> Rename, describe, duplicate, and delete flows so your team can navigate the list.

As a flow list grows, a name and a short description are what let someone else (or you, months later) know what a flow does without opening it. Duplicate to reuse a working pattern, delete what's no longer needed, and the list stays something your team can actually navigate.

<div className="docs-figure-sm">
  <Frame>
    <img src="https://mintcdn.com/parabola-7119dfb0/ubGtZEoZ2v4cs6yE/images/flow-basics-rename.png?fit=max&auto=format&n=ubGtZEoZ2v4cs6yE&q=85&s=f956bc1b5c18812fc545a1b4044a441f" alt="The flow title dropdown open in the header bar, with Rename at the top" width="660" height="338" data-path="images/flow-basics-rename.png" />
  </Frame>
</div>

## Rename a flow

* Click the flow name in the header bar and select **Rename** to edit it inline.
* Or from the flows page: open its overflow menu, select **Flow settings**, and update the **Flow name** field.

## Add a description

A description is a good place to summarize what a flow does or how to use it. This is particularly useful if you're collaborating on flows with multiple team members. You can add one in a few ways:

* Click the flow title to open the dropdown menu, then select the gear icon.
* Add a description from the dashboard using the pencil icon next to **Add a description**.
* From the flows page, open the overflow menu, select **Flow settings**, and fill in the **Flow description** field before clicking **Save**.

<div className="docs-figure-md">
  <Frame>
    <img src="https://mintcdn.com/parabola-7119dfb0/ubGtZEoZ2v4cs6yE/images/flow-basics-flow-settings.png?fit=max&auto=format&n=ubGtZEoZ2v4cs6yE&q=85&s=8a42fbfbc68bf7bbb57bcc8f0aa2e707" alt="The Flow Settings dialog with Flow Name and Flow Description fields, email settings, live flow locking, and auto-pause after consecutive failures" width="916" height="962" data-path="images/flow-basics-flow-settings.png" />
  </Frame>
</div>

## Duplicate a flow

Duplicate an entire flow two ways:

* From within the flow builder (using the navigation bar menu), or
* From [your flows page](https://parabola.io/app/flows) (using the overflow menu).

This creates a copy of your flow in the same location.

To duplicate just part of a flow, select the steps you want: hold **Shift** and drag a box around them on the canvas, or **Shift**-click individual steps. Then copy (`⌘/Ctrl + C`) and paste them into another flow canvas (`⌘/Ctrl + V`).

## Delete a flow

Delete a flow from the navigation bar menu in the builder, or from the overflow menu on the flows page.
