# Schedulers

In **QApilot**, you can schedule your test plans to automate their execution and monitor your application's performance over time. You can schedule them for specific times and dates or run them immediately. You can even set them to run at regular intervals. Scheduling your tests for regression outside of office hours is a valuable way to minimize production disruptions and ensure optimal resource usage. This guide will show you how to schedule a test plan in **QApilot**.

***

## Prerequisites

Before you schedule a test plan in **QApilot**, you must understand the concepts of creating the [Test Plan](/detailed-documentation/test-plan-executions.md).

***

## Schedule a Test Plan

1. Click the **Test Plan** tab in the left sidebar of the dashboard to access the **Test Plan List** page.
2. Hover your mouse over the **Schedule Run** button on the Test Plan options you want to schedule and select the **Schedule Run** option from the dropdown list.

<figure><img src="/files/3YraNiLiN3y7AEiwjpfd" alt=""><figcaption></figcaption></figure>

2. It redirects to the below screen. Please select the date & time to schedule execution.

<figure><img src="/files/bgL6FNa0Z4pBLQZgthpK" alt=""><figcaption></figcaption></figure>

3. Click the **Calendar** icon to choose the **Date and Time** for the scheduled execution of this test plan. You can change the default value, which is set to the current date. By default, it displays the current time, but you can change it to the desired time for executing the test plan.
4. Click **Repeat** to select the **Frequency** for executing the test plan. The available options are:
   * **Don't Repeat**
   * **Daily**
5. After applying the date and time configurations., click on the Save button. At the scheduled time, the tool will automatically initiate the test plan and run all specified tests.

***

## **View Test Plan Schedules**

1. Navigate to **Schedulers** on the left-side side navbar. Click the **Schedulers** tab.
2. You can view the **Schedule Name**, **Test Plan**, **Frequency**, and **Next Run** of the scheduled test plans on the Schedules list page. Click the **ellipsis** icon to open a dropdown menu and select **Edit** or **Delete** the scheduled test plan.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qapilot.io/detailed-documentation/test-plan-executions/schedulers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
