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

# Flow Settings

> Configure enrollment rules, timezone settings, time windows, and communication defaults for your automation flows.

Every flow has a Settings tab where you configure how the flow behaves — who can enter, when messages send, and which sender identity to use. These settings apply to the entire flow and affect every fan who enters it.

***

## Accessing Flow Settings

<Steps>
  <Step title="Open Your Flow">
    Open any flow in the Flow Builder.
  </Step>

  <Step title="Click the Settings Tab">
    Click the **"Settings"** tab at the top of the page (next to Canvas and Enrollment).
  </Step>
</Steps>

***

## Flow Name and Description

### Flow Name

The name you gave your flow when you created it. You can update it here at any time. Use descriptive names that tell you at a glance what the flow does:

* "Presave Thank You — Email Drip"
* "Release Day Multi-Channel Blast"
* "IG DM Auto-Reply — LINK keyword"

### Description

Add a description to explain the flow's purpose in more detail. This is visible on the flow card in the launch detail page and helps team members understand the flow without opening it.

<Info>**AI-generated descriptions** are available — click the AI icon next to the description field and Fanaura will analyze your flow's trigger, actions, and conditions to generate a clear summary automatically.</Info>

<Tip>Even if you are a solo artist managing your own account, descriptions help future-you remember why you built each flow six months from now.</Tip>

***

## Enrollment Settings

These settings control how fans enter and interact with the flow.

<Tabs>
  <Tab title="Allow Re-Entry">
    **Default: No**

    Controls whether a fan can enter this flow more than once.

    * **No** (default): Once a fan has entered the flow, they cannot enter again — even if they trigger the event a second time. The flow runs once per fan.
    * **Yes**: Fans can enter the flow multiple times. Each trigger event creates a new enrollment.

    **When to use "No" (default)**:

    * Welcome sequences (you only want to welcome someone once)
    * Presave thank-you flows (one thank-you per presave is enough)
    * Any sequence where receiving it twice would feel repetitive

    **When to use "Yes"**:

    * Purchase confirmation flows (fans may buy multiple items)
    * IG DM auto-responders (fans may DM different keywords at different times)
    * Always-on support flows where repeat interactions are expected
  </Tab>

  <Tab title="Stop on Response">
    **Default: No**

    Controls whether the flow should stop executing for a fan if they respond to one of your messages.

    * **No** (default): The flow continues regardless of fan responses. If a fan replies to your SMS, the flow keeps going.
    * **Yes**: If a fan responds to any message in the flow (email reply, SMS reply, DM reply), the flow stops for that fan. No further actions execute.

    **When to use "No" (default)**:

    * Drip sequences where you want every message delivered regardless
    * Flows where responses are just engagement signals, not conversation starters

    **When to use "Yes"**:

    * Sales sequences where a fan reply indicates they need personal attention
    * Support flows where a response means a human should take over
    * Outreach sequences where a reply means the automation should step aside
  </Tab>
</Tabs>

***

## Timezone Settings

Timezone settings control when time-based actions and delays fire relative to clock time.

<Tabs>
  <Tab title="Account Timezone">
    **Default setting.** All time-based operations use your account's default timezone.

    * Delays like "Wait until 9 AM" fire at 9 AM in your timezone
    * Time windows use your timezone for start/end hours
    * Date-based delays use your timezone for midnight calculations

    This works well when your fan base is concentrated in one timezone or region.
  </Tab>

  <Tab title="Fan Timezone">
    Uses each fan's local timezone (if known) for time-based operations.

    * A "Wait until 9 AM" delay fires at 9 AM in each fan's local time
    * A time window of 9 AM to 5 PM means different actual hours for each fan
    * If a fan's timezone is unknown, falls back to your account timezone

    This is ideal for:

    * International fan bases
    * Artists with fans across multiple US time zones
    * Any flow where you want to avoid sending messages at inappropriate hours
  </Tab>
</Tabs>

<Tip>If you have fans in Australia, Europe, and the Americas, fan timezone is essential. Without it, a 9 AM EST send arrives at midnight in Sydney.</Tip>

***

## Time Windows

Time windows let you restrict when messages are sent, ensuring fans receive your messages during appropriate hours.

### Enable Time Windows

Toggle on to activate time-restricted sending. When enabled, additional options appear:

