# User Interface

The user interface of EdgeTX can be navigated by physical buttons, the touch interface, or a combination of both.

<figure><img src="/files/xrUIkoFHrrsOyj0uF5Gp" alt=""><figcaption><p>Common buttons for navigation</p></figcaption></figure>

### **Buttons:**

* **\[SYS]** - System Button\
  \- Short press **\[SYS]** button to go to the [Radio Settings](/v2.8/edgetx-user-manual/user-manual-for-color-screen-radios/radio-settings.md) page.
* **\[MDL]** - Model Button\
  \- Short press **\[MDL]** button to go to the [Model Settings](/v2.8/edgetx-user-manual/user-manual-for-color-screen-radios/model-settings.md) page\
  \- Long press **\[MDL]** button to go to the [Select Model](/v2.8/edgetx-user-manual/user-manual-for-color-screen-radios/select-model.md) page
* **\[RTN] -** Return / Back \
  \- Short press **\[RTN]** button to return to the previous page, previous menu or cancel action
* **\[PAGE>] / \[PAGE<]** - Page next & page previous\
  \- Used to navigate between different screens, tabs, or options settings, depending on the screen.
* **\[TELE] -** Telemetry \
  \- Press the **\[TELE]** button to go to the [Screen Settings](/v2.8/edgetx-user-manual/user-manual-for-color-screen-radios/screen-settings.md) page
* **\[Roller]** or **\[Dial]** - Next & previous value\
  The roller is used to navigate through menu options. &#x20;
* **\[Enter]** - Accept \
  \- Used to select option, function or accept value\
  \- Push **\[Roller]** or **\[Dial]** button to select or enter.

### **Touch Interface**:

Certain radios are equipped with a touch screen.  On these radios, you can interface with the menu options either with touch or physical buttons.&#x20;

{% hint style="info" %}
It is possible to disable the touch interface by configuring a special function. See  [Special Functions](/v2.8/edgetx-user-manual/user-manual-for-color-screen-radios/model-settings/special-functions.md) for more information.
{% endhint %}

Touch the EdgeTX icon in the upper left corner of the screen to open the main navigation menu. Touch the desired menu option to select it.

<figure><img src="/files/23R6cpyOn0B5Qb1amJav" alt=""><figcaption><p>Main navigation menu</p></figcaption></figure>

{% hint style="info" %}
For models that have **Display Checklist** enabled in the [Preflight Checks](/v2.8/edgetx-user-manual/user-manual-for-color-screen-radios/model-settings/model-setup/preflight-checks.md) screen and a valid model checklist file in the **Models** folder you will see a **Model Notes** icon instead of the **Channel Monitor** icon.
{% endhint %}

Pressing the roller from the main screen will also open the main navigation menu. You can then scroll using the roller to the desired menu option and select it by pressing the roller.


---

# 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/user-interface.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.
