> For the complete documentation index, see [llms.txt](https://manual.edgetx.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.edgetx.org/v2.8/b-and-w-radios/main-view.md).

# 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. 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/tpviTRpwZi3xr0viIwsf" alt=""><figcaption><p>Screen 3</p></figcaption></figure></div>

<div><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), 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), 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.

**Screen 3** - This view displays the model name, trim positions (if trims are enabled), 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]**&#x6F;r **\[Dial]** to scroll thru the additional pages.&#x20;

**Screen 4** - This view displays the model name, trim positions (if trims are enabled), 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.&#x20;

**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 the ***Checklist*** option is enabled in the **Model Setup** screen and a valid model checklist file is in the **Models** folder.
* **Reset** - See [Reset](/v2.8/b-and-w-radios/main-view/reset.md) page.
* **Statistics** - See [Statistics](/v2.8/b-and-w-radios/main-view/statistics.md) page.
* **About** - Displays the EdgeTX firmware version being used by the radio.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.edgetx.org/v2.8/b-and-w-radios/main-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
