# View Scheduled Notifications

You can view scheduled push notifications for each of your apps directly in the editor. Use this to monitor active notifications, review past notifications, and troubleshoot any delivery issues.

***

#### How to Access

1. Open your app in the Adalo editor.
2. Click the **Settings** tab in the left panel.
3. Scroll down to the **Scheduled Notifications** section.
4. Click the green **View Scheduled Notification** button.

&#x20;

<figure><img src="/files/Pp9Siupmb0siyhRzrqmZ" alt="" width="375"><figcaption></figcaption></figure>

A panel will open with two tabs: **Active** and **History**.

***

#### Active Tab

The **Active** tab lists all scheduled notifications that are pending. They have been set up but not yet sent or completed.

Click on any active notification to open its details, where you can:

* **Edit** the notification (update the message, timing, date, or number of times to repeat)
* **Cancel** the notification to prevent it from sending

{% hint style="warning" %}
Once a scheduled notification has been cancelled, it cannot be reverted.
{% endhint %}

<figure><img src="/files/VaJjehFHFBHbZKyvUI12" alt=""><figcaption></figcaption></figure>

***

#### History Tab

The **History** tab shows a log of all past scheduled notifications.

If a notification has a failed status, click on it to view the error message. Review your notification setup to identify the issue. Check that your action trigger, timing conditions, and target collection are all configured correctly.

<figure><img src="/files/jvMbmAmXqHRZ5j3FUPCE" alt=""><figcaption></figcaption></figure>

***

#### Help

If notifications continue to fail, reach out to [Adalo Support](https://info.adalo.com/submit-a-support-ticket) with a screenshot of the error message, and someone from our team will take a closer look.


---

# 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/scheduled-notifications/view-scheduled-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.
