> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Duplicating a Blueprint

> Duplicate an existing Blueprint and its Assignment Map in Iru Endpoint. Copy configurations to quickly create variations for different device groups.

<Callout icon="earth-americas" color="#B84A7A" iconType="regular">This guide applies to all device platforms</Callout>

### About duplicating a Blueprint

Duplicating a Blueprint creates a **new** Blueprint with a copy of another Blueprint's Assignment Map layout, Library Item placements, and Parameter configuration. Devices stay on the original Blueprint until you move them.

<Callout icon="triangle-exclamation" color="#EAB308" iconType="regular">As of April 1, 2026, all legacy Classic Blueprints were automatically converted to Assignment Maps, which are the default, improved version of Blueprints.</Callout>

### How It Works

Use duplication when you need a similar Assignment Map without rebuilding nodes, rules, and Library Item assignments from scratch. After duplication, the two Blueprints are independent: edits to one do not change the other.

<Note>
  Library Items in the Library are **not** duplicated. The new Blueprint references the same Library Items you place on the map. Updates to a Library Item still apply everywhere that item is assigned.
</Note>

### How to duplicate a Blueprint

#### From a Blueprint tile on the Blueprints page

<Steps>
  <Step title="Open Blueprints">
    Sign in to Iru Endpoint and open **Blueprints** in the left navigation.
  </Step>

  <Step title="Open the menu on the Blueprint tile">
    On the **tile** for the Blueprint you want to copy, click the **ellipsis** (**…**).
  </Step>

  <Step title="Choose Duplicate Blueprint">
    Click **Duplicate Blueprint**.

    <Frame>
      <img src="https://mintcdn.com/iru/BnuDUhWXAOCo_FQS/assets/media/images/iru-blueprints-duplicate-from-tile.png?fit=max&auto=format&n=BnuDUhWXAOCo_FQS&q=85&s=05ec6dd1089b478fc0773c37ac86104b" alt="Blueprints page with a Blueprint tile ellipsis open and Duplicate Blueprint highlighted" width="2854" height="1718" data-path="assets/media/images/iru-blueprints-duplicate-from-tile.png" />
    </Frame>
  </Step>

  <Step title="Name the new Blueprint">
    Enter a new **name** and optional **description** for the duplicate.
  </Step>

  <Step title="Complete duplication">
    Click **Duplicate**.
  </Step>
</Steps>

#### From the Blueprint page

<Steps>
  <Step title="Open Blueprints">
    Open **Blueprints** in the left navigation.
  </Step>

  <Step title="Open the Blueprint from its tile">
    On the Blueprints page, click the **tile** for the Blueprint you want to copy.
  </Step>

  <Step title="Open the menu in the Blueprint header">
    Click the **ellipsis** (**…**) in the Blueprint header.
  </Step>

  <Step title="Choose Duplicate Blueprint">
    Click **Duplicate Blueprint**.

    <Frame>
      <img src="https://mintcdn.com/iru/BnuDUhWXAOCo_FQS/assets/media/images/iru-blueprints-duplicate-from-blueprint-page.png?fit=max&auto=format&n=BnuDUhWXAOCo_FQS&q=85&s=d58b5c6c29e185e0ccf1dab066329b48" alt="Blueprint page opened from a tile, with header ellipsis open and Duplicate Blueprint highlighted" width="2372" height="1056" data-path="assets/media/images/iru-blueprints-duplicate-from-blueprint-page.png" />
    </Frame>
  </Step>

  <Step title="Name the new Blueprint">
    Enter a new **name** and optional **description** for the duplicate.
  </Step>

  <Step title="Complete duplication">
    Click **Duplicate**.
  </Step>
</Steps>

### Related Articles

<CardGroup cols={2}>
  <Card title="Creating a Blueprint" icon="map" href="/en/endpoint/blueprints/assignment-maps/creating-a-blueprint">
    Create and manage Assignment Maps, Library Items, and Parameters
  </Card>

  <Card title="Configuring Blueprints" icon="cog" href="/en/endpoint/getting-started/blueprints-and-library/configuring-blueprints">
    Getting started with Blueprints and Assignment Maps
  </Card>

  <Card title="Modifying a Blueprint" icon="sliders" href="/en/endpoint/blueprints/assignment-maps/modifying-a-blueprint">
    Edit Blueprint details, assignments, and Parameters
  </Card>

  <Card title="Deleting a Blueprint" icon="trash" href="/en/endpoint/blueprints/assignment-maps/deleting-a-blueprint">
    Remove an unused Blueprint safely
  </Card>

  <Card title="Moving Devices Between Blueprints" icon="route" href="/en/endpoint/blueprints/assignment-maps/moving-devices-between-blueprints">
    Reassign devices after you create or duplicate a Blueprint
  </Card>
</CardGroup>
