> 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/feed/alerts-and-news.md).

# Alerts & News

***

## Alerts

Alerts are community-reported operational issues at specific airports or regions. They help pilots stay informed about situations that may affect their flights.

### Alert Categories

| Category                | What it covers                        |
| ----------------------- | ------------------------------------- |
| **Incident / Accident** | Safety occurrences                    |
| **Apron / Terminal**    | Ground handling, terminal disruptions |
| **Runway / Taxiway**    | Closures, surface conditions, FOD     |
| **Weather**             | Significant meteorological conditions |
| **Construction**        | Airport works affecting operations    |
| **Strike**              | Industrial action affecting services  |
| **Handling**            | Ground handling issues                |
| **Facilities**          | Airport facility outages              |
| **Natural Hazard**      | Volcanic ash, earthquakes, flooding   |
| **Immigration**         | Border control and entry issues       |
| **Operations**          | General operational disruptions       |
| **ATC**                 | Air traffic control advisories        |
| **Security**            | Security-related events               |

You can hide alerts from your Feed using the **Alerts** filter chip at the top of the Feed screen.

***

## News

News posts cover aviation-related topics and important Wader announcements.

### News Categories

| Category                     | What it covers                            |
| ---------------------------- | ----------------------------------------- |
| **Flight Safety**            | Safety bulletins and best practices       |
| **Aviation Market**          | Industry news and market updates          |
| **Job Opportunity**          | Career and recruitment news               |
| **Regulations / Procedures** | Regulatory changes and procedural updates |

{% hint style="info" %}
News posts cannot be filtered out. They include important updates from the Wader team that all pilots should see.
{% endhint %}

***

## Interacting with Posts

| Action      | How it works                                               |
| ----------- | ---------------------------------------------------------- |
| **Thanks**  | Tap to appreciate a post. Tap again to remove your thanks. |
| **Comment** | Tap to open the comment section and join the conversation. |


---

# 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/feed/alerts-and-news.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.
