# Main View

The main view is the default view normally used during radio operation. This view displays information such as the model name, trim positions, transmitter battery voltage, flight mode, receiver signal strength, and Timers. A clock is also displayed in the center of the lower portion of all screens. There are five main view screens.

<div><figure><img src="/files/ESFNtS0kKCbGNuqrlRNY" alt=""><figcaption><p>Screen 1</p></figcaption></figure> <figure><img src="/files/SV7bj70vx7VeHWM8wCYr" alt=""><figcaption><p>Screen 2</p></figcaption></figure> <figure><img src="/files/Xwg0tE7byr1VSW9xyjmI" alt=""><figcaption><p>Screen 2 (Surafce Radios)</p></figcaption></figure></div>

<div><figure><img src="/files/7CL3ZeVLRVEppV3ebtfO" alt=""><figcaption><p>Screen 3</p></figcaption></figure> <figure><img src="/files/8iNGwANe8xhhwz2KegJp" alt=""><figcaption><p>Screen 4</p></figcaption></figure> <figure><img src="/files/2uKEyZwSa6gOVPmtVuxZ" alt=""><figcaption><p>Screen 5</p></figcaption></figure></div>

### Screens

**Screen 1** - This view displays the model name, trim positions (if trims are enabled), clock, transmitter battery voltage, flight mode, receiver signal strength, and Timers 1 and 2 (if enabled).

**Screen 2** - This view displays the model name, trim positions (if trims are enabled), clock, transmitter battery voltage, flight mode, receiver signal strength, and Timer 1 (if enabled). It also has a graphical representation of the stick, pot, and switch positions. Use the **\[Roller]** or **\[Dial]** to scroll thru the additional pages. The second page shows the state of the [logical switches](/bw-radios/model-select/logical-switches.md).

**Screen 3** - This view displays the model name, trim positions (if trims are enabled), clock, transmitter battery voltage, flight mode, receiver signal strength, and Timer 1 (if enabled). It also shows the values of output channels as a bar graph, 8 channels per page. Use the \*\*\[Roller]\*\*or **\[Dial]** to scroll thru the additional pages.

**Screen 4** - This view displays the model name, trim positions (if trims are enabled), clock, transmitter battery voltage, flight mode, receiver signal strength, and Timer 1 (if enabled). It also shows the numerical values of the output channels, 8 channels per page. Use the **\[Roller]** or **\[Dial]** to scroll thru the additional pages.

**Screen 5** - This view shows either the channel monitor or mixer monitor, 8 channels per page. Use the roller or dial to scroll thru the additional pages. Push the **\[Roller]** or **\[Dial]** button to switch between the channel monitor and mixer monitor.

Long pressing the **\[Roller]** or **\[Dial]** button from the main view screen will show a pop-up menu with the options below:

* **View Notes -** Displays the configured model checklist. This option is only visible if a valid model checklist file is in the **Models** folder. Find out more about model notes [here](/edgetx-how-to/model-notes-and-checklists.md).
* **Reset** - See [Reset](/bw-radios/main-view/reset.md) page.
* **Statistics** - See [Statistics](/bw-radios/main-view/statistics.md) page.
* **About** - Displays the EdgeTX firmware version being used by the radio.


---

# 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/main-view.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.
