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

# Schedule setup

> Follow the steps to configure the Prophecy scheduler

Use Prophecy's built-in scheduler to automate pipeline runs based on time or file triggers. You can create multiple schedules for a single pipeline, each with its own configuration including parameter sets, triggers, and alerts.

## Prerequisites

To leverage the built-in scheduler, your project must use the [Simple Git Storage Model](/data-analysis/development/versioning/git-storage-model). Prophecy's built-in scheduler does not appear in projects that use the Normal Git Storage Model.

## Configure a schedule

To configure a schedule for a pipeline:

1. Open a pipeline in the project editor.
2. Expand the **...** menu in the pipeline canvas header.
3. Click **Schedule**.
4. To create a new schedule, click **New Schedule**. To edit an existing schedule, select it from the schedules list.
5. Expand the **Choose Pipeline Parameter Set** dropdown and select the pipeline [parameter set](/data-analysis/development/parameters/parameter-sets) you want to use for this schedule.
6. Configure the [trigger](/data-analysis/production/scheduling/triggers) for the schedule.
7. Optionally, set up an [email alert](/data-analysis/production/scheduling/alerts) in your schedule.
8. Click the **On** toggle to enable the schedule.
9. Click **Schedule** to save the schedule.

You can create multiple schedules for the same pipeline, each with different parameter sets, triggers, and timing configurations. This allows you to run the same pipeline with different settings at different times or frequencies.

## Activate schedules

Enabling a schedule does **not** automatically activate it. To activate your schedules, [publish the project](/data-analysis/production/publication). When you publish a project, Prophecy deploys all enabled schedules to your selected fabrics. In other words, your scheduled pipelines will begin running in the fabrics you selected.

Any time you make changes to a schedule (including enabling, disabling, or editing the configuration), you must republish the project for those changes to take effect.

## Delete a schedule

To delete a schedule:

1. Open a pipeline in the project editor.
2. Expand the **...** menu in the pipeline canvas header.
3. Click **Schedule**.
4. Select the schedule you want to delete.
5. Click **Delete Schedule**.
6. Click **Delete** to confirm the deletion.

When you delete a schedule, you still have to publish the project for the changes to take effect in the deployed pipeline.

## What's next

Once you have set up your schedules:

* Monitor automated pipeline runs in the [Observability](/data-analysis/production/monitoring) interface.
* Set up [email alerts](/data-analysis/production/scheduling/alerts) to stay informed about your scheduled pipeline runs.
* Learn more about different [trigger types](/data-analysis/production/scheduling/triggers).
