# Model Settings

### Model Select

Pressing the **\[MDL]** button from the Main view will open the **Model Select** screen. &#x20;

<figure><img src="/files/yX075QfYQdQQpZDyxHMw" alt=""><figcaption><p>Model Select screen</p></figcaption></figure>

Use the **\[Roller]** or **\[Dial]** to scroll through the model slots.

Pressing **\[Enter]** on an empty model slot will give you the following options:

* **Create Model** - This option creates a new model with the default configuration options.
* **Restore Model** - This option creates a new copy of a selected model that has been previously backed up.

Pressing **\[Enter]** on an occupied model slot that is not the active model (not marked with an asterix **\***) will give you the following options:

* **Select Model** - this option selects this model as the active model.
* **Backup Model** - This option makes a copy of the model in the **Backup** folder on the SD Card.
* **Copy Model** - This option makes an exact copy of the model and allows you to select which model slot it will be placed in.
* **Move Model** - This option allows you to move the selected model to a different model slot.
* **Delete Model** - This option deletes the selected model.

{% hint style="info" %}
If you have [Model quick select](/bw-radios/radio-settings/radio-setup.md#misc-settings) enabled, selecting a model that is active will take you to the main view after the model has been loaded, rather than remain at the Model Select screen.
{% endhint %}

Pressing **\[Enter]** on an occupied model slot that is the active model (marked with an asterix **\***) will give you the following options:

* **Move Model** - This option allows you to move the selected model to a different model slot.
* **Copy Model** - This option makes an exact copy of the model and allows you to select which model slot it will be placed in.
* **Backup Model** - This option makes a copy of the model in the **Backup** folder on the SD Card.

Pressing the **\[PAGE>]** button will take you to the **Setup** screen.


---

# 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://manual.edgetx.org/bw-radios/model-select.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.
