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

# Scheduled trigger

> Run a Workflow automatically on a recurring schedule — hourly, daily, weekly, or monthly.

Run a [Workflow](/workflows/overview) on a recurring schedule. Use this trigger for automations that should happen at regular intervals, like daily reports, weekly competitor briefs, or overnight data enrichment.

<Steps>
  <Step title="Add a Scheduled trigger">
    Create a new Workflow with a Scheduled trigger, or change an existing Workflow's trigger type to Scheduled.

    <Frame>
      <img src="https://mintcdn.com/cassidy/Won7bFEKpcJoIUEp/images/reference/scheduled-trigger-img-0.png?fit=max&auto=format&n=Won7bFEKpcJoIUEp&q=85&s=fadefe7c9b6eb7d0da32e12cd4b3dbe3" alt="Workflow builder showing trigger type selection with Scheduled highlighted" width="572" height="164" data-path="images/reference/scheduled-trigger-img-0.png" />
    </Frame>
  </Step>

  <Step title="Set the frequency and time">
    Choose how often you want the Workflow to run — every hour, day, week, or month — and select the specific time(s).

    <Frame>
      <img src="https://mintcdn.com/cassidy/Won7bFEKpcJoIUEp/images/reference/scheduled-trigger-img-1.png?fit=max&auto=format&n=Won7bFEKpcJoIUEp&q=85&s=b9c491ac545d61df84fb314704d735a0" alt="Schedule frequency selector showing day/time options" width="638" height="553" data-path="images/reference/scheduled-trigger-img-1.png" />
    </Frame>

    <Warning>Schedule times are based on your organization's configured timezone. If you're in a different timezone, account for the difference to ensure the Workflow runs at your desired local time.</Warning>
  </Step>

  <Step title="Activate the trigger">
    In the Scheduled trigger block, click the toggle switch to turn it on. The Workflow will begin running at the next scheduled time.

    <Frame>
      <img src="https://mintcdn.com/cassidy/Won7bFEKpcJoIUEp/images/reference/scheduled-trigger-img-2.png?fit=max&auto=format&n=Won7bFEKpcJoIUEp&q=85&s=ae4bf63ae4acf75ac76b2c386a07354e" alt="Scheduled trigger block with the activation toggle" width="561" height="153" data-path="images/reference/scheduled-trigger-img-2.png" />
    </Frame>
  </Step>
</Steps>

## Related

* [Build and configure Workflows](/workflows/building)
* [Run and test Workflows](/workflows/running-and-testing)
