> 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-anti-ice.md).

# SYSTEMS/ANTI ICE

### BLEED AIR SYSTEM VALVES STATUS <a href="#bleed-air-system-valves-status" id="bleed-air-system-valves-status"></a>

* **OPEN:** green circle with a green line aligned with the flow line.
* **CLOSED:** white circle with a white line perpendicular to the flow line.
* <mark style="color:red;">**UNDETERMINED:**</mark> <mark style="color:red;"></mark><mark style="color:red;">amber dashed circle with no line.</mark>
* <mark style="color:red;">**FAILED CLOSED:**</mark> <mark style="color:red;"></mark><mark style="color:red;">white circle with a white line perpendicular to the flow line beneath an amber cross.</mark>
* <mark style="color:red;">**FAILED OPEN:**</mark> <mark style="color:red;"></mark><mark style="color:red;">green circle with a green line aligned with the flow line, beneath an amber cross.</mark>

***

### BLEED AIR TEMPERATURE INDICATION <a href="#bleed-air-temperature-indication" id="bleed-air-temperature-indication"></a>

* Digital temperature.

***

### BLEED AIR PRESSURE INDICATION <a href="#bleed-air-pressure-indication" id="bleed-air-pressure-indication"></a>

* Digital temperature.

### WING ANTI-ICE TEMPERATURE INDICATION <a href="#wing-antiice-temperature-indication" id="wing-antiice-temperature-indication"></a>

* Digital temperature

***

### ICE CONDITION ANNUNCIATION <a href="#ice-condition-annunciation" id="ice-condition-annunciation"></a>

* Indicates an icing condition has been detected.

***

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

* **Green:** pressurized
* **White:** not pressurized
* <mark style="color:red;">**Amber:**</mark> <mark style="color:red;"></mark><mark style="color:red;">overheated</mark>
* <mark style="color:red;">**White/Amber Dashed:**</mark> <mark style="color:red;"></mark><mark style="color:red;">undetermined</mark>

### APU <a href="#apu" id="apu"></a>

* APU icon only displayed on ground


---

# 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-anti-ice.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.
