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

# Push Notifications

> Receive real-time notifications on your device

The Safefy panel supports **push notifications** to keep you informed of important events  such as new payments and cashout updates  directly on your device.

## Prerequisites

Push notifications require:

* A browser that supports the **Notifications API** and **Service Workers**
* The panel must be installed as a **PWA** on iOS

<Warning>
  **iOS users:** Push notifications only work when the Safefy panel is installed as a PWA (Progressive Web App). If you access it through a regular Safari tab, notifications will not be delivered.
</Warning>

***

## Installing the PWA

<Tabs>
  <Tab title="iOS (Safari)">
    1. Open the Safefy panel in Safari
    2. Tap the **Share** button (square with arrow)
    3. Select **Add to Home Screen**
    4. Open the app from your Home Screen
  </Tab>

  <Tab title="Android (Chrome)">
    1. Open the panel in Chrome
    2. Tap the **three-dot menu**
    3. Select **Install app**
    4. Open the installed app
  </Tab>

  <Tab title="Desktop (Chrome / Edge)">
    1. Open the panel in Chrome or Edge
    2. Click the **install icon** in the address bar (right side)
    3. Click **Install**
  </Tab>
</Tabs>

***

## Enabling notifications

1. Open the Safefy panel (PWA or browser)
2. Go to **Settings  Notifications**
3. Enable **Push notifications**
4. When prompted by the browser, click **Allow**

***

## Per-device notifications

Push notifications are registered per device. If you have the panel open on multiple devices, each device will receive notifications independently.

> **Example:** If you have 3 devices with notifications enabled, a new payment will trigger 3 separate notifications  one on each device.
