# Custom Domain

All your demos can be served in custom-branded domains.&#x20;

Typically, demos are served like this:

`https://app.storylane.io/share/ha3eti5gqq2c`&#x20;

When you implement a custom domain configuration, a demo can be served like this:&#x20;

`https://demo.yourcompany.com/share/ha3eti5gqq2c`

### **How to setup a custom domain:**

Subdomain starts from the Starter plan and Custom Domain starts from the Premium plan.

To set up subdomain, go to settings > workspace > domain > click "set up" under "Storylane Subdomain"

Please make sure you have access to DNS settings or loop your IT team with it. Need help? Reach out to us at <support@storylane.io>

**Configuration Steps:**

1\. Setup a CNAME for your domain or subdomain and point it to [custom-domain.storylane.io](http://custom-domain.storylane.io/)

{% hint style="warning" %}
Note: make sure you set it up to exactly "[custom-domain.storylane.io](http://custom-domain.storylane.io/)" and do **not** replace the "custom-domain" with your own company name.
{% endhint %}

| **Record Name**                                  | **Type** | **Value**                                                        |
| ------------------------------------------------ | -------- | ---------------------------------------------------------------- |
| [demo.mycompany.com](http://demo.mycompany.com/) | CNAME    | [custom-domain.storylane.io](http://custom-domain.storylane.io/) |

2\. Once you complete setting up the CNAME configuration from above (1), contact Storylane support for enabling your custom domain

3\. Storylane will provision the SSL certificate for your custom domain and will notify you once the setup is complete. (typically 24 hours)

Once your setup is complete, you would be able to access your demos securely (https with TLS1.2) on your custom domains like: `https://demo.yourcompany.com/share/<story-id>`


---

# 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.storylane.io/account/branding/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.
