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

# Computers

View **Computers** allows management and monitoring (according to the configured settings) of all devices with the agent installed—that is, a system service running in the background. This view provides access to detailed information about individual endpoints, and also enables group operations and data filtering. Below is a detailed description of the interface elements and their functions.

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

The view is divided into sections **All**, **Assigned** and **Unassigned**. Devices can be assigned to users or remain without an assigned owner.

## **Widgets - Main Statistics**

At the top of the screen, statistics are displayed for different types of devices in the infrastructure:

* **Computers**: Number of computers with the service installed.
* **Servers**: Number of servers with the service installed.
* **Virtual Machines**: Number of virtual machines.
* **Other Devices**: Other devices in the infrastructure.

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

{% hint style="warning" %}
The displayed widgets depend on the current state of the infrastructure. If only computers are detected in the system, only the widget will be displayed **Computers**. Similarly, the widgets **Servers**, **Virtual Machines** or **Other Devices** appear only when a given device type is present in the infrastructure.
{% endhint %}

## Additional Functions <a href="#toc1750618043" id="toc1750618043"></a>

#### Arrow in the lower-left corner <a href="#toc1553165211" id="toc1553165211"></a>

* Clicking the arrow in the lower-left corner of the screen collapses or expands the side menu with tabs, which allows for increasing the workspace on the screen.

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

<figure><img src="/files/3f1a2a59953904b7975b8412b1917d2730c5ee07" alt="" width="122"><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/computers.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.
