> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-lens/inventory.md).

# Inventory

Inventory provides an overview of the application inventory and associated details across organizations and environments. The Inventory dashboard provides an overview of the organizational hierarchy, detailing the total number of organizations, their environments, deployed runtime applications, available APIs, connectors used in applications, and the count of deprecated applications. To ensure accurate tracking, a periodic background job analyzes the inventory data and compares it with the defined deprecations to identify deprecated applications and updates the system accordingly.

### Application Statistics

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

* **`Runtime Mule Applications`** - Total Mule applications deployed in Anypoint Runtime Manager.
* **`Exchange API Assets`** - Total RAML / OAS assets deployed to Anypoint Exchange.
* **`API Manager Instances`** - Total API Manager instances in Anypoint Platform.
* **`Scan Mule Applications`** - Total Mule applications scanned using IZ Scan CLI.
* **`Scan API Assets`** - Total API assets scanned using IZ Scan CLI.
* **`Deprecated Apps`** Displays the total assets / applications that are deprecated based on the rules configured in Deprecations.
* **`Overall Metrics`** - Total Metrics collected across all applications.

### Statistics Across Organization

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

Each organization will be associated with following stats -

* **`Runtime Mule Applications`** - Total Mule applications deployed in Anypoint Runtime Manager.
* **`Exchange API Assets`** - Total RAML / OAS assets deployed to Anypoint Exchange.
* **`API Manager Instances`** - Total API Manager instances in Anypoint Platform.
* **`Scan Mule Applications`** - Total Mule applications scanned using IZ Scan CLI.
* **`Scan API Assets`** - Total API assets scanned using IZ Scan CLI.
* **`Deprecated Apps`** Displays the total assets / applications that are deprecated based on the rules configured in Deprecations.
* **`Overall Metrics`** - Total Metrics collected across all applications.

### Organization Statistics

More details about the inventory for each organization can be drilled down by clicking on the organization name -

**`Metric Details`** displays the list of collected metrics across applications. Details can be furthered filtered by **`Environments`** or **`Application Types`** or even by **`Deprecated Apps` .**

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

### See Also

* [Deprecations](/product-guides/integral-zone/iz-suite/iz-lens/deprecations.md)
* [Aggregated Dashboard](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/application-dashboard.md)
* [Application Dashboard](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/application-dashboard.md)
* [Mule Projects](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/applications/mule-applications.md)
* [API Applications](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/applications/exchange-apis.md)


---

# 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://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-lens/inventory.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.
