# Workflows: Parallel step

> Split a Workflow into branches that all run at once with the Parallel step, then funnel every branch into a shared next step. Not conditional.

Source: https://help.withpersona.com/articles/0Tw682FD90h4MGfL03BgB/
Section: Workflows > Features > Steps

## What is the Parallel step?

**Parallel** is a Workflow step that allows you to split your Workflow into parallel workflow routes that will all execute synchronously.

![Parallel step 1](https://assets.withpersona.com/f_auto,q_auto/help-center/articles/workflows/personaparallel1.png '653x293')

The Parallel step is useful for conducting several operations in tandem, such as running several different security reports on an Inquiry.

Each branch funnels into the same shared next step, which can be informed by the results of the parallel steps.

⚠️

The Parallel step is not conditional, which means all of its parallel branches proceed and
execute simultaneously.

<p>
  To add a conditional statement where only certain branches will execute depending on the
  conditions, use the Conditional step instead.
</p>

## How do you add a Parallel step?

1.  Navigate to the Dashboard, and click on **Workflows > All Workflows**.
2.  Find and click on the workflow you want to edit, or **Create** a new workflow.
3.  Click on **+** when hovering over a circle to add a **Parallel** step.

    ![Approve inquiry workflow 2](https://assets.withpersona.com/f_auto,q_auto/help-center/articles/workflows/personaapproveinquiry2.png '314x210')

4.  (Optional) Click New Branch to add another parallel branch to your Workflow.

    ![Parallel step 2](https://assets.withpersona.com/f_auto,q_auto/help-center/articles/workflows/personaparallel2.png '391x87')

5.  Close the Step, then add further steps to each parallel branch by clicking on the dashed-outline boxes in your Workflow. You’ll have to **Save** and **Publish** the workflow to begin using it.

## Plans Explained

### Parallel step by plan

|               | Startup Program | Essential Plan | Growth Plan | Enterprise Plan |
| ------------- | --------------- | -------------- | ----------- | --------------- |
| Parallel Step | Limited         | Available      | Available   | Available       |

[Learn more about pricing and plans](https://withpersona.com/pricing?utm_source=product&utm_medium=referral&utm_audience=a&utm_campaign=cm_gen_ds_hc-plan-table).
