# Loss management

## Overview

The loss management feature allows the user to attribute losses on the production line and use these attributions to track and analyze the losses on their line.

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

This feature can be accessed from multiple points in the product:

#### Availability drill downs

When the user accesses Downtime Causes List, all the non-production losses recorded will get displayed in the table. Then the user can attribute losses instance-wise.

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

User can use the toggle button to switch between “Attribution States List” and “Downtime Causes List”. When the user hovers on an attributed Loss Type, they can see the Cause of Loss on a tooltip.

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

#### Performance drilldowns

User can attribute losses instance-wise while comparing multiple cycles and while looking at a cycle’s high level interaction graph.

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

#### Part trace module

From the Part Tracing module, user can individually attribute loss from each bad part reported, from each exceeded cycle time and directly from process parameter section.

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

#### Bottlenecks module

From the Bottlenecks module, user can navigate to *Opportunities* section and attribute losses either per instance or per opportunity type in the stuck states section. The dropdown shows all instances and the user can multiselect instances and attribute them at the same time.

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

The loss attribution feature has 4 major sections:

#### Unattributed losses

All losses that are not attributed yet, will be populated in the table on this page.

To attribute a single loss, the user will click on the edit button which enables data entry. For Cause of Loss, Fix and Remarks, the user will get auto suggestions as they start typing.

<figure><img src="/files/8PUUZJfrdOsrFqijMmBs" alt=""><figcaption></figcaption></figure>

To attribute cumulatively, the user can select multiple losses and click on the “attribute selected” button which will open a pop-up for them to enter the data.

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

#### Attributed losses

All losses, once attributed will move to the attributed losses tab.

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

Here, you can edit the attributed losses.

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

#### Ongoing losses

All losses that have started but don’t have an end time yet, will get recorded under ongoing losses. These losses will not have an end time or duration. As they are still ongoing, they cannot be attributed. Once the loss has an end time, it will move to the unattributed tab and can then be attributed.

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

#### Loss analysis

The loss analysis tab consists of 5 types of graphs that allow the user to get an in-depth understanding of the losses on their line.

* The APQ loss breakdown graph shows you how much loss% each asset had, and its breakdown by availability, performance and quality.

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

* The loss type breakdown graph shows you how much loss each asset had by count or duration, and its breakdown by loss type.

<figure><img src="/files/5rO3Y0PIOfC7rxlRMDEB" alt=""><figcaption></figcaption></figure>

* The loss type pareto graph shows you how much each loss type contributed to the total loss count and duration, allowing you to analyze which loss type is the worst.

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

* The loss type timeseries graph shows you how much loss the line had per day by count or duration, and its breakdown by loss type.

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

* The cause of loss pareto graph shows you how much each cause of loss contributed to the total loss count and duration, allowing you to analyze which cause is the worst.

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


---

# Agent Instructions: 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:

```
GET https://linecraft.gitbook.io/knowledgebase/product-guides/loss-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
