> For the complete documentation index, see [llms.txt](https://manual.firstresonance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.firstresonance.io/features/parts-and-trace/inventory/inventory-scrapping.md).

# Inventory scrapping

### Overview

ION allows you to explicitly scrap inventory, making it unavailable for use. You can scrap inventory in a few different ways, as outlined below. Additionally, if you’re scrapping only part of a lot, there is functionality to handle partial quantities.

### Functionality

#### Scrapping Partial Quantities

Regardless of where you scrap inventory, if you scrap less than the full quantity, the inventory will automatically be split. For example, a lot-tracked inventory item with a quantity of four can be split into two lines: one with a quantity of one (scrapped) and another with a quantity of three (remaining in its original status). All lot traceability remains linked to the newly created line, ensuring clear visibility of the scrapped parts' history.

#### Scrapping on Uninstall

If you know the inventory will be scrapped during uninstallation, you can scrap it directly from the uninstallation screen. Simply select the quantity to uninstall (if applicable) and check the "Scrap" box before submitting the pop-up.

<figure><img src="/files/dvAtsL4X9JDTdIK9LLRq" alt=""><figcaption><p>Scrap on uninstall.</p></figcaption></figure>

#### Scrapping From Inventory Page

You can also scrap inventory directly from the inventories page by editing the "Scrapped Qty" column. If the entire quantity is marked as scrapped, the status of the entire line will change to "Scrapped." If only part of the quantity is marked as scrapped, the system will apply partial scrapping logic, creating a new inventory entry to reflect the partially scrapped quantity.

<figure><img src="/files/ULm2v0rxTV3KkeNrcCpw" alt="" width="172"><figcaption></figcaption></figure>

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


---

# 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://manual.firstresonance.io/features/parts-and-trace/inventory/inventory-scrapping.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.
