> For the complete documentation index, see [llms.txt](https://docs.inspiredflight.com/inspired-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/inspired-ground-control-igc/autonomous-mission-planning/safe-piloting-during-automated-missions.md).

# Safe Piloting During Automated Missions

## General Guidelines

* Always check your failsafes and RTL altitude in the IGC Safety Tab.
* Be aware of your altitude and surroundings, double check your mission plan when you arrive at the mission location and set your altitudes accordingly.
* Confirm your mission time and give yourself enough time to RTL and land without stressing the batteries.

## GS-ONE

* Be ready to take manual control of the vehicle by changing the Flight Mode rocker.

![](/files/UpZWLexfjYMV61b3ZjgQ)

{% hint style="warning" %}
Note: If the rocker is on the desired flight mode when the mission is started, the pilot will need to first switch to a different flight mode, then switch back to the desired flight mode. For more information on flight modes, see the [Flight Modes](/inspired-documentation/products/inspired-suite/inspired-ground-control-igc/flight-modes.md) page.&#x20;
{% endhint %}

## Herelink

* Be ready to take manual control of the vehicle by pressing the 'A' button (Loiter Mode) on the controller.

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

{% hint style="warning" %}
Note: In the event of an emergency, the 'A' button (Loiter Mode) must be pressed to regain pilot controls.
{% 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://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/inspired-ground-control-igc/autonomous-mission-planning/safe-piloting-during-automated-missions.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.
