> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/software/software-inventory.md).

# Software inventory

Page **Software Inventory** presents applications detected on computers monitored by eAuditor. It enables aggregated software analysis and review of the details of each installation.

Three views are available:

* **All** - aggregated list of detected programs,
* **Details** - information about each installation on a specific computer,
* **Recently installed** - programs sorted by installation date.

### All view

View **All** groups detected applications and displays basic information such as:

* program name,
* manufacturer,
* organizational structure,
* number of detected installations.

<figure><img src="/files/4783fe8b8e7570ec9d91701b2cbc32f2389182c1" alt="widok Wszystkie" width="375"><figcaption></figcaption></figure>

The number of installations is an active element. When selected, the system displays a list of computers on which the given program was detected.

<figure><img src="/files/a0d46e8c23610d8387f464656f8b8fce14ea39ee" alt="Liczba instalacji - aktywny element" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/1d656062bc17c9c7c0d77b4f02124d29c5085f5b" alt="lista komputerów z wybraną aplikacją" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
The organizational structure is configured in the organization settings. For the data to appear in the appropriate structure, computers must be assigned to it.
{% endhint %}

#### Checking where the program is installed

{% stepper %}
{% step %}

#### Find the program

Use the search box or the filters available above the table.
{% endstep %}

{% step %}

#### Select the number of installations

Click the value in the column showing the number of detected installations.
{% endstep %}

{% step %}

#### Check the computers

The system will display a list of devices on which the selected application was detected.
{% endstep %}
{% endstepper %}

### Details view

View **Details** presents each installation as a separate entry. Depending on the available data, the table may include:

* program name,
* version,
* manufacturer,
* detected vulnerabilities,
* installation date,
* registry key,
* computer name,
* IP address,
* organizational structure,
* operating system,
* Host ID.

<figure><img src="/files/394b57195c9e20d58615931994aba3d38d3d91ae" alt="widok Szczegóły" width="375"><figcaption></figcaption></figure>

This view is especially useful when:

* preparing reports,
* comparing program versions,
* searching for outdated installations,
* analyzing vulnerabilities,
* exporting data for selected computers.

{% hint style="warning" %}
View **Details** is used for data analysis and does not allow direct uninstallation of applications. To initiate uninstallation, use the view **All** or **Recently installed**.
{% endhint %}

### Recently Installed view

View **Recently installed** makes it easier to detect new installations and review changes from a selected period.

The table may include, among other things:

* installation date,
* program name,
* manufacturer,
* the number of installations.

<figure><img src="/files/04ba1cce479e28e27dd9618d1602dd973c1e14e7" alt="Ostatnio zainstalowane" width="375"><figcaption></figcaption></figure>

After selecting the number of installations, you can check the computers on which the program was detected. From this view, you can also proceed to remote uninstallation of the application if the given installation supports such an operation.

### Searching for a specific installation

{% stepper %}
{% step %}

#### Open the Details view

Go to the detailed installation listing.
{% endstep %}

{% step %}

#### Apply filters

Enter the program name and optionally select the version, manufacturer, computer, or organizational structure.
{% endstep %}

{% step %}

#### Verify the result

Check the version, installation date, computer, and other information available in the row.
{% endstep %}

{% step %}

#### Export data

If you need a report, use the export function after setting the appropriate filters.

<div align="left"><figure><img src="/files/eb8b20d4eeac20843f796e3afbf78aaaa329b57b" alt="Wyeksportuj dane" width="238"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

### Frequently Asked Questions

<details>

<summary><strong>Why does the number of installations differ from the number of computers?</strong></summary>

A single computer may have different versions, editions, or components of the same program. The result may also be affected by the way the vendor registers individual application components.

</details>

<details>

<summary><strong>Why does the installation date appear incorrect?</strong></summary>

The date comes from information stored by the system or the program installer. An update, repair, or re-registration of the application may change this date.

</details>

<details>

<summary><strong>Why does the program have no manufacturer or version number?</strong></summary>

Some installers do not record complete data. In such cases, eAuditor may display an empty field or a limited set of information.

</details>

<details>

<summary><strong>Are portable applications visible in the inventory?</strong></summary>

Not all of them. A portable application (commonly referred to as portable) that does not leave a standard installation entry may not be detected as an installed program.

</details>


---

# 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://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/software/software-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.
