> For the complete documentation index, see [llms.txt](https://support.senterasensors.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.senterasensors.com/home/fieldagent-mobile-ios/troubleshooting-guide/flight-interruptions.md).

# Flight Interruptions

My drone pauses, or my drone stops the mission.

{% hint style="success" %}
Press the Play button on the Remote Controller when the drone unexpectedly pauses.
{% endhint %}

***

If your drone pauses during takeoff or while performing a mission, you can always press the Play button on your RC to command the drone to continue.&#x20;

### Remote Controller Play/Pause Button

* Pressing the Play button on the RC will cause the drone to pause the active mission.
* Press the Play button again to resume the mission.

***

If pressing the Play button does not fix the issue then:

* You could be in or near an [NFZ](/home/fieldagent-mobile-ios/faqs.md#unlock-no-fly-zones-for-dji-products) and will require an unlock.
* Your [firmware](/home/fieldagent-mobile-ios/troubleshooting-guide.md#drone-firmware) is out of date.
* The drone's sensors need [maintenance](/home/fieldagent-mobile-ios/troubleshooting-guide.md#obstacle-avoidance).

***

{% hint style="info" %}
Follow the [general troubleshooting steps](/home/fieldagent-mobile-ios/troubleshooting-guide.md) first when you encounter any problems.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.senterasensors.com/home/fieldagent-mobile-ios/troubleshooting-guide/flight-interruptions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
