> 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/multifunction-display-mfd/systems-ecs.md).

# SYSTEMS/ECS

### AIR SHUTOFF VALVES STATUS <a href="#air-shutoff-valves-status" id="air-shutoff-valves-status"></a>

* Shown as a circle and an internal line representing the valve position.

***

### PACK STATUS <a href="#pack-status" id="pack-status"></a>

* **Green:** on
* **White:** off
* <mark style="color:red;">**Amber Dashed:**</mark> <mark style="color:red;"></mark><mark style="color:red;">undetermined</mark>
* <mark style="color:red;">**Amber Dashed covered by an amber cross:**</mark> <mark style="color:red;"></mark><mark style="color:red;">failed</mark>

***

### RECIRCULATION FAN STATUS <a href="#recirculation-fan-status" id="recirculation-fan-status"></a>

* Shown as a circle and an internal windmill, representing the fan status.

***

### COCKPIT/CABIN TEMPERATURE INDICATION <a href="#cockpitcabin-temperature-indication" id="cockpitcabin-temperature-indication"></a>

* Digital information displays selectable and actual temperature for the cockpit, forward cabin, and aft cabin.
* Green: actual temperature indication, Cyan: set temperature indication.

***

### OUTFLOW VALVE (OFV) POSITION INDICATION <a href="#outflow-valve-ofv-position-indication" id="outflow-valve-ofv-position-indication"></a>

* Pointer indicates the actual OFV position.

***

### MANIFOLD PRESSURE INDICATION <a href="#manifold-pressure-indication" id="manifold-pressure-indication"></a>

* Digital pressure

***

### FLOW LINE <a href="#flow-line" id="flow-line"></a>

* **Green:** air flow
* **White:** no air flow
* <mark style="color:red;">**White/Amber Dashed:**</mark> <mark style="color:red;"></mark><mark style="color:red;">invalid information</mark>
* <mark style="color:red;">**Amber:**</mark> <mark style="color:red;"></mark><mark style="color:red;">overheat</mark>

***

### GROUND CART <a href="#ground-cart" id="ground-cart"></a>

* <mark style="color:red;">Ground cart connection is displayed only when it is connected to the aircraft.</mark>


---

# 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/multifunction-display-mfd/systems-ecs.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.
