# CNAME Support

Backbench supports `CNAME/ALIAS` records.

From your DNS provider, you can set a `CNAME/ALIAS` record for backbench endpoint. (like below)

Set `@` to `USERID-BENCHID.backbench.io`.

If this doesn't work for you then, you have to change your DNS provider to something else. ([Cloudflare](https://www.cloudflare.com/) has been working properly)

After setting this up, you have to follow the above procedure of setting `CNAME/ALIAS` record for backbench (which you'll get in endpoint section).

Once your're done with it, next step is to **register/setup** **your domain-name** to backbench. This can be done from your endpoints section. (setting up custom domain name)

You can always always reach to us if, Also setting up a custom domain on backbench is **FREE**.


---

# 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://backbench.gitbook.io/backbench-docs/troubleshooting-and-support/cname-support.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.
