> For the complete documentation index, see [llms.txt](https://support.waderaviation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.waderaviation.com/quick-start/airports.md).

# Airports

The Airports screen is your in-app airport reference. Use it to look up weather, keep personal notes, and review your own flight history at any airport.

***

## Searching for an Airport

* Tap the **search bar** at the top and type an **ICAO code**, **IATA code**, or **city name**.
* Results appear as you type — tap any result to open the airport detail page.

{% hint style="info" %}
The search field auto-capitalizes. You can type in lowercase and it will convert automatically.
{% endhint %}

<figure><img src="/files/aSpgeGOhhf1jYzu7BKNE" alt="Airports screen" width="200"><figcaption><p>The Airports screen with search, favorites, and recent airports</p></figcaption></figure>

***

## Favorites and Recent Airports

When you are not actively searching, the screen shows your **favorite airports** at the top followed by your **recent airports**. Weather information is shown for each airport in this view.

| Action                    | How to do it                                                                  |
| ------------------------- | ----------------------------------------------------------------------------- |
| **Add to favorites**      | Open an airport detail page and tap the **star icon** in the top-right corner |
| **Remove from favorites** | Tap the star icon again to unfavorite                                         |

Favorited airports are removed from the recent list and always appear at the top.

***

## Airport Detail Tabs

Each airport detail page has up to three tabs:

| Tab          | What it shows                                                  |
| ------------ | -------------------------------------------------------------- |
| **Weather**  | Current METAR and TAF, raw and intepreted with trend graphs    |
| **Stats**    | Community-aggregated operational data                          |
| **My Stuff** | Your personal flight history and private notes at this airport |

***

## Related Topics

{% content-ref url="/pages/pCUUR9FIGOJ23kA2ulI4" %}
[Weather](/quick-start/airports/weather.md)
{% endcontent-ref %}

{% content-ref url="/pages/Nq9zmAK5CGdIW1ep9x12" %}
[Stats, My Stuff & Notes](/quick-start/airports/my-stuff-and-notes.md)
{% endcontent-ref %}


---

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

```
GET https://support.waderaviation.com/quick-start/airports.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.
