# Receiver Match

Receiver Match enables multiple models or receivers which use the same protocol to be bound to the radio using unique radio models, and prevents accidentally operating the wrong model.

For example, if you have several aircraft which have the same type of receiver, and each aircraft has a different model configured in the radio, you can ensure that a given aircraft will only be controlled by the matching radio model by configuring Receiver Match.

## Enabling Receiver Match

Receiver Match is configured by specifying a unique **Receiver Number** (RX Num) for each model in the Model Setup page, before binding the receiver.  If the Receiver Number is changed the receiver will need to be re-bound to the radio.

{% hint style="success" %}
Up to 64 different receiver numbers (0 to 63) are supported when using Receiver Match.
{% endhint %}

{% hint style="info" %}
OpenTX will automatically assign an unused Receiver Number to a new model when the model is created.
{% endhint %}

## Disabling Receiver Match

Receiver Match can be disabled by assigning the same Receiver Number to all models.

{% hint style="info" %}
To avoid warnings in OpenTX Companion, use Receiver Number **0** for models where Receiver Match is not required.
{% endhint %}


---

# 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://www.multi-module.org/using-the-module/receiver-match.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.
