# Creating a Tenant (Environment)

In Azure, Microsoft cloud features such as Azure resource groups, Azure managed identity, Azure application security groups (ASG), KMS keys, and Kubernetes Namespaces are exposed in Tenants which reference their configurations.

For more information about DuploCloud Tenants, see the [Tenants](/docs/automation-platform/application-focused-interface-duplocloud-architecture/tenant.md) topic in the Getting Started with DuploCloud section.

## Creating a Tenant <a href="#id-2-toc-title" id="id-2-toc-title"></a>

1. Navigate to **Administrator** -> **Tenant** in the DuploCloud Portal and click **Add**. The **Create a Tenant** pane displays.<br>

   <div align="left"><figure><img src="/files/EgeRbx3tYMzNtvmNaKjm" alt="" width="404"><figcaption><p><strong>Create a Tenant</strong> pane</p></figcaption></figure></div>
2. In the **Name** field, enter a name for the Tenant. Choose unique names that are not substrings of one another, for example, if you have a Tenant named `dev`, you cannot create another named `dev2`. We recommend using distinct numerical suffixes like `dev01` and `dev02`.
3. In the **Plan** list box, select the Plan to associate the Tenant with.
4. Click **Create**. The Tenant is created.


---

# 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.duplocloud.com/docs/automation-platform/overview-2/use-cases/tenant-environment.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.
