# Symfony UX

- [Background Fetch](https://pwa.spomky-labs.com/1.3.x/symfony-ux/background-fetch.md)
- [BackgroundSync Form](https://pwa.spomky-labs.com/1.3.x/symfony-ux/backgroundsync-form.md)
- [BackgroundSync Queue](https://pwa.spomky-labs.com/1.3.x/symfony-ux/backgroundsync-queue.md)
- [Badge](https://pwa.spomky-labs.com/1.3.x/symfony-ux/badge.md): Display a badge on the app icon
- [Barcode Detection](https://pwa.spomky-labs.com/1.3.x/symfony-ux/barcode-detection.md)
- [Battery Status](https://pwa.spomky-labs.com/1.3.x/symfony-ux/battery-status.md)
- [Capture](https://pwa.spomky-labs.com/1.3.x/symfony-ux/capture.md)
- [Connection Status](https://pwa.spomky-labs.com/1.3.x/symfony-ux/connection-status.md)
- [Contact Picker](https://pwa.spomky-labs.com/1.3.x/symfony-ux/contact-picker.md)
- [Device Motion](https://pwa.spomky-labs.com/1.3.x/symfony-ux/device-motion.md)
- [Device Orientation](https://pwa.spomky-labs.com/1.3.x/symfony-ux/device-orientation.md)
- [File Handling](https://pwa.spomky-labs.com/1.3.x/symfony-ux/file-handling.md)
- [Fullscreen](https://pwa.spomky-labs.com/1.3.x/symfony-ux/fullscreen.md)
- [Geolocation](https://pwa.spomky-labs.com/1.3.x/symfony-ux/geolocation.md)
- [Install](https://pwa.spomky-labs.com/1.3.x/symfony-ux/install.md)
- [Network Information](https://pwa.spomky-labs.com/1.3.x/symfony-ux/network-information.md)
- [Picture In Picture](https://pwa.spomky-labs.com/1.3.x/symfony-ux/picture-in-picture.md)
- [Prefetch on demand](https://pwa.spomky-labs.com/1.3.x/symfony-ux/prefetch-on-demand.md)
- [Presentation and Receiver](https://pwa.spomky-labs.com/1.3.x/symfony-ux/presentation-and-receiver.md)
- [Service Worker](https://pwa.spomky-labs.com/1.3.x/symfony-ux/service-worker.md)
- [Sync Broadcast](https://pwa.spomky-labs.com/1.3.x/symfony-ux/sync-broadcast.md)
- [Touch](https://pwa.spomky-labs.com/1.3.x/symfony-ux/touch.md)
- [Vibration](https://pwa.spomky-labs.com/1.3.x/symfony-ux/vibration.md)
- [Wake Lock](https://pwa.spomky-labs.com/1.3.x/symfony-ux/wake-lock.md)
- [Web Push Notifications](https://pwa.spomky-labs.com/1.3.x/symfony-ux/push-notifications.md)
- [Web Share](https://pwa.spomky-labs.com/1.3.x/symfony-ux/web-share.md)


---

# 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://pwa.spomky-labs.com/1.3.x/symfony-ux.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.
