> For the complete documentation index, see [llms.txt](https://docs.harmony.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.io/settings/custom-subdomains-and-branded-urls.md).

# Custom Subdomains and Branded URLs

Harmony now supports custom subdomains for each organization, giving you a dedicated URL that reflects your organization's identity. Instead of accessing Harmony through a generic address, your team navigates directly to a URL like `yourcompany.harmony.so`. This is the first step toward a fully branded Harmony experience, with more personalization options on the way.

### How Custom Subdomains Work

Each organization is automatically assigned a unique subdomain when its tenant is provisioned. The subdomain is derived from your organization name and follows this format:

```
yourcompany.harmony.so
```

There is no manual DNS configuration required on your end. Harmony handles all subdomain provisioning automatically as part of the tenant setup process. Once your organization is set up, your subdomain is active and ready to use.

### Accessing Your Organization's URL

To find your organization's subdomain, contact your Harmony administrator or check your onboarding details. Once you have your subdomain, you and your team can bookmark it and use it as the primary entry point to Harmony.

All existing links and integrations that reference Harmony will continue to work. Your custom subdomain is an additional, organization-specific access point rather than a replacement for any existing configurations.

### What This Means for Your Team

* **Clearer identity** - Your team lands on a URL that belongs to your organization, reducing confusion in multi-tenant environments.
* **Consistent access** - Everyone in your organization uses the same dedicated address, making it easier to standardize bookmarks and internal documentation.
* **No extra setup** - Subdomains are provisioned automatically, so there is nothing you need to configure manually.

### Coming Soon

Custom subdomains are the foundation for a broader set of branding capabilities. Future updates will build on this to include:

* Personalized login pages with your organization's branding
* Organization-specific visuals and themes

These upcoming features will give your organization a more cohesive and recognizable presence within Harmony. Stay tuned for announcements as these capabilities become available.


---

# 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.harmony.io/settings/custom-subdomains-and-branded-urls.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.
