> For the complete documentation index, see [llms.txt](https://knowledge.flyability.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.flyability.com/policy-and-security/product-warranty/elios-1-warranty.md).

# Elios 1 warranty

The drone comes with a 12-month warranty, which is the expression of our commitment to quality. The warranty covers all the malfunctions that could occur during the life of the product, arising from software or equipment included in the Elios UAV & Pack. With the following exceptions:

|                                      | No warranty | 6 months | 12 months |
| ------------------------------------ | ----------- | -------- | --------- |
| Propellers                           | X           |          |           |
| Camera servo                         |             | X        |           |
| Propulsion system¹                   |             |          | X         |
| Battery²                             |             | X        |           |
| Battery charger                      |             | X        |           |
| Cage pentagons                       | X           |          |           |
| Decoupling mechanism (Ring and beam) |             |          | X         |
| Range extender                       |             |          | X         |
| Camera operator   GCS                |             |          | X         |

¹ : One year and no more than 50 flight hours\
² : Six months and no more than 40 charge/discharge cycles

{% hint style="info" %}
Any damage due to improper usage or lack of basic maintenance, cleaning will not be covered by warranty.

In case of malfunction during the warranty period, Flyability commits, to its option, to repair the defective product/part or to deliver to its customer an equivalent product/part to replace the defective item.
{% endhint %}

{% hint style="success" %}
**The warranty is active starting from the day the pilot has passed the Introductory Course and as long as the drone has not been modified.**&#x20;

**Please refer to our** [**GTCs**](https://www.flyability.com/general-terms-and-conditions)
{% 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://knowledge.flyability.com/policy-and-security/product-warranty/elios-1-warranty.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.
