# Model Setup Examples

We have put together some simple examples of how to set up the radio, depending on your needs.

Some of the features we cover are:

* Mixers
* Special functions
* Logic Switches
* Flight modes

OpenTx allows all sorts of interesting ways to program your transmitter.

Hopefully these examples will get you started in the right direction.

All examples are assuming a Taranis X9D+ and using the internal FrSky module in Mode 2.

Because of this, the channel order in the examples with be AETR

* Channel1 = **A**ileron
* Channel2 = **E**levator
* Channel3 = **T**hrottle
* Channel4 = **R**udder

If you are using an external module or a different transmitter mode, your channel order may need to be different.

Where appropriate, we refer back to the manual to talk about the specific screens so that you may refer to them while going through this section.


---

# 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/manual-for-opentx-2-2/model-setup-examples.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.
