> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/app/website-builder/set-up-custom-domain.md).

# Set up custom domain

### How to set up a custom domain for your website?

You can link your website to a custom domain of your choice instead of using the default AppMySite web address. This ensures a fully branded experience for visitors who access your website.

{% embed url="<https://scribehow.com/viewer/Customize_your_domain__tCVMHzCIRZCF9y0LvfxDsg?referrer=documents>" %}

#### Step 1: Go to the “Website” screen in the app builder

* From the app dashboard, click on [**Website**](https://app.appmysite.com/website/builder) in the side menu
* This section allows you to configure and manage your website’s hosting and domain

#### Step 2: Enter your domain details

* Add your main domain (e.g., yoursite.com)
* Enter a subdomain (e.g., [www.yoursite.com](http://www.yoursite.com)) that you want your website to use
* Click Save to proceed

{% hint style="warning" %}
You’ll need access to your DNS provider’s settings to complete the setup.
{% endhint %}

#### Step 3: Verify ownership

* Log in to your domain registrar (e.g., GoDaddy, Namecheap, Cloudflare)
* Create a CNAME record with these details:
  * Host/Name: the subdomain you’ve entered (e.g., `www`)
  * Value/Target: the destination provided in your dashboard
  * TTL: set to Auto
  * Proxy status: set to “DNS only” if you're using Cloudflare

#### Step 4: Verify the domain

* Return to the website screen in the app builder
* Click Verify to confirm domain ownership

{% hint style="warning" %}
DNS propagation may take a few minutes to several hours depending on your domain provider.
{% endhint %}

#### Step 5: Activate the domain

* Once verification is successful, click Activate
* Your website will now be accessible on the custom domain you linked

{% hint style="warning" %}
Custom domain support for websites is only available on the Premium plan.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.appmysite.com/app/website-builder/set-up-custom-domain.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.
