> 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-fuel.md).

# SYSTEMS/FUEL

![](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/systemsfuel-page-image-fwdbiik1.png)

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

* Indicates the fuel temperature measured in the left fuel tanks.

### JET PUMP INDICATION <a href="#jet-pump-indication" id="jet-pump-indication"></a>

* Green – jet pump is activated, White – jet pump is deactivated.

### ELECTRIC FUEL PUMP STATUS <a href="#electric-fuel-pump-status" id="electric-fuel-pump-status"></a>

* Depicted as circles with an internal windmill representing the pump status.

### FUEL SYSTEM VALVES STATUS <a href="#fuel-system-valves-status" id="fuel-system-valves-status"></a>

* Depicted as circles with an internal line representing the valve position.

### FUEL TANK QUANTITY INDICATION (TANK 1 and TANK 2) <a href="#fuel-tank-quantity-indication-tank-1-and-tank-2" id="fuel-tank-quantity-indication-tank-1-and-tank-2"></a>

* Total amount of fuel remaining in the associated wing tank.

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

* Green – flow line is pressurized, White – flow line is not pressurized.
* <mark style="color:red;">When Engine N2 speeds are below 60% it is normal system behavior to display no fuel flow in the fuel lines.</mark>

### TOTAL FUEL QUANTITY INDICATION <a href="#total-fuel-quantity-indication" id="total-fuel-quantity-indication"></a>

* Indicates the total fuel quantity in all tanks.

### TOTAL FUEL USED INDICATION <a href="#total-fuel-used-indication" id="total-fuel-used-indication"></a>

* Indicates the total fuel used.


---

# 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-fuel.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.
