> 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/ion-analytics/part-impact-analysis.md).

# Part impact analysis

### Impact Analysis Dashboard Overview

The Impact Analysis Dashboard provides visibility into the impact of part revisions, aiding in decision-making for inventory upgrades and other data updates.

Check out this video below for more information:

{% embed url="<https://www.loom.com/share/fd57e625c6024106834fd65540429ad8?sid=1e83ac4f-ba60-41f1-950e-d83d1414a364>" %}

#### Information Displayed

* **Supply Information:** Quantity on hand, open purchase order lines, open runs, and procedure count.
* **Demand Information:** mBOM items, aBOM open build requirements, part kit items, and plan inputs on open plans.

#### Include Impact for Latest Revision Toggle

* When set to true, displays information for both the latest and previous revisions.

### Definitions

* **Qty on hand** - the total quantity in inventory with statuses available or unavailable
* **Qty on purchase** - the total quantity on purchase order lines that have not been received/canceled
* **Qty on runs** - the total quantity on runs that have not been completed/canceled
* **Number of procedures** - the number of procedures that are the latest version in their procedure family that are associated with the part
* **Number of mBOM items** - the number of mBOM items for part that are used on the latest version of an mBOM
* **Number of open build requirements** - the number of build requirements that are not fully installed
* **Number of open kit items** - the number of kit items that are not fully kitted
* **Number of schedules on plans** - the number of non-completed plan inputs on plans are open (in progress or scheduled)


---

# 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/ion-analytics/part-impact-analysis.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.
