> For the complete documentation index, see [llms.txt](https://docs.kozmik.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kozmik.io/publish/publish-as-web-app-pwa.md).

# Publish as Web App (PWA)

A PWA, or a Progressive Web App, is a native app-like user experience to cross-platform web applications.

Publishing as a PWA allows you to distribute your app without having to go through the app store approval process. Since you access a PWA with a link, it can also be easily shared amongst users.

To publish your app as a Web App (PWA), click the Publish button at the top bar of the builder, and then click Web App (PWA) to start to publish process.<br>

<figure><img src="https://lh6.googleusercontent.com/YdZJ7UhxE_-dPg_r12D7JFY-03ioo-OW45L8SoBYF51qCgPPwKjEHcxFwWYeGJXn6kod3f2aO3999hFlOXOxg85vy_k2XO5_9pjo2xc8jZQ65zowgkTB1jOWrM8bkD96T043rgZ6T8ygkNNLlPATiHnlGT3tHw-FF0TlDCNJrCyteuiTFlCB9fkY7G6X" alt=""><figcaption></figcaption></figure>

The Publish button on the popup screen will be active after you enter the info about user access and your domain. Then you can publish your app by clicking the Publish button, this process will take a few seconds.

<figure><img src="https://lh4.googleusercontent.com/VXv5jwurX7nJbJ_-iJPHyLWS90gxsSiT7jJsYydzhhcGwzd4jwQL34UGdFLFLVwjrKVVeY-ZX2rbKzkAovXGvpqjxb0w0Ols2heqbCgC9x5Bmp8TvZvjBF4f0OlLSqZoIajf_0ySsrwntGGWVtPIe1luDEX3HBCDl-Ch3IaRKrEJjqgGtrHWBjY5JM70" alt=""><figcaption></figcaption></figure>

Once the app build is successful, you can view the unique URL provided to you in the resulting pop-up. You can share this URL with anyone. Anyone with the URL can access your Web App (PWA).

<figure><img src="https://lh4.googleusercontent.com/8sP_7l7_503HwqlXTSiKstARXeQXMbwg65ujEqQkaGbf8pf6JtgUK-mm_b7NYrP-ttPFz106y1W0QhbK9IxqBm9Zia8hj9UxBSFXCLNItu_Ko9Yqti5ounv4EAqmvYKBzrPpm0BKtQvFnUk9Qw2wSH3ihiZ_5JkCs4PIyKmMJWL4FgZ0UTgRNZUThgdF" alt=""><figcaption></figcaption></figure>

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kozmik.io/publish/publish-as-web-app-pwa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
