# Flight Execution

## Executing a mission using the Drone Control Panel:

The Drone Control Panel acts as a central hub for efficient mission execution. You can give the following mission commands using the drone control panel:

1. **Go to Location:** Direct the drone to fly to a specific GPS location.

{% content-ref url="/pages/JL4oY7AZRMhL1yw7vdVI" %}
[Go to Location (GTL)](/in-flight-modules/flight-execution/go-to-location-gtl.md)
{% endcontent-ref %}

2. **Executing a Pre-planned Mission:** Access and execute your pre-planned missions efficiently.

* **Path Mission**
* **Grid Mission**

For additional information on mission planning, please refer to the following documentation.

{% content-ref url="/pages/Dj4SjoUKykqp8dMsNUIH" %}
[Mission Planning](/pre-flight-modules/planning/mission-planning.md)
{% endcontent-ref %}

{% hint style="warning" %}
Make sure the operator has the necessary airspace regulatory permissions before flying the drone.
{% endhint %}

### **How to execute a Pre-planned mission:**

1. Make sure you pick the right drone card for the drone you want to use to perform a pre-planned mission.

<figure><img src="/files/rdbn02FZiUuKdIXIhYf7" alt=""><figcaption><p>Selecting the drone card</p></figcaption></figure>

2. Navigate to the drone control panel and click on the 'Mission' tab.

<figure><img src="/files/KHoAhjbZbSGqKeG6lD2p" alt=""><figcaption><p>Click on 'Mission' tab</p></figcaption></figure>

4. Select a pre-planned mission and then click "next."

<figure><img src="/files/o0oqOrXr74N8h3hI56n2" alt=""><figcaption><p>Select a Mission to Execute</p></figcaption></figure>

5. Ensure you check all the safety [checklist](/pre-flight-modules/platform-settings/checklist.md) parameters.

<figure><img src="/files/25GdCzUnEBQe5ve5sIjB" alt=""><figcaption><p>Pre-flight Checklist</p></figcaption></figure>

5. Upon confirmation, your pre-planned mission will now be executed.

<figure><img src="/files/VjFvTwf7R6qLnLYXyPRP" alt=""><figcaption><p>Executing you pre-planned mission</p></figcaption></figure>

## To fly your first mission navigate to:

{% content-ref url="/pages/tKj7JF8MSaSNkuDvyqwq" %}
[Setting Up Your First Flight](/in-flight-modules/setting-up-your-first-flight.md)
{% endcontent-ref %}


---

# 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.flytbase.com/in-flight-modules/flight-execution.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.
