> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/automation-and-tools/automation-stacks/clone-from-a-tenant.md).

# Clone from a Tenant

## Cloning Resources from a Tenant

Clone resources (Nodes, Hosts, Services, Secrets, storage, etc.) from one Tenant to another using DuploCloud Stacks.

1. Select the destination Tenant from the **Tenant** list box.
2. Navigate to **Automation** -> **Stacks**.
3. On the **Deployments** tab, click **Clone**. The **Create Tenant Clone Job** pane displays.<br>

   <div align="left"><figure><img src="/files/3BhuZ9IaLC8Qb7ATA1JH" alt=""><figcaption><p>The <strong>Create Tenant Clone Job</strong> in the DuploCloud Portal</p></figcaption></figure></div>
4. Provide a **Name** for the clone Tenant, select the source Tenant from the **Source Tenant** list box, and specify the resources to be cloned in the **Scope** field.
5. Click **Next**. The **Deployment** page for the clone job displays.

<figure><img src="/files/G9JbEOyAWhvUgJWwgqVl" alt=""><figcaption><p>The <strong>Deployment</strong> page for a Tenant clone job in the DuploCloud Portal</p></figcaption></figure>

6. On the **Deployment** page, configure the clone job details:

* Select or unselect the resources you want to include in the clone job.
* Click the **edit icon** (<img src="/files/YGR5f3yGIqSOY6pRNNRQ" alt="" data-size="line">) beside a resource to open and edit its settings. Click **Save** to save your changes.

7. Click **Submit**. The selected resources from the source Tenant are cloned into the destination Tenant.


---

# 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.duplocloud.com/docs/automation-platform/automation-and-tools/automation-stacks/clone-from-a-tenant.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.
