> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/setup-items/setup-items-multiple-pack-sizes/configuration-multiple-packs-sizes/configuration-options-1/copy-model-master-in-item-description-3.md).

# Copy Model Master in Item Description - 3

**YouTube:** [How to Copy Model Master into Item Description - 3 When Creating a New Item?](https://www.youtube.com/watch?v=5M6Fw31ifZk)

## How to Copy Model Master into Item Description - 3 When Creating a New Item?

In this tutorial, we’ll explore the configuration option **“Copy Model Master in Item Description 3”** while creating an item in Logic ERP.

***

### **Accessing Configuration Settings**

* **Navigate to:** Setups/Setup Items and then click on **"Setup Items Multiple Packs/Sizes".**
* Click on the Configuration.
* Under the Configuration Options - 1 tab.
* Locate and disable the option labeled as

> **“Copy Model Master in Item Description - 3”**.

<figure><img src="/files/ZgKT11iTRp8ENQvibE2y" alt=""><figcaption></figcaption></figure>

***

### Implement with Feature Disabled

* Keep the option **disabled**.
* Firstly, Go to **Column Locks** and enable both:
  * **Item Description 3**
  * **Part Model**

<figure><img src="/files/Vu4ZxJrpD7pM4rygTLRL" alt=""><figcaption></figcaption></figure>

* Now, create a **new item**.
* In **Linked Parts and Models**, enter the **Model Master** and save the item.
* Reopen the item to review details.

<figure><img src="/files/nBiSIAU7nTsNm9BgGjyt" alt=""><figcaption></figcaption></figure>

Since the option was disabled, the **Model Master is not copied** into **Item Description 3**.

***

### Implement with Feature Enabled

* Go back to **Configuration** and **enable** the option.
* Create a new item again and save it.
* Reopen the item to review the details.

<figure><img src="/files/lFROFx3TMVNC7fLwoknu" alt=""><figcaption></figcaption></figure>

This time, the **Model Master is automatically copied** into **Item Description 3**.

***

### Key Takeaway

* **Disabled:** Item Description 3 remains empty unless entered manually.
* **Enabled:** Model Master is automatically copied into Item Description 3.

This feature ensures **consistency and automation** when managing item details.


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/setup-items/setup-items-multiple-pack-sizes/configuration-multiple-packs-sizes/configuration-options-1/copy-model-master-in-item-description-3.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.
