# Only Continue If

**Introduction**&#x20;

This step acts as a conditional gate within an automation, allowing the flow to continue only if specified conditions are met.

**Description**&#x20;

Useful for creating decision points in an automation where subsequent steps are executed based on the fulfillment of predefined conditions. It ensures that the automation follows the desired path based on dynamic criteria.

**Subpaths**

* **Conditions**: Define the condition steps. This subpath performs condition checks the same way as [and](https://docs.flexy.bot/modules/scripting/steps/conditions/and "mention") step.

**Usage**&#x20;

Ideal for segmenting automation flows based on specific criteria, such as user responses, data values, or external factors. It can be used to create branches in the automation, ensuring that each path is followed only when relevant conditions are satisfied. This can be achieved in combination with [paths](https://docs.flexy.bot/modules/scripting/steps/paths "mention").
