> For the complete documentation index, see [llms.txt](https://docs.miltechsimulations.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miltechsimulations.com/miltech-simulations-microsoft-c-17-globemaster-iii/the-aircraft/cockpit-displays/navigation-display.md).

# Navigation Display

{% hint style="warning" %}
Please note that starting on Version Number V1.1.15, aggressive performance optimizations have been made, including limiting pages on PFD and MFDs, and mirroring both copilot's FMCs. More information here: [NOTAMs](/miltech-simulations-microsoft-c-17-globemaster-iii/product-details/notams.md)
{% endhint %}

<figure><img src="/files/lwdmlUkWNoRmWIiIejOo" alt="" width="375"><figcaption><p>Navigation Display, Compass Format</p></figcaption></figure>

1. **Heading Indicator**
2. **Aircraft Position Indicator**
3. **Selected Range Indicator:** Displays range as selected on the MCP Range Knob
4. **Wind Direction Information**
5. **Selected NAVAID Information**
6. **Selected Heading Bug**
7. **Screen Brightness Selector:** Cycles through display OFF/Night (Low Brightness Mode) and Day (High Brightness Mode).
8. **Multi-Function Display Selector:** Cycles through the different pages available on the MFD. First click on ND button will set MFD to the ND Compass page. A second click will set to Map Page format.&#x20;

<figure><img src="/files/bqqjGVMSUcFToZ4OLjjq" alt="" width="375"><figcaption><p>Navigation Display, Map Format</p></figcaption></figure>

1. **Heading Indicator**
2. **TAWS/WX/TCAS Mode Indicator:** TAWS/WX Can be Enabled/Disabled on the MCP, RDR Button. TCAS is by default disabled on ND, and always enabled on PPI
3. **Aircraft Position Indicator:** Position indicator can be moved up/down using the two arrow buttons on the MCP.&#x20;
4. **Selected Range Indicator:** Displays range as selected on the MCP Range Knob
5. **Map Display:** Displays WX or Terrain information, airport positions, NAVAIDs, etc. as selected on the aircraft MCP.&#x20;
6. **Wind Direction Information**
7. **Selected NAVAID Information**
8. **Screen Brightness Selector:** Cycles through display OFF/Night (Low Brightness Mode) and Day (High Brightness Mode).
9. **Multi-Function Display Selector:** Cycles through the different pages available on the MFD. First click on ND button will set MFD to the ND Compass page. A second click will set to Map Page format.&#x20;


---

# 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.miltechsimulations.com/miltech-simulations-microsoft-c-17-globemaster-iii/the-aircraft/cockpit-displays/navigation-display.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.
