# Add custom domain to status page

#### Step 1: Make changes in your domain settings

In the settings for the domain you added above, add this CNAME to your DNS - `alias.spike.sh`.

We will add your domain to our SAN certificate so your status page gets a SSL certificate and loads correctly on HTTPS.

It may take about 10 minutes for these DNS changes to propagate and start showing the status page on your domain.

#### Step 2: Add your domain to the status page on Spike.sh

{% hint style="info" %}
Ensure you have implemented changes in your domains settings (step 1) before proceeding
{% endhint %}

Click on the "**Host**" option in the top-right menu for your status page.

![](/files/FPnlcTNH1kVnoZ6ZAZLs)

Add your custom domain (e.g. "status.apple.com") that should show your status page.

![](/files/XAxAK29LatQOASXv97O7)

If your custom domain does not show your status page after 30 minutes, email us at <support@spike.sh> and we will help you set this up.


---

# 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.spike.sh/status-pages/add-custom-domain-to-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.
