> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# settings.pwaInstalled

> Emitted when the PWA is installed.

## Event Properties

| Field          | Value                     |
| -------------- | ------------------------- |
| `event`        | `"settings.pwaInstalled"` |
| `confidential` | `boolean`                 |
| `payload`      | `object`                  |

<Tabs>
  <Tab title="Public Payload">
    No payload properties.

    #### Example

    ```json theme={null}
    {
      "event": "settings.pwaInstalled",
      "confidential": false,
      "payload": {}
    }
    ```
  </Tab>

  <Tab title="Confidential Payload">
    No payload properties.

    #### Example

    ```json theme={null}
    {
      "event": "settings.pwaInstalled",
      "confidential": true,
      "payload": {}
    }
    ```
  </Tab>
</Tabs>
