> 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/computers/detail-card.md).

# Detail Card

The detailed computer card in the system allows you to view and manage detailed information about a given device. After clicking the computer name in the view **Computers**, a new tab opens that contains detailed data about the computer, enabling full control over the device and its monitoring. The detailed card allows administrators to manage software, monitor users, alerts, system updates, and access file, process, service, and terminal management.

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

**Main tabs in the detailed card**

**Overview**

* A summary of the system status, including information about security, system uptime, CPU load, RAM, disks, as well as user activity and remote sessions.
* Widgets present the most important real-time data about the device status.

**Details**

* Detailed information about the operating system, internal devices, network, processors, memory, and disks.
* The ability to check serial numbers, hardware configuration, and network parameters.

**Management**

* **Terminal**: Enables remote command execution using CMD and PowerShell, with AI integration supporting script generation.
* **File Explorer**: Remote access to the file system on the device, with the ability to browse, edit, download, and manage files.
* **Services**: Monitoring and management of services running on the computer, with the option to remotely start and stop services.
* **Processes**: Monitoring and management of processes running on the computer, including stopping and restarting processes.

**Software**

* **Registry**: A list of Windows Registry entries related to the software on the computer More information in the section [software](/eacloud-docs-en/features/it-infrastructure/software.md).

**Users**

* Management of computer users, including viewing the device owner, additional users, and the activity of logged-in users.

**Updates**

* Monitoring and management of system and software updates, divided into installed, missing, and ignored updates.

{% hint style="info" %}
Optional functionality.
{% endhint %}

**Alerts**

* An overview of warnings and alerts related to the computer, such as critical errors, warnings, and information. The ability to resolve alerts from the card.

**Documents**

* Storage and management of documents assigned to the computer. The user can add, edit, and organize documents in a folder structure.

The detailed computer card provides full control over the device from a single place, enabling administrators to monitor the computer status and perform remote management operations. Thanks to the division into detailed tabs, the user has quick access to key computer data, which allows effective management of the IT infrastructure.


---

# 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/computers/detail-card.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.
