> 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/getting-started/start-with-elios-3/additional-training-material.md).

# Additional Training Material

### Additional Training Resources

In addition to the mandatory training on the simulator, we offer other resources to help you get the most out of your equipment.

One of the key resources is the [Flyability Academy](https://flyabilityacademy.thinkific.com/).\
Please note that this platform requires a separate login, as it operates in a different environment from the simulator.

**In the Flyability Academy, you’ll find:**

* Payload-specific training content
* Industry-specific training modules<br>

To access the Flyability Academy, simply copy and paste the following web address into your browser:

<https://flyabilityacademy.thinkific.com/>

### Flyability YouTube Channel

Our YouTube channel provides tips and tricks, tutorials, and various videos demonstrating how to use the Elios drone effectively.

It’s a great resource for quick learning and visual guidance.

<https://www.youtube.com/playlist?list=PLhdfG8lI4JrZoRrIusugaavNujSjVQrAG>

### In Person Training

Flyability and its partners offer in-person training. Depending on your use case and flight experience, in-person training can be very valuable. It allows you to spend time with experienced Elios 3 pilots that can help you plan your inspection and identify the risks in your inspection.

You can contact your local distributor or [Flyability](https://calendly.com/charles-rey/getting-started-with-elios-3-meeting) if you have questions about the training options or how to start with your Elios.

To find the full training offer, [www.flyability.com/training](http://www.flyability.com/training)


---

# 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/getting-started/start-with-elios-3/additional-training-material.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.
