# Installing PWA

### 📲 Installing the SimpleSpa App (PWA)

You can install SimpleSpa as a Progressive Web App (PWA) for quicker access and a more seamless, app-like experience.

#### 💻 For Google Chrome Users (Windows, Mac, or Android)

1. Open [https://my.simplespa.com](https://my.simplespa.com/) in Google Chrome.
2. On the login screen, look for the Install icon:
   * On desktop, this may appear in the address bar or as a button in the top-right corner of the browser.
   * On Android, a prompt will typically appear at the bottom of the screen.
3. Click Install and follow the prompts to add SimpleSpa to your device.<br>

> ✅ Once installed, SimpleSpa will appear like a regular app and can be launched directly from your desktop or app drawer.

***

#### 🍎 For Safari Users (Mac or iPhone)

1. Open [https://my.simplespa.com](https://my.simplespa.com/) using Safari.
2. Tap the Share button:
   * On iPhone, it’s at the bottom center of the screen.
   * On Mac, it’s in the top toolbar.
3. Select Add to Home Screen from the list of options.
4. Tap Add to create a shortcut icon on your Home Screen.

<br>

> 📌 This will create an app-like icon you can tap to access SimpleSpa without using the browser.

***


---

# 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.simplespa.net/simplespa-documentation/fundamentals/installing-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.
