# Custom Domains

{% hint style="info" %}
Custom Domains are available in our **White Labeling** plans only. See our [Plans](https://www.scoredetect.com/pricing) for more info.
{% endhint %}

This document provides a step-by-step guide on how to add custom domains to your account. Follow the instructions below to successfully configure your custom domain.

### Steps to Add a Custom Domain

1. **Access the Dashboard**

Log in to your account and navigate to the [Settings](https://www.scoredetect.com/dashboard/settings) option in the menu.

2. **Scroll to Custom Domains**

In the Settings menu, scroll down to the **Custom Domains** section.

3. **Add a Custom Domain**

* In the **Custom Domains** section, you will see an option to add a new custom domain.
* Enter your desired custom domain in the provided field.

4. **Change Domain**

After entering your custom domain, click the "**Change Domain**" button.

5. **Update DNS Records**

* You will be provided with a specified CNAME record.
* Access your domain registrar’s DNS management settings and add the provided CNAME record to your DNS records.

6. **Domain Verification**

* The verification process will take approximately 5-10 minutes.
* Once verified, all your certificates will automatically be mirrored to use the custom domain.
* An SSL certificate will also be present using [LetsEncrypt](https://letsencrypt.org/).

7. **Accessing Certificates**

After verification, you can access your certificates using the following URL format:

```
https://trust.yourdomain.com/certificates/<certificate_id>
```

### Troubleshooting

If you encounter any issues during the process, please ensure that:

* The CNAME record has been correctly added to your DNS settings.
* You have waited the appropriate time for the DNS changes to propagate.

### Support

If you have any questions or require further assistance, please reach out to our support team at:

Email: <support@scoredetect.com>

***

By following these steps, you should be able to successfully add and verify your custom domain. Thank you for using our services!


---

# 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.scoredetect.com/certificates/custom-domains.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.
