> 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/aircraft/if800-tomcat/emergency-procedures/critically-low-battery.md).

# Critically Low Battery

<mark style="color:orange;">**Critically Low Battery**</mark> is defined as total <mark style="color:orange;">battery percentage</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**under**</mark> <mark style="color:orange;">**15%**</mark> and means the UAS is in danger of not having enough remaining endurance to safely return to home and land (RTL).

<mark style="color:orange;">**Automated Failsafe**</mark><mark style="color:orange;">:</mark> From the factory your IF800 Tomcat **has a&#x20;**<mark style="color:orange;">**Critically Low Battery failsafe enabled that will automatically initiate an auto RTL flight mode at 15%**</mark>, regardless if the aircraft was in a manual or automated flight mode prior to this. The Pilot can switch the flight mode out of RTL after the failsafe was initiated, **however the aircraft will not automatically initiate RTL failsafe again**. If in doubt, manually switch into RTL mode or manually fly the aircraft back to home and land in Position Hold flight mode.

<mark style="color:orange;">**Flying with Critically Low Battery**</mark><mark style="color:orange;">:</mark> The Pilot in Command’s main objective needs to be returning the aircraft to the nearest pre-designated landing zone or home position. The aircraft should be brought to a low altitude as quickly as possible. If the aircraft is approaching Emergency Low Battery the Pilot in Command should adjust the flight path over clear open ground.

{% hint style="danger" %}
Automated flight modes may use slower velocity setpoints than the aircraft's max speed. If in doubt, switch to manual **Position Hold** flight mode to land faster.
{% 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/aircraft/if800-tomcat/emergency-procedures/critically-low-battery.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.
