# Status Page

- [How to share a Status Page](https://help.isdown.app/status-page/how-to-share-a-status-page.md): Share your IsDown status page with your team and stakeholders to provide real-time visibility into the status of your monitored services
- [How to Customize a Status Page](https://help.isdown.app/status-page/how-to-customize-a-status-page.md): Customize your IsDown status page to reflect your brand identity and provide clear, real-time updates to your stakeholders.
- [How to Remove IsDown Branding from Your Status Page](https://help.isdown.app/status-page/how-to-remove-isdown-branding-from-your-status-page.md): Customize your status page to reflect your brand by removing the default IsDown branding.
- [How to Configure a Private Status Page](https://help.isdown.app/status-page/how-to-configure-a-private-status-page.md): IsDown offers multiple methods to restrict access to your status page, ensuring that only authorized individuals can view sensitive service information.
- [How to Set a Friendly Name for Your Status Page](https://help.isdown.app/status-page/how-to-set-a-friendly-name-for-your-status-page.md): A friendly name is an easy-to-read URL identifier that helps share the status page with clients and teams.
- [How to Add a Custom Domain to Your Status Page](https://help.isdown.app/status-page/how-to-add-a-custom-domain-to-your-status-page.md): This page describes how you can add your custom domain to your status page. Turn https://isdown.app/s/acme -> https://status.acme.com
- [How to Enable Dark Mode on Page Load](https://help.isdown.app/status-page/how-to-enable-dark-mode-on-page-load.md): IsDown allows you to display your status page in Dark Mode by default, providing a sleek and modern appearance that can align with your brand's aesthetic.
- [How to Set Up Single Sign-On (SSO) for Your Status Page](https://help.isdown.app/status-page/how-to-set-up-single-sign-on-sso-for-your-status-page.md): Enable Single Sign-On (SSO) on your status page to provide secure and streamlined access for your team members using your organization's identity provider.
- [How to Enable Subscribers on Your Status Page](https://help.isdown.app/status-page/how-to-enable-subscribers-on-your-status-page.md): Enable subscribers on your status page to keep your users informed with real-time updates about service statuses and incidents.
- [How to override a theme in a Status Page](https://help.isdown.app/status-page/how-to-override-a-theme-in-a-status-page.md)
- [Best Practices](https://help.isdown.app/status-page/best-practices.md): Status pages are communication tools, not uptime dashboards.


---

# 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.isdown.app/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.
