# 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="https://2509840198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrViHKCGxzpwUEsRBfwlN%2Fuploads%2FQFJGuGfxU0RboirXF0sc%2Fimage.png?alt=media&#x26;token=952db902-8578-4024-b74a-67025a1fc3f6" 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="https://2509840198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrViHKCGxzpwUEsRBfwlN%2Fuploads%2Fhrwf4VDWTlmfnqcd1HgL%2Fimage.png?alt=media&#x26;token=9d41b1bc-02ed-4ea2-946d-bcf5e4722a19" 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="https://2509840198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrViHKCGxzpwUEsRBfwlN%2Fuploads%2F3oT2aF2mep7tuftPllVP%2Fimage.png?alt=media&#x26;token=339e9996-b5a3-4c52-a178-c556edfdcc99" 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="https://2509840198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrViHKCGxzpwUEsRBfwlN%2Fuploads%2Fnp5TLymYALHu08C3UWr8%2Fimage.png?alt=media&#x26;token=13ec2e30-669c-48f3-addd-51ae00f7c4c9" 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).
