> 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.md).

# Status Pages

- [Create Status page](https://docs.spike.sh/status-pages/create-status-page.md): Create a status page to communicate the health of your system components to customers.
- [Style your status page](https://docs.spike.sh/status-pages/style-your-status-page.md): Customize your status page with your brand colors, logo, header, footer, and uptime display options.
- [Incidents on status page](https://docs.spike.sh/status-pages/create-public-incident-on-status-page.md): Create public incidents on your status page and post updates as the situation evolves.
- [Create Planned Maintenance on status page](https://docs.spike.sh/status-pages/create-planned-maintenance-on-status-page.md): Create planned maintenance events on your status page to inform customers about upcoming service impact.
- [Edit Planned Maintenance](https://docs.spike.sh/status-pages/edit-planned-maintenance.md): Edit an upcoming planned maintenance event to update its details or schedule.
- [Add custom domain to status page](https://docs.spike.sh/status-pages/add-custom-domain-to-status-page.md): Host your status page on a custom subdomain like status.example.com.
- [Manage your subscribers](https://docs.spike.sh/status-pages/manage-your-subscribers.md): Let visitors subscribe to your status page for real-time updates on incidents and maintenance events.
- [Embed status page notifications on your website](https://docs.spike.sh/status-pages/embed-status-page-notifications-on-your-website.md): Embed live status notifications on your website to keep visitors informed about incidents and maintenance.
- [Live status widget](https://docs.spike.sh/status-pages/live-status-widget.md): Embed a live status widget on your website to show real-time system health.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.spike.sh/status-pages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
