# Custom Domain

On ClawCloud Run, you can configure custom domains via the APP Launchpad to enable users to access your application through your branded domain, delivering a more professional service experience. This article explains how to add and configure custom domains for your applications.

### **During Deployment**

To set up a custom domain **while deploying your application**:

1. **Enable Public Access**:\
   During deployment, toggle on the **"Public Access"** option. ClawCloud Run will automatically assign a public domain to your application.

<figure><img src="/files/LieGCnKTLPPJdyf4mapD" alt=""><figcaption></figcaption></figure>

2. **Configure CNAME Record**:\
   Go to your **DNS provider** (e.g., Cloudflare) and add a `CNAME` record pointing your custom domain (e.g., `app.yourbrand.com`) to the assigned public domain.

**Example for Cloudflare**:

<figure><img src="/files/hpOPs19Una9jvI17HwmF" alt=""><figcaption></figcaption></figure>

3. **Bind Custom Domain**:\
   Once DNS propagation completes (this may take minutes to hours), return to ClawCloud Run:

* Click the **"Custom Domain"** button on the right panel.
* Enter your custom domain (e.g., `app.yourbrand.com`) and confirm.

<figure><img src="/files/kqZHcuVFyrxxgsIPJBrW" alt=""><figcaption></figcaption></figure>

4. **Deploy and Verify**:

* Click **"Deploy"** in the top-right corner to finalize the deployment.
* After deployment completes, click the generated public URL to confirm access via your custom domain.

<figure><img src="/files/pzcrTEts9HhaWzclDhIj" alt=""><figcaption></figcaption></figure>

***

### **Post-Deployment**

For **already deployed applications**:

1. Navigate to your application’s details page.
2. Click the "**Update"** button in the top-right corner.
3. Follow the same steps as above to configure your custom domain (enable public access if not already active, set up CNAME, and bind the domain).


---

# 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.run.claw.cloud/clawcloud-run/guide/app-launchpad/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.
