> For the complete documentation index, see [llms.txt](https://docs.slapfive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slapfive.com/customizations/configure-a-custom-domain-for-your-slapfive-boards.md).

# Configure a custom domain for your SlapFive Boards

By configuring a custom domain, you can make viewers of SlapFive Boards feel like they are on one of your own branded web properties. Instead of having the URL of your Boards begin with *your\_company.slapfive.com*, they will begin with *your\_subdomain.your\_company.com*.

The way you set up a custom domain is by creating a subdomain of your company’s domain. The first thing you need to do is to decide on that subdomain, for example:

&#x20;                *voice.your\_company.com*\
&#x20;                *customers.your\_company.com.*

Once you've decided on a subdomain, follow these steps.

1. Have your IT department create the new subdomain using the following fields:\
   \
   &#x20;           **Type**: *CNAME* \
   &#x20;           **Name**: *your\_subdomain.your\_company.com*\
   &#x20;           **Value**: *app.slapfive.com*\
   &#x20;   &#x20;
2. If your domain has a CAA record to allow Certificate Authorities to issue certificates, you will need to add a CAA record to the subdomain as follows. This enables SlapFive to create and maintain the SSL certificate.\
   \
   &#x20;           *prefix.your\_company.com. 32 IN CAA 0 issue “letsencrypt.org”*<br>
3. Let SlapFive know that your CNAME record has been created. We will create the SSL certificate and activate your subdomain in the SlapFive domain management console, then let you know when it is set up.

{% hint style="info" %}
TEST IT OUT: Go to the Boards tab and open a Board, make sure the Address shows your custom domain and that you don’t get any security warnings. Copy a Board URL and make sure you see your custom domain.
{% endhint %}
