# Fly a Drone

{% hint style="info" %}
The app can only execute missions on drones with [Support for Mission Execution](/home/fieldagent-mobile-ios/requirements/dji-drones.md#support-for-mission-execution).
{% endhint %}

***

## Motivations

* You have a flight plan and equipment capable of flying your drone with the app.
* You prefer FieldAgent Mobile's "photo clicks" over DJI's apps.

***

## Steps

From the [Flight Planning](/home/fieldagent-mobile-ios/60-second-guides/fly-a-field-boundary.md) screen:

1. Power on and connect your drone.
2. Wait for the Status to change to Ready.
3. Tap on the Status List to review any warnings.
4. Tap on the Play button to start the Preflight Checklist.
5. Once the mission is uploaded, tap the Launch button.

<figure><img src="/files/vUYWGEzcjqeRvZYjJCbs" alt=""><figcaption><p>Starting a drone mission</p></figcaption></figure>

***

## Terrain Informed Flight

If you enabled Terrain Informed, then review additional information [here](/home/fieldagent-mobile-ios/60-second-guides/terrain-informed-flight.md#fly-a-drone).


---

# 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://support.senterasensors.com/home/fieldagent-mobile-ios/60-second-guides/fly-a-drone.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.
