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

# Modifying a Blueprint

> Edit Blueprint settings and Assignment Maps in Iru Endpoint. Update Library Item assignments, change parameters, and adjust device configurations.

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

### About modifying a Blueprint

Modifying a Blueprint lets you update Blueprint details (name, description, and appearance), adjust Assignment Map logic, and manage Parameters for Mac devices.

<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

Blueprint changes apply to devices based on check-in behavior and the specific items assigned in the Assignment Map. Changing metadata (name, description, icon) affects organization only; changing assignments or rules affects what devices receive. Blueprint updates are recorded on the [Activity Page](/en/endpoint/devices/activity-page).

### Modify Blueprint details

**Edit Blueprint** is where you change how the Blueprint is labeled in the product: its **name**, optional **description**, and the **icon** and **color** shown on the Blueprint tile and elsewhere. Those updates are organizational only; they do not change Assignment Map content, Library Item assignments, or what devices receive.

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

<Steps>
  <Step title="Open Blueprints">
    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 edit, click the **ellipsis** (**…**).
  </Step>

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

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

  <Step title="Update settings">
    Update the Blueprint **name**, optional **description**, and icon/color as needed.
  </Step>

  <Step title="Save changes">
    Click **Confirm**.
  </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 edit.
  </Step>

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

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

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

  <Step title="Update settings">
    Update the Blueprint **name**, optional **description**, and icon/color as needed.
  </Step>

  <Step title="Save changes">
    Click **Confirm**.
  </Step>
</Steps>

### Modify Assignment Map content

<Steps>
  <Step title="Edit assignments">
    From the Assignment Map view, click **Edit assignments**.
  </Step>

  <Step title="Update items and logic">
    Add or remove Library Items, adjust Assignment Nodes, and edit conditional blocks.
  </Step>

  <Step title="Save">
    Click **Save** when finished.
  </Step>
</Steps>

### Modify Parameters (Mac only)

<Steps>
  <Step title="Open Parameters">
    In the Blueprint, open the **Parameters** tab.
  </Step>

  <Step title="Edit Parameters">
    Click **Edit Parameters**, then enable, disable, or adjust needed Parameters.
  </Step>

  <Step title="Save">
    Click **Save**.
  </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="Duplicating a Blueprint" icon="copy" href="/en/endpoint/blueprints/assignment-maps/duplicating-a-blueprint">
    Copy an existing Blueprint and Assignment Map
  </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="Using Conditional Logic in Blueprints" icon="code" href="/en/endpoint/blueprints/assignment-maps/using-conditional-logic-in-blueprints">
    Use conditional logic to scope assignments
  </Card>
</CardGroup>
