# Model Setup

<div align="center"><figure><img src="/files/eydRGTFxEe7Eb55rpHpZ" 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  [Select Model](/v2.8/edgetx-user-manual/user-manual-for-color-screen-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.
{% endhint %}

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

#### Use global functions

When enabled, global functions programmed in the radio settings will apply to this model. When disabled, global functions will not apply to this model.

{% hint style="info" %}
*Global functions* are *special functions* that are applied across all models. Refer to [Special *Functions*](/v2.8/edgetx-user-manual/user-manual-for-color-screen-radios/model-settings/special-functions.md) for information on configurable settings.
{% endhint %}

#### ADC Filter

Enables/disables the ADC filter for this model. The ***global*** option will take the value designated in the radio settings, which is *on* by default.

{% hint style="info" %}
The ADC filter is a filter for the proportional channels (sticks, pots, sliders), smoothing out smaller fast movements that occur due to noise in the system electronics. Normally, this filter should be *disabled* for models with flight controllers.
{% 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://manual.edgetx.org/v2.8/edgetx-user-manual/user-manual-for-color-screen-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.
