# Check weather

The Weather tool fetches live METAR and TAF data by ICAO airport code.

## <mark style="color:$warning;">Add an airport manually</mark>

<figure><img src="/files/z92QfZG5cVrWQm3zXIHD" alt=""><figcaption></figcaption></figure>

1. Open **WEATHER**.
2. Enter a four-letter ICAO airport code.
3. Tap **ADD**.
4. Review the METAR and TAF card.

## <mark style="color:$warning;">Pull airports from the OFP</mark>

If an OFP is loaded, Weather can populate the airport list from the parsed OFP.

1. Load an OFP in OFP Brief.
2. Open **WEATHER**.
3. Tap **PULL OFP**.
4. Review departure, destination, alternate, and enroute weather cards.

## <mark style="color:$warning;">Read age colors</mark>

| METAR age                                                 | Color | Meaning              |
| --------------------------------------------------------- | ----- | -------------------- |
| <mark style="color:$success;">Less than 90 minutes</mark> | Green | Current observation. |
| <mark style="color:$warning;">90 to 120 minutes</mark>    | Amber | Aging observation.   |
| <mark style="color:$danger;">More than 120 minutes</mark> | Red   | Stale observation.   |

## <mark style="color:$warning;">Refresh and clear</mark>

* **REFRESH ALL** fetches all current airport cards again.
* **CLEAR ALL** uses a confirmation step before removing the list.
* Arrow buttons move cards up or down, and the order is saved locally.

## <mark style="color:$warning;">TAF highlighting</mark>

When airports come from an OFP, AvComp can dim TAF groups outside the planned flight window. This makes the likely relevant parts easier to scan, but it does not replace reading the full TAF when required.


---

# Agent Instructions: 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:

```
GET https://doc.avcomp.app/guides/check-weather.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
