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

# Scheduled Runs

> Learn how to schedule test runs for your prompts, agents and workflows at a regular interval.

## How to schedule test runs?

<Steps>
  <Step title="Select Prompt or HTTP endpoint or No-code agent to schedule runs for.">
    <div className="flex flex-row flex-grow items-center gap-0.5">
      Click on **"Test"** and select <Icon icon="calendar-clock" /> from the test run sheet header.
    </div>
  </Step>

  <Step title="Pick version">
    Add name of the schedule, version (applicable for Prompts and Agents via no-code builder) to run this scheduled test on.

    <Note>
      If you select **Latest** version - then we will pick the latest session of Prompt or no-code agent at each instance of scheduled run.
    </Note>
  </Step>

  <Step title="Decide schedule of the run">
    Select schedule (every hour, day etc) along with the starting date time for the run. The granularity of repetition is an hour at the moment. Please reach out to us if you want lower granularity than this.
  </Step>

  <Step title="Select evaluators">
    As a last step, select evaluators you want to run. You can update this config anytime by editing this schedule.
  </Step>

  <Step>
    Once you save, Maxim will run these jobs at the given cadence. You can pause and resume these runs anytime. All the scheduled runs will be
    available in the Runs tab. You can filter these runs by the schedule name on the test run report table.
  </Step>
</Steps>
