# How do I add custom domains?

In order to add a custom domain please email [support@cronofy.com](mailto:support@cronofy.com) with your Organizational Unit.

> **INFO:** Please note that this is only available for [Business plans](https://www.cronofy.com/pricing) and above.

You will need to add a `CNAME` record for your custom domain to point at one of the domains in the table below depending on your data center:

<table>
    <thead>
        <tr>
            <th> </th>
            <th>Domain</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>Australia<br>🇦🇺</td>
            <td>`scheduler-custom-domain-au.cronofy.com`</td>
        </tr>
        <tr>
            <td>Canada<br>🇨🇦</td>
            <td>`scheduler-custom-domain-ca.cronofy.com`</td>
        </tr>
        <tr>
            <td>Germany<br>🇩🇪</td>
            <td>`scheduler-custom-domain-de.cronofy.com`</td>
        </tr>
        <tr>
            <td>Singapore<br>🇸🇬</td>
            <td>`scheduler-custom-domain-sg.cronofy.com`</td>
        </tr>
        <tr>
            <td>United Kingdom<br>🇬🇧</td>
            <td>`scheduler-custom-domain-uk.cronofy.com`</td>
        </tr>
        <tr>
            <td>USA<br>🇺🇸</td>
            <td>`scheduler-custom-domain-us.cronofy.com`</td>
        </tr>
      </tbody>
  </table>
Once the `CNAME` is added we can then get things configured on our side.

### Testing
Using the command below you can test you are pointing to the correct place:

```
curl scheduling.example.com/.well-known/cronofy-verification/ping```
A successful response will look like:

```
PONG from Cronofy [cronofy-data-center]```

---
[Read in HTML](/scheduler/scheduler-faqs/custom-domains/)