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

# Repeating trigger

> Kick off a workflow on a recurring schedule.

Use the **Repeating Trigger** to run workflows on a fixed cadence in your team's timezone—perfect for daily digests, weekly summaries, or month-end reports.

<Tip>
  To add this trigger, ask the **AI Agent** for the workflow you want. It will create the trigger for you. For any changes you'd like to make, you can either ask the AI or adjust the schedule details manually in the editor.
</Tip>

<Frame caption="Example: A daily digest running at 9:30 AM in EST.">
  <img src="https://mintcdn.com/notikaai/k35ntJQ2S6c87rnB/images/repeatingtrigger.png?fit=max&auto=format&n=k35ntJQ2S6c87rnB&q=85&s=59b4a24992fef0edcc78e0339a9beaa6" alt="Repeating trigger configuration" width="3456" height="1984" data-path="images/repeatingtrigger.png" />
</Frame>

## Breakdown

<Steps>
  <Step title="Choose a cadence" icon="clock">
    Run on a **daily**, **weekly**, or **monthly** schedule. For weekly runs, pick the weekdays to include. For monthly runs, choose a specific calendar day or use an "nth from the end" rule for flexible month-end timing.
  </Step>

  <Step title="Set start time & timezone" icon="calendar">
    Set the start date for the first run plus a local send time (hour, minute, AM/PM) and an IANA timezone (e.g., America/New\_York). Dreamlit schedules future runs in that timezone automatically.
  </Step>

  <Step title="Add an end condition (optional)" icon="flag">
    Keep the workflow running indefinitely or provide a cutoff date/time to stop scheduling new runs.
  </Step>
</Steps>

<Note>
  The repeating trigger does not output any row data. Add a [Data Query](/docs/steps/query) step right after it to load recipients or other context before sending notifications.
</Note>

## Explore further

<CardGroup cols={2}>
  <Card title="Workflow basics" icon="gears" href="/docs/workflow/basics">
    Learn how triggers, steps, and data flow connect in Dreamlit.
  </Card>

  <Card title="Data Query step" icon="database" href="/docs/steps/query">
    Fetch the audience or context you need right after the trigger.
  </Card>
</CardGroup>
