# Android

{% embed url="<https://www.loom.com/share/9827bf85a822427aa1458f5de8337764>" %}
Push notification on Android devices (PWA)
{% endembed %}

1. Before you receive push notifications, please make sure that the notifications are enabled for the card on your Android device.<br>
2. To do that, open the card from your device and tap the Details button.<br>
3. From the details screen, tap the three-dot icon located at the top-right corner.

<figure><img src="/files/g9qKGImjSzqpclreWhxq" alt=""><figcaption><p>Menu</p></figcaption></figure>

4. In case the notifications are already enabled, it will reveal the Disable Notifications option. You do not need to do anything if this is the case. However, if notifications are not enabled, this menu will display the Enable Notifications option that you need to tap to enable push notifications.<br>
5. Once enabled, push notifications from Boomerangme are displayed on the Notifications panel of your Android device.

<figure><img src="/files/Aa1RcAARKFbRe6ZJL1To" alt=""><figcaption><p>Notifications</p></figcaption></figure>


---

# 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.boomerangme.cards/push-notifications/how-it-works/android.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.
