# Notifications

Adalo natively supports Triggering Notifications to Logged in Users on iOS, Android, and Web apps through the ***Trigger Notification*** Action in the Builder. If you are looking to send ***Push Notifications*** using Adalo's API, see [this article](https://help.adalo.com/integrations/the-adalo-api/push-notifications) instead.

### Requirements

* User must be logged into device and have been active in the last 2 weeks.
* User must have accepted notification permissions for the app on the device.
* User receiving the notification cannot be the one triggering the notification.&#x20;

{% content-ref url="notifications/request-notification-permission-in-your-app" %}
[request-notification-permission-in-your-app](https://help.adalo.com/actions/notifications/request-notification-permission-in-your-app)
{% endcontent-ref %}

{% content-ref url="notifications/trigger-push-notifications" %}
[trigger-push-notifications](https://help.adalo.com/actions/notifications/trigger-push-notifications)
{% endcontent-ref %}

{% content-ref url="notifications/testing-notifications" %}
[testing-notifications](https://help.adalo.com/actions/notifications/testing-notifications)
{% endcontent-ref %}

{% content-ref url="notifications/troubleshooting-notifications" %}
[troubleshooting-notifications](https://help.adalo.com/actions/notifications/troubleshooting-notifications)
{% endcontent-ref %}


---

# 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://help.adalo.com/actions/notifications.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.
