> 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.md).

# Software

## Software

Section **Software** enables viewing, analysis, and management of information about software detected on computers in the system.

Provides tools for viewing information about installed software read from computers' system registries.\
Allows analysis of application lists, their versions, vendors, and installation details in a single location. Also enables monitoring software status and access to detailed data.

The view presents all detected registry entries related to software, allowing verification of how many computers the given software was detected on.

## Available views

Section **Software** consists of three tabs.

### All

The view presents all detected programs in the system along with information:

* program name,
* vendor,
* the organizational unit in which the software was detected,
* the number of detected installations.

{% hint style="info" %}
The organizational structure is configured in the **Organization**tab, and computers must be assigned to it.
{% endhint %}

<figure><img src="/files/82b7cf2dc3e4b39fa473098e531f73165e5ce580" alt="" width="375"><figcaption></figcaption></figure>

The number of installations is clickable; after selecting it, a list of computers on which the given software was detected is displayed.

<figure><img src="/files/aa1400819ca28d631d5c8c29f01c701e0336c1da" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/7468a2fd4bc79900ea74ce9b8f1fd7f95e0b7c9b" alt="" width="375"><figcaption></figcaption></figure>

Clicking the **Uninstall** icon opens a window with a list of computers. The user can indicate from which computers the software should be removed remotely by deleting the corresponding registry entry, and then confirm the operation.

<figure><img src="/files/1ac9ce550e49cb7b9baa2f030797469557280eab" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
If the software was detected on only one computer, the system displays only the uninstallation confirmation window, skipping the step of selecting from the list of computers.
{% endhint %}

### Details

The **Details** view presents precise information about software for each computer separately. It includes, among others:

* program name,
* version,
* vendor,
* [detected vulnerabilities](/eacloud-docs-en/features/it-infrastructure/software/vulnerability-management.md),
* installation date,
* registry key,
* computer,
* IP address,
* organizational unit,
* operating system,
* Host ID.

{% hint style="warning" %}
The **Details** does not allow software uninstallation.
{% endhint %}

The view is particularly useful when **creating reports** and **exporting data**.

<figure><img src="/files/5f06fdc7aa7e9b7135c5148a6bb852fba03e7080" alt="" width="375"><figcaption></figcaption></figure>

### Recently installed

The **Recently installed** is used for quickly detecting newly installed software and searching for installations from past specific days.

Displayed information includes, among others:

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

The number of installations is clickable, similarly to the **All** view, you can check on which computers the given installations were detected.\
In this view, the option to remotely uninstall software is also available.

<figure><img src="/files/606c626fe13e9168097e6e26de5f05fb0eb6d2a1" alt="" width="375"><figcaption></figcaption></figure>

## Filtering and data export

All views in the **Software**:

* section allow exporting data to CSV, ODS, XLSX, XML files,
* support dedicated filters,
* allow filtering and sorting data directly in table columns.

<figure><img src="/files/03180c17bdc31675e0a1714769dd814d693be491" alt="" width="375"><figcaption></figcaption></figure>

## Summary

Section **Software** enables comprehensive management of information about applications detected on computers in the system. It provides access to aggregate data, detailed installation information, monitoring of recent installations and the ability to remotely remove software, as well as filtering and exporting data for further analysis.


---

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

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