> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-mintlify-add-hello-world-quickstart-48843.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom domain

> Host your documentation at your website's custom domain

To set up your documentation on a custom domain, you'll need to set your desired custom domain in your Mintlify settings and configure your DNS settings on your domain provider.

<Info>
  Looking to set up a custom subdirectory like `mintlify.com/docs`? See the [custom subdirectory](/advanced/subpath/cloudflare) docs.
</Info>

## Dashboard settings

1. Navigate to your [dashboard](https://dashboard.mintlify.com)
2. Select **Settings**
3. Select **Domain Setup**
4. Enter your desired custom domain. For example, `docs.mintlify.com`

<Frame>
  <img alt="Custom Domain" className="block dark:hidden" src="https://mintcdn.com/mintlify-mintlify-add-hello-world-quickstart-48843/K9uomxeMDdJnUp_m/images/add-custom-domain-light.png?fit=max&auto=format&n=K9uomxeMDdJnUp_m&q=85&s=39d115b762504c83bd3dec53c11a8899" width="3024" height="1194" data-path="images/add-custom-domain-light.png" />

  <img alt="Custom Domain" className="hidden dark:block" src="https://mintcdn.com/mintlify-mintlify-add-hello-world-quickstart-48843/K9uomxeMDdJnUp_m/images/add-custom-domain-dark.png?fit=max&auto=format&n=K9uomxeMDdJnUp_m&q=85&s=0727617b19b7f3ce2c65fb029a9a7fdc" width="3024" height="1114" data-path="images/add-custom-domain-dark.png" />
</Frame>

## Configuring your DNS

1. Proceed to your domain's DNS settings on your domain provider's website.
2. Create a new DNS entry, inputting the following values:

```bash
CNAME | docs | cname.vercel-dns.com.
```

<Frame>
  <img alt="DNS" src="https://mintlify-assets.b-cdn.net/mintlify-dns.png" />
</Frame>

## Provider-specific settings

<AccordionGroup>
  <Accordion title="Vercel verification">
    If Vercel is your domain provider, you must add a verification `TXT` record. This information will show on your dashboard after submitting your custom domain, as well as be emailed to you.
  </Accordion>

  <Accordion title="Cloudflare security settings">
    If Cloudflare is your DNS provider, you must enable the "full strict" security option for the https setting.
  </Accordion>
</AccordionGroup>
