> 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-mv-22b-tiltrotor/aircraft-and-systems/aircraft-systems/center-control-display-unit-cdu/status-functions-stat-menu.md).

# Status Functions (STAT) Menu

Accessible through a single click of the STAT Button

### Fuel (FUEL)

<div align="center"><figure><img src="/files/ZjgHCmka7q06CLwHsIK1" alt="" width="374"><figcaption><p>FUEL Page</p></figcaption></figure></div>

1. **Up/Down STAT Page Selector**
2. **Refueling Probe:** Extends and Stows the Fuel Probe. Refueling is INOP, but it can be simulated by extending the probe and refueling through the MSFS Default fueling panel in-flight.
3. **Fuel Tanks Indicators:** Indicates the available fuel quantities of each tank in pounds. (Intended for display only)

### Flight Control Systems/Hydraulics (FCS)

<figure><img src="/files/iCgLfSB9Fpo0nrIXzcb6" alt="" width="375"><figcaption><p>FCS Page</p></figcaption></figure>

1. **Up/Down STAT Page Selector**
2. **HYD Systems:** Hydraulic Systems, INOP
3. **Hydraulic Pressures and Temperatures:** For display only

### Engine/Drive System - EICAS (ENG)

<figure><img src="/files/Q4AsA23wD9j2vbv8Ifwz" alt="" width="315"><figcaption><p>ENG Page</p></figcaption></figure>

1. **Up/Down STAT Page Selector**
2. **Engine and Drive System:** for display only - <mark style="background-color:green;">See: Engine Instrument Crew Alerting System</mark>

### Ice Protection (ICE)

<figure><img src="/files/gJstwGUqaPt9C8yo5zwd" alt="" width="315"><figcaption><p>ICE Page</p></figcaption></figure>

1. **Up/Down STAT Page Selector**
2. **Anti-Ice/De-Ice System:** INOP
3. **Icing Detection Indicator:** INOP, for display only

### Electrical System (ELEC)

<figure><img src="/files/HIJ8iFjhggGkSCDR9vnl" alt="" width="301"><figcaption><p>ELEC Page</p></figcaption></figure>

1. **Up/Down STAT Page Selector**
2. **Electrical System Indicator:** for display only


---

# 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-mv-22b-tiltrotor/aircraft-and-systems/aircraft-systems/center-control-display-unit-cdu/status-functions-stat-menu.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.
