> For the complete documentation index, see [llms.txt](https://docs.flightsim-studio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flightsim-studio.com/e-jet-series/systems-guide/main-panel/primary-flight-display-pfd/com-nav.md).

# COM / NAV

![Ein Bild, das Text, Gerät, Messanzeige, Anzeige enthält.  Automatisch generierte Beschreibung](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/primary-flight-display-pfd-image-15xntll9.png)

### PFD RADIO CURSOR BOX <a href="#toc118376591" id="toc118376591"></a>

* When the PFD is selected using the CCD, a cyan box ![](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/primary-flight-display-pfd-image-3hjsinnd.png)is placed around the last selected radio frequency. The font size of the frequency digits and the radio source identifier become larger.
* Defaults to the original grey outline and the font decreases in size when mouse cursor is leaving the corresponding box.
* MCDU menu page can change COM1 to COM2 and NAV1 to NAV2 and vice versa.

{% hint style="info" %}
CCD is not simulated. Instead functionality is being provided by mouse over and clicking on the corresponding PFD areas.
{% endhint %}

![](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/primary-flight-display-pfd-image-7xr0hjih.png)

### EXCHANGE PROMT <a href="#toc118376592" id="toc118376592"></a>

* Indicates the green active frequency data is exchanged with the white standby frequency when the CCD ENTER button pushed.

{% hint style="info" %}
CCD is not simulated. Instead you can click on the cyan icon to swap frequencies.
{% endhint %}

### ADJUST PROMT <a href="#toc118376593" id="toc118376593"></a>

* Indicates the frequency is changed using the CCD rotary knobs.

![](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/primary-flight-display-pfd-image-tgpb9xbo.png)

{% hint style="info" %}
CCD is not simulated. Instead you can use your mouse wheel to change standby frequency when hovering over it with the mouse.
{% endhint %}

### COM FREQUENCY AND IDENTIFIER DISPLAY <a href="#toc118376594" id="toc118376594"></a>

* White COM source identifier annunciator.
* Green COM active frequency.
* White COM standby frequency.

### NAV FREQUENCY AND IDENTIFIER DISPLAY <a href="#toc118376595" id="toc118376595"></a>

* White NAV source identifier annunciator
* Green active frequency when manually tuned or magenta when auto tuned.
* White NAV standby frequency.


---

# 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://docs.flightsim-studio.com/e-jet-series/systems-guide/main-panel/primary-flight-display-pfd/com-nav.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.
