A subdomain is an extension of the root domain that helps you organize different pages or directories on your website. For example, www. is a subdomain; other examples are about.mywebsite.com, blog.mywebsite.com, or learn.mywebsite.com. The prefixes before 'mywebsite.com' are examples of subdomains.
If you or your DNS provider admin wish to connect your subdomain, select the ‘Add Domain’ button from here


Simply add a CNAME record to your DNS provider with the following values to connect your custom subdomain.
Record: CNAME
Host: <your subdomain of choice> (for example lp)
Value: cname.userled.io.
Note: Be sure to include the . at the end of the Value. Some dns providers add it automatically but not all.