# Configure Custom Domain

Custom domains allow you to fully brand your Supademo URLs - across link sharing and embeds.

{% hint style="info" %}
Please note that **Custom Domains** are a feature on Scale and Enterprise plans. For trial accounts, the custom domain will automatically be removed if an upgrade is not initiated during the trial period.
{% endhint %}

### **Steps to set up a custom domain**

When you set up a custom domain, all of your Supademo links (i.e. `app.supademo.com/demo/id`) will be redirected masked with your desired URL (i.e. demo.yourdomain.com/demo/id).&#x20;

Here are the steps to set this up:

{% @supademo/embed demoId="SG12eoxIjL3yJJqBE-0JC" url="<https://app.supademo.com/demo/SG12eoxIjL3yJJqBE-0JC>" %}

***

### Configure redirect for the root domain

You can configure a root-domain redirect to handle cases where customers might type in your custom domain (i.e. <kbd>demo.yourdomain.com</kbd>) without including the subdirectory (i.e. <kbd>\*\*/demo/id</kbd>).

We recommend setting this value to your main Supademo URL, Showcase URL, or your website. Otherwise, the user will be redirected to <kbd>app.supademo.com</kbd>.

{% @supademo/embed demoId="cm48rpj5510fj5ewa50us01p3" url="<https://app.supademo.com/demo/cm48rpj5510fj5ewa50us01p3>" %}

<br>


---

# 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.supademo.com/customize/personalize/custom-branding/configure-custom-domain.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.
