# The Break Activity

> The [Break](https://docs.uipath.com/activities/docs/break) activity enables you to stop the loop at a chosen point, and then continues with the next activity.

The [Break](https://docs.uipath.com/activities/docs/break) activity enables you to stop the loop at a chosen point, and then continues with the next activity.

:::note
The **Break** activity can only be used within one of the following activities: [For Each](https://docs.uipath.com/activities/docs/for-each), [While](https://docs.uipath.com/activities/docs/interruptible-while), or [Do While](https://docs.uipath.com/activities/docs/interruptible-do-while).
:::
