# Auto-maintenance notifications

When scheduling a planned maintenance on your status page, you'll probably want to notify your subscribers not only when it starts but also sometime before and once it's been completed.

StatusPal makes this quite easy, thanks to auto-maintenance notifications!

### Enable auto-maintenance notifications

{% hint style="info" %}
Enable and customize auto-maintenance notifications by clicking <mark style="background-color:green;">Subscriptions > Settings</mark> in the sidebar of your status page admin dashboard.
{% endhint %}

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

* You can schedule up to **two automatic notifications before the start** of the maintenance.
  * Picking from as early as 28 days before and as late as 5 minutes before the start of the maintenance.
  * <mark style="background-color:yellow;">Keep in mind that if the time you select has already passed, no notification will be sent.</mark>
  * You can also select Immediately to send a notification right away.
* You can also opt to send automatic notifications on the start and end of the scheduled maintenance.

{% hint style="danger" %}
If you change the auto-maintenance notification settings, you might have to update any maintenance that you reported before and review its notification settings.
{% endhint %}

### Send auto-maintenance notifications

Once you've enabled auto-maintenance notifications at your status page level, and made sure the settings are as you want them, you can start sending notifications automatically from your status page maintenance.

When creating a maintenance, make sure to check the "Notify subscribers." If you click on the `Configure →` link below, you can override the auto-maintenance notifications settings for this specific maintenance.

<figure><img src="/files/ByPhLjs9utIfCIc112hs" alt="Auto-maintenance notifications - status page individual maintenance settings"><figcaption></figcaption></figure>

## Manually triggering a notification

If you created a maintenance with auto-notifications enabled but the pre-start notification window has already passed, you can manually trigger the notification:

1. Find the maintenance in your admin dashboard and click **List updates**.
2. In the updates list, click **Edit** on the update you want to send out.
3. In the update form, check **Notify subscribers** and click **Update**.

This sends the notification to your subscribers immediately.


---

# 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.statuspal.io/platform/subscriptions-and-notifications/auto-maintenance-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.
