# Custom Domain

It's best to keep the apps and services you use to provide your service on your own domain, it makes your business look more credible.

With ProdCamp it's very easy to create a public roadmap or a feature voting portal on your own domain.

When you create a product, you will get an automatically generated URL where your portal will be available.

![](/files/1cReAIg3xUOLbsXemUWG)

If you don't have your domain (who said that every business should have a website and thus a domain?) you can use our subdomain, like **yourapp.prodcamp.com**.

If you have your own domain, then you need to do the following:

1. **Select the domain** for your feature voting portal or a public roadmap. Usually, it's a sub-domain and it looks something like this: roadmap.yourdomain.com
2. **Configure** a **CNAME** record for the domain (or a sub-domain) that you will use for your public roadmap (changelog or a voting portal) in your DNS provider to point it to **cname.prodcamp.com**
3. **Click "Check" to make sure that your CNAME record was configured correctly. Please note that depending on the record's setting on the expiration period, it might take some time to update it.**
4. The toggle for the custom domain is used to enable/disable public access to the portal.

<figure><img src="/files/0ZHlUBfwIdhPthwogHj8" alt=""><figcaption></figcaption></figure>


---

# 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.prodcamp.com/getting-started/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.
