> For the complete documentation index, see [llms.txt](https://manual.fotokite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.fotokite.com/troubleshooting/troubleshooting-general-issues/tether-failure.md).

# Tether Failure

A Tether Failure can be described as either a loss in voltage over the tether, leaving the Kite without a constant power source, or the tether snapping from an unexpected level of stress induced upon it. In the **unlikely event of a Tether Failure, the Kite will immediately lock its GPS position and attempt to land directly below its current location**.&#x20;

If it is unable to attain a GPS lock, it will begin to perform a **Flat Attitude Safety Landing**, where the Kite will steadily descend, **while maintaining a zero roll or pitch change**.

{% hint style="danger" %}
**During the untethered flight, the descending Kite may pose a safety risk**. If the Kite begins to significantly drift and descends without stability, it is recommended to stand clear from the Kite by at least 15 ft. If the Kite is descending with a good degree of stability, stand close by and await for touchdown with the ground. Once touchdown is achieved, the Kite may continue to spin its motors. **Carefully press and hold the Kite Reset Button located on the back on the Kite to power off the propellers**.
{% 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://manual.fotokite.com/troubleshooting/troubleshooting-general-issues/tether-failure.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.
