> For the complete documentation index, see [llms.txt](https://doc.open-tx.org/opentx-taranis-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.open-tx.org/opentx-taranis-manual/software-overview/navigation.md).

# Navigation

## Power up

![](/files/-MRzpUo3AyThyXp_zb2-)

When the radio is initially turned on and the throttle is not at idle, you will receive this warning. Moving the throttle to idle or pressing one of +/-/ENT/MENU/PAGE/EXIT will remove the warning.

![](/files/-MRzpUo4fEUbV1dl3UER)

Moving indicated switch(es) to correct position will remove the warning. Also, pressing one of +/-/ENT/MENU/PAGE/EXIT will remove the warning.

![](/files/-MRzpUo5dEShEBzX21Z6)

The Main View uses the 6 keys as follows:

* +/-: move "cursor" to next/previous field
* ENTER: used for item selection
* EXIT: goes back to previous navigation level
* MENU key:
  * SHORT press - Model selection menu
  * LONG press - Radio menu
* PAGE key: Move to next main view
* PAGE key (LONG press): Telemetry views

In edit mode, we have four 2-key shortcuts available:

* +/- together: Invert value
* -/ENTER: Set value to 100
* EXIT/PAGE: Set value to -100
* MENU/PAGE: Set value to 0

Keys are context sensitive, so each section has notes on what the keys do in that section.

Another handy feature is the auto selection of physical inputs in the relevant fields.

Instead of choosing a source or switch with the + and - keys, just move the pot or flick the switch you want, and it is recognized.

Setting a particular switch position is also auto-selected.

The +/- double key combination will allow selecting the opposite position (!Sxy) in a pinch.


---

# 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://doc.open-tx.org/opentx-taranis-manual/software-overview/navigation.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.
