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

# Break a Loop

> Break out of a running loop early.

The **Break a Loop** block lives in the **Loops** palette category. Break out of a running loop early.

## What it does

Stops the innermost active loop immediately and jumps to the After loop block.

## Tips

* Place inside an If branch when you only want to break on certain conditions.

## See also

* [Loops](/builder/action-blocks/loops) — Browse all blocks in the Loops category.
