# Check the installed applications and hardware

**Overview**

Beyond just basic status updates, BoolDesk allows you to inspect the granular details of any managed computer. You can view a complete list of installed software (Applications) to ensure license compliance, as well as a deep dive into the hardware components (like BIOS, Processors, and Memory) to assist with upgrades or troubleshooting.

#### **Step-by-Step Guide**

**1. Navigate to the Computer Details**

First, access the specific device you wish to inspect.

* From the computer list, click on the name of the device (e.g., `#BDESK-CL2`) (1) to open its details page.

**2. View Installed Applications**

To see a list of all software currently installed on the device:

* Click on the Applications tab (2) in the top navigation bar.
* The list (3) displays every application found by the agent, including the Name (e.g., `WinZip 26.0`, `VLC media player`), the Partner (Vendor), and the specific Version number.
* This view is essential for verifying that users have the correct tools installed or identifying unauthorized software.

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

**3. View Hardware Specifications**

To inspect the physical components of the machine:

* Click on the Hardwares tab (2).
* A sidebar menu (3) will appear on the left, categorizing the hardware into sections such as BIOS, TPM, Processor, Physical Memory, and Disks.
* Click on any category to view detailed specifications. For example, selecting BIOS reveals the Manufacturer, Version, Release Date, and Serial Number.

<figure><img src="/files/9hlHiTHWwsFyb6APd3hK" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://docs.booldesk.com/how-to-use-modules/system-management-module/check-the-installed-applications-and-hardware.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.
