# Testing Notifications

***

There are many ways to test this depending on the setup and User flow within your app. Below is just one example of how this could be done but it's important to test multiple scenarios to ensure your users are receiving notifications.&#x20;

*Skill Level: Intermediate*

## Before You Begin

* Set up 2 Users in your app for testing. One will be the sender and the other will be the receiver.
  * Notifications can only be triggered to another logged-in user, on another device.&#x20;
    * *ex: The Logged in User triggering the notification will not be able to receive the notification they triggered within the app.*&#x20;
* Make sure you have the [**Request Notification Permission**](/actions/notifications/request-notification-permission-in-your-app.md) set up correctly within your app.&#x20;
* Publish the latest version of your app before testing.
* Install the app on the device you are testing.

### Test the Notification

* Login Sending User on one device and Receiving User on a separate device.
  * One way to do this would be to have the Sender logged in on a desktop and the receiver logged in on a mobile device.
* Ensure the User receiving the notification has accepted the Notification Permission ***after*** they have logged into the device.
* Close the app on the device that will be receiving the notification.
* Trigger the notification from the Sender to the Receiver.
  * *ex: Trigger the notification from the Desktop User to the Mobile User.*
* Verify the Notification was received on the Receiving User's device.

## Help

If you need additional help setting up notifications, you can always check out out [Troubleshooting Notifications](/actions/notifications/troubleshooting-notifications.md) Documentation or ask in our[ community forum](https://forum.adalo.com/)! Be sure to paste the link to this article in your post as well!


---

# 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/testing-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.
