# Model Setup

<div align="center"><figure><img src="/files/xD90IqUobilylaJgFl0M" alt=""><figcaption><p>Model Setup tab under Model Settings</p></figcaption></figure></div>

The **model setup** page is the default page for model settings and is where you start to configure your model. It contains the following settings:

#### Model name

Enter the desired name for the model. The maximum number of characters is 15.

#### Labels

Here you may assign a label from your defined label list.  By default, the model label will be **Unlabeled.** More information on creating labels can be found on the  [Manage Models](/color-radios/select-model.md) page.

#### Model image

When the folder icon is selected, a window will pop up allowing you to select an image file from the images folder on your SD Card.

{% hint style="info" %}
To avoid performance issues, the model image size should not exceed 192 x 114 pixels. For more information on model image requirements, please see the **Images** portion of the [SD Card](/color-radios/radio-settings/storage.md) section.
{% endhint %}

{% hint style="info" %}
<https://www.skyraccoon.com/> has a large repository of free image files that can be used with EdgeTX.
{% endhint %}

\
There are then buttons for the different settings pages:\
\- [RF Modules](/color-radios/model-settings/model-setup/internal-external-rf.md)\
\- [Trainer](/color-radios/model-settings/model-setup/trainer.md)\
\- [Timer 1/2/3](/color-radios/model-settings/model-setup/timer-1-2-3.md) (enabled timers will show as highlighted)\
\- [Pre Start Checks](/color-radios/model-settings/model-setup/preflight-checks.md)\
\- [Trims](/color-radios/model-settings/model-setup/trims.md)\
\- [Throttle](/color-radios/model-settings/model-setup/throttle.md)\
\- [Enabled features](/color-radios/model-settings/model-setup/enabled-features.md)\
\- [USB Joystick](/color-radios/model-settings/model-setup/usb-joystick.md)\
\- [Other](/color-radios/model-settings/model-setup/other.md)\
\- [Heli](/color-radios/model-settings/model-setup/heli-setup.md) (when enabled)


---

# 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/color-radios/model-settings/model-setup.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.
