# Custom Domains

![Custom Domains](https://codesphere.ghost.io/content/images/size/w600/2024/01/posthog-a-b-test-domains.webp)

Arkane Cloud allows you to attach your workspaces to custom domains in minutes. If you do not yet have a domain, purchase one from a domain registrar such as [GoDaddy](https://www.godaddy.com/?ref=codesphere.ghost.io) or [Namecheap](https://www.namecheap.com/?ref=codesphere.ghost.io).

### Adding Your Domain <a href="#heading-0" id="heading-0"></a>

To add your domain, navigate to the Domains tab in the workspace Dashboard.

<figure><img src="https://codesphere.ghost.io/content/images/2023/12/teamNavbar.webp" alt=""><figcaption></figcaption></figure>

Then, simply add your Domain

<figure><img src="https://codesphere.ghost.io/content/images/2023/12/image--9-.webp" alt=""><figcaption></figcaption></figure>

To verify your domain, you need to add two DNS records:

| Type | Name | Value                                 |
| ---- | ---- | ------------------------------------- |
| A    | @    | \*Find this in the domain dashboard\* |
| TXT  | @    | \*Find this in the domain dashboard\* |

### Connecting Workspaces <a href="#heading-1" id="heading-1"></a>

Now that your domain is verified, you can connect workspaces to your domain by pressing edit, and selecting your workspaces from the dropdown:

<figure><img src="https://codesphere.ghost.io/content/images/2023/12/image--5-.webp" alt=""><figcaption></figcaption></figure>

If you select multiple workspaces, Arkane Cloud will automatically evenly distribute the traffic to all selected workspaces. This can be used for load balancing or A/B testing

### Further reading <a href="#heading-2" id="heading-2"></a>

Domains open up a wide array of additional features in Arkane Cloud:

* [Staging Environments](/docs/getting-started/staging-environments.md)
* [Zero Downtime Releases](/docs/getting-started/zero-downtime-releases.md)
* [Path based routing](/docs/getting-started/path-based-routing.md)


---

# 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.arkanecloud.com/docs/getting-started/custom-domains.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.
