# 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 %}


---

# 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.slapfive.com/customizations/configure-a-custom-domain-for-your-slapfive-boards.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.
