> ## Documentation Index
> Fetch the complete documentation index at: https://omer-914cc1c6.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/omer-914cc1c6/R6mDx4eU2EptKC2P/images/add-custom-domain-light.png?fit=max&auto=format&n=R6mDx4eU2EptKC2P&q=85&s=0ba2b60b99eda3d281265df6daef987f" width="3024" height="1194" data-path="images/add-custom-domain-light.png" />

  <img alt="Custom Domain" className="hidden dark:block" src="https://mintcdn.com/omer-914cc1c6/R6mDx4eU2EptKC2P/images/add-custom-domain-dark.png?fit=max&auto=format&n=R6mDx4eU2EptKC2P&q=85&s=95b4f88481efd7c287aae93f8d3b9e72" 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 theme={null}
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>
