> For the complete documentation index, see [llms.txt](https://docs.spike.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spike.sh/status-pages/create-planned-maintenance-on-status-page.md).

# Create Planned Maintenance on status page

Planned maintenance events let you communicate scheduled downtime or service impacts to your customers before they happen.

## Create a maintenance event

Click **Planned maintenance** from the left sidebar.

<figure><img src="/files/l4YNgDRNSfWlBq9CErPK" alt="Planned maintenance in the status page sidebar"><figcaption></figcaption></figure>

Click **Schedule maintenance** and fill in the details.

<figure><img src="/files/OCWvAw0NHXDGMleO1O5V" alt="Schedule maintenance form in Spike"><figcaption></figcaption></figure>

Add a **title** and **description** to explain the maintenance. Select the **affected components** — for example, a database maintenance may affect the API but not the website. Set the **start** and **end** date and time.

You can set **reminders** to notify subscribers before maintenance starts, and configure **notifications** to alert them when it begins and ends.

## View upcoming maintenance

Once scheduled, the event appears in the **Upcoming** section.

<figure><img src="/files/uNn3clXcIemF4VkPQPOm" alt="Upcoming maintenance in Spike status page"><figcaption></figcaption></figure>

Click the event to see its full details.

<figure><img src="/files/tr03kAnQYmYjEfehdVQg" alt="Planned maintenance details in Spike"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.spike.sh/status-pages/create-planned-maintenance-on-status-page.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.
