# Custom domain - setup

Guideflow allows you to use a custom domain to share your interactive guides with your own branded URL.

(e.g. demo.yourcompany.com)

### How to enable a custom domain?

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/er58l66h6r>" %}

### Your setup

* Go to “Settings” in your workspace
* Navigate to the "Custom domain" section
* Click on “New custom domain”
* Enter your custom subdomain (e.g., `demo.yourcompany.com`)
* Click on “**Next: Configure DNS**”
* Go to your DNS provider
* Add a CNAME record
* Set the **Name** by pasting the one written in Guideflow
* Set the **Target** to `custom-domain.guideflow.com`
* Save the record
* Go back to [app.guideflow.com](https://app.guideflow.com/)
* Click on the "**Ready: Go Live**" button to confirm ownership of the domain

#### What happens next ?

Once you have completed the steps above, reach out to your Customer Success Manager via email or Slack to complete the setup. Our team will handle the final configuration on our end and notify you once your custom domain is LIVE.


---

# 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.guideflow.com/help/branding/custom-domain-setup.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.
