> 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/pick-packing-from-masters.md).

# Pick Packing from Masters

**YouTube:** [How to Pick Packing from Packing Master When Creating an Item?](https://www.youtube.com/watch?v=JKWseMhroyM)

## How to Pick Packing from Packing Master When Creating an Item?

In this tutorial, we’ll learn how to pick **packing details directly from the master's** while creating new items 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:

> &#x20;**“Pick Packing from Masters.”**

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

* Save the changes.

***

### Define Packing in Packing Master

* **Navigate to:** Setup\Setup Items and then select **"Setup Packing"**.
* Here, you can create a **Packing Master** by defining packing as per your business requirements (e.g., Box of 10, Case of 100, etc.).

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

***

### Implement Feature with Disabled (Default Behavior)

* With the feature **disabled**, create a **new item**.
* The **Packing field** will display a list of predefined packings.
* You can also **create new packing at runtime** while setting up the item.

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

***

### Implement Feature with Enable&#x20;

* Return to **Configuration** and enable **“Pick Packing from Masters.”**
* Now, while creating a new item:
  * The system **restricts manual entry** of packing.
  * Only the **pre-defined packings** from the **Packing Master** are available for selection.

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

***

This setup ensures consistency by preventing manual variations in packing details and allowing only standardized packing from the **Packing Master**.


---

# 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/pick-packing-from-masters.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.
