# Event types

Subscribe to one or more of the following event types:

| Event Type                  | Description                                           |
| --------------------------- | ----------------------------------------------------- |
| `AIRPORT`                   | Airport data created, updated, or deleted             |
| `RUNWAY`                    | Runway data changed                                   |
| `AIRPORT_AVAILABILITY`      | Airport availability hours changed                    |
| `AIRPORT_AUTHORITY`         | Airport authority information changed                 |
| `AIRPORT_AUTHORITY_CONTACT` | Airport authority contact details changed             |
| `AIRPORT_NOTES`             | Airport operational notes changed                     |
| `COUNTRY_AUTHORITY`         | Country authority information changed                 |
| `COUNTRY_AUTHORITY_CONTACT` | Country authority contact details changed             |
| `COUNTRY_NOTES`             | Country operational notes changed                     |
| `FUEL_COST`                 | Fuel cost data changed                                |
| `FUEL_PRODUCT`              | Fuel product data changed                             |
| `PROVIDER`                  | Handling/fuel provider data changed                   |
| `PROVIDER_AVAILABILITY`     | Provider availability hours changed                   |
| `PROVIDER_PRODUCT`          | Provider product/service data changed                 |
| `REGION`                    | Region data changed                                   |
| `FLIGHT`                    | Flight status update (requires aircraft subscription) |


---

# 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://docs.aviowiki.com/webhooks/event-types.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.
