> For the complete documentation index, see [llms.txt](https://docs.zigpoll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zigpoll.com/faq/custom-domains-and-ssl.md).

# Custom Domains and SSL

You can use a custom domain for your Zigpoll surveys so they appear under your own brand URL instead of the default Zigpoll domain. Here are the most common questions about this setup.

### How do I set up a custom survey domain?

To use a custom domain (e.g., `survey.yourstore.com`), you'll need to:

1. Choose a subdomain you want to use (e.g., `survey`, `feedback`, `poll`)
2. Add a CNAME record in your DNS provider pointing your subdomain to Zigpoll's servers
3. Enter your custom domain in your Zigpoll account settings
4. Wait for DNS propagation (this can take up to 24-48 hours)

Once the CNAME record propagates, Zigpoll will automatically provision an SSL certificate for your domain so it works over HTTPS.

### My custom domain isn't working

If your custom domain isn't resolving, check the following:

* **Verify the CNAME record** is correctly configured in your DNS settings. You can use a tool like [dnschecker.org](https://dnschecker.org) to confirm propagation.
* **Wait for propagation.** DNS changes can take up to 48 hours to fully propagate.
* **Make sure the domain matches** exactly what you entered in your Zigpoll settings, including any subdomain prefix.

### Do I need to set up SSL manually?

No. Zigpoll automatically provisions and manages the SSL certificate for your custom domain once the DNS is properly configured. Your surveys will be served over HTTPS without any manual certificate setup.

### Can I use my root domain instead of a subdomain?

We recommend using a subdomain (e.g., `survey.yourstore.com`) rather than your root domain. Root domain CNAME records can conflict with other DNS settings. A subdomain keeps things clean and avoids any disruption to your main website.

{% hint style="info" %}
Need help configuring your custom domain? Send us your domain details at <support@zigpoll.com> and we'll guide you through the setup.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.zigpoll.com/faq/custom-domains-and-ssl.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.
