> 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-version-release-notes/october-2022/inventory/de-assembling.md).

# De-Assembling

**YouTube:** [DE-ASSEMBLING IN LOGIC ERP](https://youtu.be/yeeD4bKpItM)

A New option **De-Assembling** is added in **Inventory** module. De-Assembling is a process to Dismantle the finished good into raw goods .In simple words it is just opposite of Assembling in Logic. This option will allow user to undo the Assembling in LOGIC ERP .

Firstly, we are going to Discuss about the Assembling process then we will move forward to De-Assembling .

Step 1: In **Assembling** ,the first step is to Create the raw goods and the one Finished good.

Step 2: Go to **Finished Items Details** in **Set other Item Details**. Select the **Finished item** and enter the raw items in the Item Grid. Click on Save button.*(Refer to the image below)*

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

Step 3: Go to **Assembling** option in **Inventory** Module .Select the Finished Item from item search list . After selection of item the Finished items details will be displayed in item grid that we had entered previously. Enter the **Issued to** and save the document.

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

In The above shown process, we have seen how assembling takes place and now we will discuss about the **De-assembling. The** following steps will help to understand the process of De-assembling:

Step 1. Go to **De-Assembling** added under **Inventory** module. Click on **Select finished item** and choose the Item from search list.

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

Step 2.After Selection of finished item, you can view the raw goods in item grid in which finished good will be dissembled. Enter **Issued to** and click on save button.

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

After De-Assembling process, the stock of finished good will be reduced and the stock of raw good will be added back.


---

# 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-version-release-notes/october-2022/inventory/de-assembling.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.
