> 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/widgets.md).

# Widgets

Widgets appear as a scrollable row at the top of the Feed screen and give you quick access to key information without leaving the app.

You can display as many widgets as you want.

**Adding and editing widgets**: tap the **+** button or any of the widgets in the widget bar to manage your active widgets.

Deleting widgets: swipe right the widget you want to remove in the widget manager screen.

<figure><img src="/files/MCUnIKmuWPhR2iH2zbfJ" alt="Feed widgets" width="200"><figcaption><p>Widgets appear at the top of the Feed for at-a-glance information</p></figcaption></figure>

***

## Available Widgets

### Flight Time Widget

Shows your total flight hours over a selected time period.

| Setting    | Details                                      |
| ---------- | -------------------------------------------- |
| **Period** | Last 28 days (default) or all time           |
| **Limit**  | Set a flight hour limit (default: 100 hours) |

The widget displays a progress bar showing how much of your limit you have used. The bar turns red when you exceed the limit.

{% hint style="info" %}
Use the Flight Time Widget to keep an eye on duty time limits or personal flying goals.
{% endhint %}

***

### Currency Exchange Widget

Displays a live exchange rate between two currencies. You choose both currencies yourself — there is no default pair.

| Setting            | Details                                                                  |
| ------------------ | ------------------------------------------------------------------------ |
| **Base currency**  | Set by you in the widget settings                                        |
| **Quote currency** | Set by you in the widget settings                                        |
| **Swap direction** | Tap the widget to reverse the conversion (e.g., USD→EUR becomes EUR→USD) |
| **Change pair**    | Tap the widget settings to select a different currency pair              |


---

# 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/widgets.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.