### Start Time and End Time

Set the window during which messages are allowed to send:

* **Start time**: The earliest hour messages can send (e.g., 9:00 AM)
* **End time**: The latest hour messages can send (e.g., 9:00 PM)

<Note>Messages scheduled outside this window **do not get discarded** — they wait until the next valid time. If a message is scheduled for 11 PM but your window ends at 9 PM, it will send at 9 AM the next day.</Note>

### Active Days

Select which days of the week messages are allowed to send:

* **Monday through Friday**: Business days only
* **Monday through Sunday**: Every day (most common for fan engagement)
* **Custom selection**: Check or uncheck individual days

Messages scheduled on inactive days wait until the next active day.

### Example Configurations

<Tabs>
  <Tab title="Respectful Hours">
    * Start: 9:00 AM
    * End: 9:00 PM
    * Days: Monday through Sunday
    * Timezone: Fan timezone

    This ensures no fan receives a message before 9 AM or after 9 PM in their local time, any day of the week.
  </Tab>

  <Tab title="Weekday Business Hours">
    * Start: 10:00 AM
    * End: 6:00 PM
    * Days: Monday through Friday
    * Timezone: Account timezone

    Best for professional or B2B communications.
  </Tab>
</Tabs>

### How Messages Queue During Off-Hours

When a fan reaches an action outside the time window:

1. The message is queued (not discarded)
2. Fanaura checks the next valid send time
3. The message sends at the start of the next valid window
4. Multiple queued messages send in sequence, with brief delays between them

***

## Communication Defaults

Override your account-level defaults for this specific flow.

| Setting        | Description                                   | Default                       |
| -------------- | --------------------------------------------- | ----------------------------- |
| **From Name**  | The sender name in the "From" field of emails | Your artist name              |
| **From Email** | The email address in the "From" field         | Your verified sending address |
| **SMS Number** | The phone number used for SMS actions         | Your provisioned SMS number   |

<Info>Override these defaults if a specific flow needs a different sender identity — for example, a flow from your record label or management team.</Info>

***

## Analytics Settings

### Mark Emails as Read

Controls whether emails sent from this flow are tracked for open/read status. This is typically enabled by default and is used for:

* Open rate tracking
* Fan-action delays (waiting for email open)
* Conditions that check if a fan opened an email

<Note>Disabling this removes open tracking for emails in this flow, which some artists prefer for privacy-focused communications.</Note>

***

## Settings Checklist

Before activating any flow, review these settings:

<Warning>Review every setting before toggling your flow active. A misconfigured time window or enrollment rule can lead to unexpected fan experiences.</Warning>

* **Flow name** is clear and descriptive
* **Description** explains the flow's purpose
* **Re-entry** is set correctly (do fans need to enter more than once?)
* **Stop on response** is appropriate for this flow type
* **Timezone** matches your audience (account vs. fan timezone)
* **Time window** is configured if you want to restrict sending hours
* **Active days** are set if you want to restrict sending days
* **From name and email** are correct
* **SMS number** is the right one (if you have multiple)

***

## Tips and Best Practices

<AccordionGroup>
  <Accordion title="Always set time windows for SMS">
    No one wants a text at 3 AM. Set a 9 AM - 9 PM window at minimum.
  </Accordion>

  <Accordion title="Use fan timezone for international audiences">
    The effort is worth it. Fans notice when you respect their schedule.
  </Accordion>

  <Accordion title="Default to no re-entry">
    Most flows should run once per fan. Only enable re-entry when repeated enrollment makes sense.
  </Accordion>

  <Accordion title="Write descriptions">
    You will forget why you built a flow in three months. Descriptions save you from digging through the canvas to figure it out.
  </Accordion>

  <Accordion title="Review settings when cloning flows">
    If you duplicate a flow, review the settings — they carry over from the original and might not be appropriate for the new flow.
  </Accordion>

  <Accordion title="Use Stop on Response for sales flows">
    When a fan replies to your pitch, a human should take over. Automated follow-ups after a real reply feel robotic.
  </Accordion>
</AccordionGroup>

***

## What Happens Next

With your flow configured, you will want to monitor who enters it. Learn about enrollment tracking in [Enrollment History](/flow-builder/enrollment).
