> 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/configuration-display.md).

# Configuration 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/MaKP1WVLNCEt9JTkhaBd" alt=""><figcaption><p>Configuration Display</p></figcaption></figure>

1. **Rudder Trim Indicator**
2. **Stabilizer Trim Indicator**
3. **Aileron Trim Indicator**
4. **Spoiler Mode Indicator:** DLC Appears when spoilers are being used in the lift control mode during approach (Spoilers deployed and Flaps >1/2). SPD BR appears when spoilers are used in speed brake mode (Spoilers deployed and Flaps <1/2). GND Appears when spoilers are used on the ground for full stop landings or touch and gos.
5. **Aircraft Control Panel:** Displays the position and deflection of all control surfaces against the aircraft outline.
6. **Flap Status Indicators:** Display flap readouts according to the flaps lever: UP, ½, ¾ and FULL
7. **Slat Status Indicator:** Indicates if Slats are extended or retracted.
8. **Brake Temperature Indicator:** in degrees Celsius
9. **Landing Gear Status Indicator**
10. **Screen Brightness Selector:** Cycles through display OFF/Night (Low Brightness Mode) and Day (High Brightness Mode).
11. **Multi-Function Display Selector:** Cycles through the different pages available on the MFD. First click on ENG will open the EPR Page, second click the extended Engine page and third the Engine Oil page.


---

# 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/configuration-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.
