# Creating a Tenant (Environment)

In AWS, cloud features such as AWS resource groups, AWS IAM, AWS security groups, KMS keys, as well as 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 DuploCloud Common Components documentation.

## 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.
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.<br>

   <div align="left"><figure><img src="/files/gsjK3pg6ZCYSkKXdMt90" alt=""><figcaption><p>The <strong>Create a Tenant</strong> pane in the DuploCloud Portal</p></figcaption></figure></div>

{% hint style="info" %}
For information about granting Cross-Tenant access to resources, see [this section in the User Administration section](/docs/automation-platform/security-and-compliance/access-control-2/cross-tenant-access.md).
{% endhint %}


---

# 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/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.
