# Maintenance

Scheduling maintenance is a way to let your page viewers know ahead of time when you will be unavailable due to maintenance. Scheduling maintenance will add the information to your status page and also send a notification to those who have opted-in to receive notifications.

## Add Schedule Maintenance

To schedule maintenance,

1. Navigate to **Status Page** -> select or search for your desired status page.
2. Click on the status page to navigate to the **Status Page Details page**.
3. In the **Maintenance Section**, click **Add Schedule Maintenance**.
4. Enter the **Maintenance Name**.
5. Select a **Start Date**, **Duration**, and **End Date** and **Time**.
6. Select one or a component from the drop-down. You can add multiple components to a status page maintenance together.
7. Enter a **note** to provide further details on the maintenance.
8. Click **Save**.

{% hint style="warning" %} <mark style="color:orange;">**Important**</mark>:

It's important to note that the **Maintenance Title** is an internal field visible exclusively in the admin dashboard. It serves as a reference for internal users to understand the purpose behind scheduling a specific maintenance event.\
\
While the **Maintenance Note** is an external field that will be displayed in a specific format on the page. It is used to inform subscribers about the reason behind scheduling maintenance.
{% endhint %}

## Edit Schedule Maintenance

To edit scheduled maintenance,

1. Navigate to **Status Page** -> select or search for your desired status page.
2. Click on the status page to navigate to the **Status Page Details page**.
3. In the **Maintenance Section**, hover over any of the scheduled maintenance and click **Edit**.
4. Once you have edited your preferred changes, click **Save**.

## Delete Schedule Maintenance

To delete scheduled maintenance,

1. Navigate to **Status Page** -> select or search for your desired status page.
2. Click on the status page to navigate to the **Status Page Details page**.
3. In the **Maintenance Section**, hover over any of the scheduled maintenance and click **Delete**.
4. A confirmation modal will open, choose between deleting this event or all following events too.
5. Click **Delete**.

*Have any questions?* [*Ask the community*](https://community.squadcast.com/view/home)*.*


---

# 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://support.squadcast.com/status-page/maintenance.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.
