# Schedule

## Overview

FlytBase features a calendar screen that displays the pre-planned flight schedule of the drone fleet. Operators can easily plan their missions through the **day, week,** and **month** tabs.&#x20;

<figure><img src="/files/Q3G7AEqeV0ZKasBbcgn5" alt=""><figcaption><p>Mission Planner: Month tab</p></figcaption></figure>

<figure><img src="/files/bOLcnedqRqmdWjBIwnCT" alt=""><figcaption><p>Mission Planner: Week tab</p></figcaption></figure>

<figure><img src="/files/9rrUXZmDhS08zLZsUH5B" alt=""><figcaption><p>Mission Planner: Day tab</p></figcaption></figure>

{% hint style="info" %}
In scheduled missions, FlytBase displays a toaster message 5 mins prior to the scheduled date and time. At the set time, another toaster message is displayed and the mission is executed automatically. &#x20;
{% endhint %}

## **Scheduling a planned mission**

Operators can view their Scheduled Missions by navigating to the planning section of the dashboard and selecting the **"Schedule"** option from the right panel. Before scheduling a mission, operators must first [<mark style="color:blue;">plan the mission</mark>](/features/planning/missions.md) on FlytBase.

* To schedule a mission, the operator simply clicks on the desired day in the calendar.&#x20;
* The Mission Scheduler tab will then open on the right side of the screen, where the operator can fill in the necessary details and save the schedule.&#x20;
* Once the mission is scheduled, it will be reflected on the operator's calendar, along with its status.

<figure><img src="/files/Q5Y8oxf1zQR9vf4AUWUV" alt=""><figcaption><p>Scheduled Missions</p></figcaption></figure>

{% hint style="info" %}
A mission where the operator selects **Does not repeat** instead of **Daily** is a scheduled mission that is executed only once (for a specific date and time).&#x20;
{% endhint %}

#### **Mission status**

FlytBase makes it easy for operators to stay on top of their scheduled missions by assigning one of the following states to each mission in the calendar overview.&#x20;

<figure><img src="/files/ZWhx5PQhNktZHeIxbFx6" alt=""><figcaption><p>Mission Status</p></figcaption></figure>

### **Scheduled Mission Feature**

Users can easily edit, cancel, and delete a scheduled mission when required. In the calendar view, select a mission.

<figure><img src="/files/5ybdsDXa6XZxIQ9XaXNF" alt=""><figcaption><p>Scheduled Mission Details</p></figcaption></figure>

* The operator can make edits in the tab by clicking on<img src="/files/uPA1NvB5UIS3qEqhcbVv" alt="" data-size="line">edit it then click on **Update** to update and save the mission. A toaster message will be shown stating the **Schedule saved.**&#x20;
* To **cancel** a scheduled mission, click on the<img src="/files/WM1DSc47eHNoasXJqAOe" alt="" data-size="line">icon. The user can choose to **Uncancel** a cancelled scheduled mission at any time by clicking on the same icon in the popup.
* Deleting a mission: The user can click on the **Delete** button in the mission popup in the calendar view.&#x20;
  * For a mission that does not repeat: The user can click on the **Delete** button in the mission popup in the calendar view.&#x20;

<figure><img src="/files/ITyN9i2LrFjeEx7jNVpJ" alt=""><figcaption><p>Delete the Scheduled Mission</p></figcaption></figure>

* For a mission that repeats daily: While deleting a mission that repeats daily, the user is asked to confirm whether they want to delete:
  * **This event** - Selecting this option will delete the schedule for that particular day.&#x20;
  * **This and future events** - Selecting this option will delete the schedule for that particular day in addition to the schedules planned for the months to come.&#x20;
  * **All events** - Selecting this option will delete the schedule for the previous days, that particular day in addition to the schedules planned for the months to come.&#x20;
  * A toaster message is displayed stating that the **schedule is deleted.**&#x20;

<figure><img src="/files/Xtmt3DNI4YKOfI5dPudH" alt=""><figcaption><p>Delete a daily mission</p></figcaption></figure>

You can now conduct repeatable autonomous missions with minimal human intervention.


---

# 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://legacydocs.flytbase.com/features/planning/schedule.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.
