# Progressive Web Apps

PWAs are lightweight, web-based versions of your app that work seamlessly across all devices and platforms. They offer a quick and flexible alternative to native apps, allowing users to access your app through a browser without needing to install it from an app store.

This category includes guides that help you:

* Create and publish your app as a PWA
* Share and distribute it across devices
* Customize the domain for your PWA

{% embed url="<https://www.youtube.com/watch?v=blitaCFaJHE>" %}

PWAs are ideal for fast access, easy sharing, and offering an app-like experience on both mobile and desktop—without the overhead of traditional app publishing.


---

# 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.appmysite.com/app/download/progressive-web-apps.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.
