# Domains

Domains in <code class="expression">space.vars.product\_name</code> enable you to create multiple sub-organizations within your current organization.

A large company may have multiple sub-organizations, such as multiple business units, each requiring to operate in an isolated manner, with it's own isolated infrastructure and users. Domains enable this use case.

A **Domain** is a logical grouping of isolated infrastructure and users. Each Domain has it's own infrastructure of physical servers, networks, storage etc that is not shared with other Domains. It also has one or more tenants within it, that are completely owned by that Domain. Tenants are not shared across Domains.

Here's how the uniqueness of various multi-tenancy constructs works:

* Domain Name: Globally unique across all domains.
* Role Name: Unique within the owning domain.
* User Name: Unique within the owning domain.
* Group Name: Unique within the owning domain.
* Tenant (Project) Name: Unique within the owning domain.

A new deployment of <code class="expression">space.vars.product\_name</code> comes with a single domain called the `default` domain. This is the domain you will see selected when you log into <code class="expression">space.vars.product\_name</code> UI. If you need multiple domains enabled, work with your Solutions Architect or Support contact to request additional domains to be enabled.


---

# 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.platform9.com/private-cloud-director/identity-and-multi-tenancy/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.
