# YourFlyouts

![](https://user-images.githubusercontent.com/80020581/173569289-ef77a148-f115-4796-ba0e-dcb258b1403a.png)

**YourFlyouts** provides multiple replacements for the old, built-in, Metro Design based Audio/Media/Brightness flyouts in Windows which are shown while pressing the media or volume keys. Along with a number of unique designs, it also provides additional customizability towards the behavioral **and** appearance side of things!

More: [Github repo](https://github.com/Jax-Core/YourFlyouts)

### Media player

This module will retrieve and display media metadata. You can learn how to set it up [here](/getting-started/additional-requisites.md).

### Positioning

This module automatically positions itself. You can learn how to change the positioning [here](/getting-started/faqs.md).

### Windows 11 22H2 support

A recent update to Windows 11 changed how volume flyout works, and so the original flyout callback doesn't function properly anymore in the updated version of Windows.

* To make YourFlyouts work under this version, turn on options under `JaxCore -> YourFlyouts -> General -> Category: Compatability`
* Brightness and airplane mode flyouts might not work properly on this Windows version
* We'll look into fully fixing this issue in the future


---

# 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://wiki.jaxcore.app/modules/yourflyouts.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.
