> 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/multi-function-displays-mfds/forward-looking-infrared-camera-flir.md).

# Forward-Looking Infrared Camera (FLIR)

Infrared cameras are currently not supported by MSFS. Instead, the Forward-Looking Map or Top Map View is shown on the screen.

<figure><img src="/files/2X7iZ07zsDGaCdcvqmL9" alt=""><figcaption><p>Figure: Forward-Looking “Infrared” Camera</p></figcaption></figure>

1. **Nacelles Indicator** (Degrees)
2. **Indicated Airspeed** (Knots)
3. **Altitude Indicator** (Feet)
4. **Vertical Speed Indicator** (Feet/min)
5. **Radio Altimeter** (Feet)
6. **Interm Power:** Green = normal, Yellow = caution, Red = warning, Red Blinking = engine overstress

{% hint style="danger" %}
Engines cannot sustain full throttle for longer than 60 seconds. If Interm Power is blinking, reduce throttle to at least 98% for a few seconds to reduce stress on the engines.
{% endhint %}

7. **Artificial Horizon**
8. **Heading Indicator**
9. **VOR Identification and DME Distance Information**
10. **Map Mode:** Map OFF(Pictured); VID: Forward-looking map; V/KL: Top map view


---

# 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/multi-function-displays-mfds/forward-looking-infrared-camera-flir.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.
