# Introduction

The majority of this manual was created by Andre Bernet.

Other contributors listed here: [Contributors](https://doc.open-tx.org/opentx-taranis-manual/contributors)

Commercial use forbidden without explicit authorization of the authors and translators.

We don't bite, but like to know what's going on, so just ask :)

Everybody knows by now that FrSky has chosen OpenTX as the operating system for their new Taranis radio :)

This manual intends to describe the OpenTX firmware installed on the Taranis.

It will offer some explanations about the philosophy of the firmware and how to set up models.

We'll start with an overview of menu contents, and then go into more details about how to set up models.

The Taranis version of OpenTX has all the features from the 9X version.

It also includes the additions of the sky9x version.

Items included are:

* Audio/speech
* SD card for model/audio files/log storage
* USB access to card and settings/model memory
* The UI adapted to the larger screen
* Different button layout
* Adds support for the Taranis' extra hardware capabilities.

You can read this manual online at: <https://opentx.gitbooks.io/opentx-taranis-manual/content/>


---

# Agent Instructions: 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:

```
GET https://doc.open-tx.org/opentx-taranis-manual/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
