# Custom domain

To add a Custom Domain to your application, follow the steps:

1. Proceed to the Preview button on the top right
2. Click on the **Connect Custom Domain**
3. Type a domain that you would like to connect

{% @arcade/embed flowId="5UHkPMMTLacQxHLQlBR8" url="<https://app.arcade.software/share/5UHkPMMTLacQxHLQlBR8>" %}

### Add CNAME record

Add the following configuration record in your domain DNS settings:

* Type: **CNAME**
* Name (Host/Domain): **www**
* Destination (Target/Value): **app.jetadmin.io**

Click **Add Domain.** Typically, it takes from 5 minutes to 24 hours to update your DNS.

<figure><img src="/files/KEsyKyyw0GKPDQDLaiGB" 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://docs.jetadmin.io/user-guide/project-settings/configuring-a-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.
