# Install

This controller handles the installation flow of a Progressive Web App (PWA).\
It listens for browser installation events, detects if the app is already installed, and provides an easy way to trigger the “Add to Home Screen” prompt when supported.

**Usage**

```twig
<div {{ stimulus_controller("@pwa/install") }}>
  <button {{ stimulus_action("@pwa/install", "install") }}>Install App</button>
</div
```

### Parameters

None

### Actions

install

### Targets

None

### Events

`installed`: The PWA is installed or detected as already running in standalone mode. It is emitted on startup if the app is already installed.

`not-installed`: The PWA is not installed but can potentially be installed.

`installing`: The user triggers the `install()` action and the install prompt is shown.

`cancelled`: The user dismisses the install prompt or an error occurs during installation.


---

# 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://pwa.spomky-labs.com/1.3.x/symfony-ux/install.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.
