# PWA

#### What is a PWA?

A PWA (Progressive Web App) is a website that functions like an app—directly from the browser, without requiring additional installation.

This means you can use the system from a:

* Computer
* Phone
* Tablet

And enjoy an app-like experience.

***

#### How to install on a computer (Desktop)

1. Open the system in your browser (e.g., <https://app.livecaller.io/>)
2. In the address bar, look for the Install or + PWA Icon

<div align="left"><figure><img src="/files/B7OYjBGepCx1Bzd0wfG1" alt=""><figcaption></figcaption></figure></div>

3. Click and confirm the installation

<div align="left"><figure><img src="/files/5gLP2pJklJFOdRRNKlJA" alt=""><figcaption></figcaption></figure></div>

After this, the system will open as a separate application (independent from the browser)

***

#### How to install on mobile (Mobile)

1. Open the system in your browser (e.g., or )
2. In the menu, select:
   * **Add to Home Screen** / **Install App**
3. Confirm the addition

After this, the app will appear on your device

***

#### Why use a PWA?

PWA provides the following benefits:

* Fast and stable performance
* Receiving notifications
* App-like interface
* Easy access from any device


---

# 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.livecaller.io/livecaller/onboarding/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.
