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

# Software overview

Section **Software** consists of three tabs.

## All

This view presents all detected applications in the system along with the following information:

* program name,
* vendor,
* organizational structure in which the software was detected,
* 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 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**](/eacloud-docs-en/features/it-infrastructure/software/uninstalling-the-application.md) icon opens a window with a list of computers. The user can select which computers the software should be remotely removed from by deleting the appropriate 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 uninstall confirmation window, skipping the computer selection step.
{% endhint %}

## Details

View **Details** presents detailed software information 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 structure,
* operating system,
* Host ID.

{% hint style="warning" %}
View **Details** does not allow software to be uninstalled.
{% endhint %}

This view is particularly useful for **creating reports** and **data export**.

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

## Recently installed

View **Recently installed** is used to quickly identify newly installed software and search for past installations on specific days.

The displayed information includes, among others:

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

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

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


---

# 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-overview.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.
