# Custom Domain

Custom domain feature allows you to use your existing domain's subdomain as your changelog url, for example `changelog.mydomain.com`.

### Pointing your subdomain to Headway

To set a custom domain for your account you first need to add a`CNAME`record to your domain's DNS configuration and point it to Headway domain. For detailed instructions you may have to contact your domain's DNS provider. Here is an example how it can be done in`DigitalOcean`:

![](/files/-KtCXy7UvMzBvFs6FKHi)

`Name`is the`subdomain`you want to use, and`value`should contain Headway's domain.

### Setting custom domain in Headway

Now it's time to set your domain in Headway. Go to your account's settings `public page` tab and find the `custom domain` setting. Assuming that your domain is `mydomain.com` and you want to use `changelog` as a subdomain, the setting should look like this:

![](/files/-KtCXy7YXYodwXCb4HoF)

### What happens next

After finishing two above steps our application will start the process of installing your domain. Once it finishes **you will receive an email**. Note that you might have to wait for your DNS changes to propagate throughout the Internet up to 48 hours.

### SSL

We are happy to announce that all of our custom domains have SSL certificates installed automatically. All traffic from *http* protocol is redirected to the secure *https*.

### Cloudflare

Some of our users were using services like Cloudflare in order to have ssl on their domains. This is no longer needed since we started generating ssl certificates automatically for all custom domains. Although if someone wishes to use such service for any other reason, Headway now fully supports these configurations.

### Links in widget

After your custom domain starts working, all widget links will start pointing to your new address.

### RSS

RSS feeds are supported on custom domains and are accessible via `/rss`path, for example [changelog.jsfiddle.net/rss](https://changelog.jsfiddle.net/rss).


---

# 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.headwayapp.co/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.
