# Install PWA

After your PWA is published, users can install it on supported devices to experience it like a native app. PWAs work across Android, iOS, Windows, and macOS platforms.

#### Step 1: Go to the “Download” section in your app dashboard

* Navigate to the Download section from the side menu of your AppMySite custom app.&#x20;
* On the Progressive Web App page, click the Desktop app button to open the web app in a browser
* Alternatively, click the Share button to copy the app link and open it manually in a supported browser

#### Step 2: Open the web app link in a browser

* Use Chrome or Safari to open the PWA link
* On desktop, use a supported browser like Chrome, Edge, or Safari
* Wait for the app to load fully before proceeding

#### Step 3: Install on Android

* In Chrome, tap the three-dot menu in the top-right corner
* Select Add to Home screen or Install app
* Confirm the prompt to complete the installation

{% hint style="warning" %}
The app icon will be added to the home screen and open in a standalone window.
{% endhint %}

#### Step 4: Install on iPhone (iOS)

* In Safari, tap the Share icon at the bottom of the screen
* Select Add to Home Screen
* Tap Add to place the app icon on your home screen

{% hint style="warning" %}
iOS only supports PWA installation via Safari and requires manual user action.
{% endhint %}

#### Step 5: Install on desktop (Windows and Mac)

* Open the web app link on your preferred browser
* Look for the Install icon (a download or plus symbol) in the browser’s address bar
* Click the icon, then click **Install** when prompted
* The PWA will be installed and open in a separate window like a native desktop app

{% hint style="warning" %}
On Mac, the PWA will be added to your Applications folder and can be launched from Launchpad.
{% endhint %}


---

# 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/install-pwa.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.
