# Getting Help

This guide covers the vast majority of questions pilots have about Wader. Before reaching out, we recommend:

1. **Search this guide** — use the search bar at the top to find answers fast.
2. **Read our** [**Quick Start**](/quick-start.md), if you are a new user and want to learn about the app features.
3. **Check the** [**Why's & How's**](/common-issues.md) — most common questions are answered there.
4. **Check our** [**All About**](/reference.md) articles to get pro tips for your logbook.

## Still can't find an answer?

If you've looked through the guide and couldn't find a solution, you can report your issue directly from within the app:

1. Open Wader.
2. Go to **More → Support → Report a Bug or App Issue**
3. Search the known issues list — if your problem isn't listed, a **free-text form** will appear.
4. Describe your issue clearly and submit.

The Wader team reviews all submissions and will follow up where needed.

{% hint style="info" %}
When reporting a bug, include as much detail as possible: what you were doing, what happened, and on which device and OS version. This helps us investigate and fix issues faster.
{% endhint %}


---

# 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://support.waderaviation.com/getting-help.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.
