# Flow Step Settings

Each **flow component** in Fastn, such as a Switch, Loop, or Action step, includes a **Settings** panel where you can define behavior, retry logic, and notes for that step.

### ⚙️Settings

Use this section to control how the step executes and interacts with the rest of the flow.

To access these options, click the **Settings icon** in the **top-right corner** of the component. Once opened, you’ll see the following fields:

<figure><img src="https://1255842839-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3iSr2Tx8FvvuoLPncziH%2Fuploads%2Fy75ZwrfijeRsJyaCg27N%2Fimage.png?alt=media&#x26;token=50c01241-9dd6-42ff-bd99-4b3d9bda1046" alt="Flow step Settings panel accessed via the Settings icon in the top-right corner of a component"><figcaption></figcaption></figure>

### Retry Settings *(optional)*

Allows you to configure the **retry behavior** for this step in case of failure.

* [x] **Make Step Required:** Ensures this step is completed before the flow continues.

> Stops the entire flow immediately if this step encounters an error.

<figure><img src="https://1255842839-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3iSr2Tx8FvvuoLPncziH%2Fuploads%2FX8NlhmlpkzxXah70ROw5%2Fimage.png?alt=media&#x26;token=1941383f-ff3b-4262-8bc2-9457f2ca298b" alt="Retry Settings panel with Make Step Required checkbox to stop flow on step failure"><figcaption></figcaption></figure>

### Step Note *(optional)*

Add notes or comments about the purpose or logic of this step. This helps collaborators understand context and reasoning within the flow.

<figure><img src="https://1255842839-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3iSr2Tx8FvvuoLPncziH%2Fuploads%2FRnhZB4VaiQlKq4jKfXO3%2Fimage.png?alt=media&#x26;token=32c419b1-0972-488e-8714-390575230ee0" alt="Step Note text field for adding comments about the purpose or logic of a flow step"><figcaption></figcaption></figure>

> 💡 *Adding clear notes to each step makes debugging and collaboration much easier, especially in complex flows.*
