> For the complete documentation index, see [llms.txt](https://help.qwary.com/product-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qwary.com/product-guide/faq/how-to-request-cname.md).

# How to Request CNAME?

For example, survey URL : [**https://survey.qwary.com/form/S\_wSzSPnasH9Wc\_FT15X0J1BuEcPl5gIlqmsuY4qBtw=**](https://survey.qwary.com/form/S_wSzSPnasH9Wc_FT15X0J1BuEcPl5gIlqmsuY4qBtw=)\
\
You can rebrand this URL to your domain:

**<https://yourdomain/form/S\\_wSzSPnasH9Wc\\_FT15X0J1BuEcPl5gIlqmsuY4qBtw=>**

your domain can be apex domain or subdomain. A subdomain is preferable by many of our users.

***

1. Contact us at[ support@qwary.com](mailto:support@qwary.com) to request CNAME configured for your account
2. Qwary Team will create helpspace ticket in return. Check your inbox if you have received an email from us within 5-10 minutes of the request. If not, Please reach out to us on intercom channel
3. Change Your DNS and create **CNAME** entry for yourdomain point that to **custom.qwary.com**
4. Team Qwary will update you once your ticket is completed
5. Create one sample survey and use web URL. Your web URL is changed to reflect CNAME change.

   Even though CNAME is changed, you can still use **survey.qwary.com** URL anytime.

   [**https://survey.qwary.com/form/S\_wSzSPnasH9Wc\_FT15X0J1BuEcPl5gIlqmsuY4qBtw=**](https://survey.qwary.com/form/S_wSzSPnasH9Wc_FT15X0J1BuEcPl5gIlqmsuY4qBtw=)


---

# 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, and the optional `goal` query parameter:

```
GET https://help.qwary.com/product-guide/faq/how-to-request-cname.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
