# Integrating a Custom Domain

{% embed url="<https://vimeo.com/1024756867/2275fbf594>" %}

Custom domains are \~$40/year. If you have your own domain, setting it up is a $30/year charge. Once you submit the domain request, someone from our team will contact you within 48 hours to help you get started.&#x20;

<details>

<summary>More information about DNS settings</summary>

First, you'll need to go to the settings page and paste in your domain. In this example, we pasted in [www.foreverfan.xyz](http://www.foreverfan.xyz). \
\ <mark style="color:orange;">**DO NOT PASTE IN FOREVERFAN.XYZ IN YOUR DNS RECORDS. INSTEAD, USE YOUR CUSTOM DOMAIN. THE ONLY PORTION THAT SHOULD BE PASTED FROM HERE ARE 76.76.21.21 AND CNAME.VERCEL-DNS.COM!**</mark>\
\
Next, we'll need to go to our domain service provider and edit the DNS records of our domain.\
\
**There should only be two records:**

* An 'A' record for the your custom domain **aristname.com** host pointing to 76.76.21.21
* A 'CNAME' record for your custom domain **[www.artistname.com](http://www.artistname.com)** host pointing to cname.vercel-dns.com

<img src="/files/q1JNGpMTLsce5aQYihGl" alt="" data-size="original">

Note that the CNAME record's host contains the [www](http://www). while the A record does not.

\
Choose the lowest possible value for TTL (Time To Live).

Let <hello@foreverfanmusic.com> know that you completed this process and your domain will be ready within 48 hours from the time you sent the email!

</details>


---

# 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://help.foreverfanmusic.com/other/integrating-a-custom-domain.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.
