> 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/funkcje/infrastruktura-it/komputery.md).

# Komputery

Widok **Komputery** pozwala na zarządzanie oraz monitorowanie (zgodnie z zadaną konfiguracją) wszystkich urządzeń z zainstalowanym agentem - czyli usługą systemową działającą w tle. Widok ten zapewnia dostęp do szczegółowych informacji o poszczególnych stacjach końcowych, a także umożliwia wykonywanie operacji grupowych oraz filtrowanie danych. Poniżej znajduje się szczegółowy opis elementów interfejsu i ich funkcji.

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

Widok dzieli się na sekcje **Wszystkie**, **Przypisane** oraz **Nieprzypisane**. Urządzenia mogą być przypisane do użytkowników lub pozostać bez przypisanego właściciela.

## **Widżety - Główna statystyka**

Na górze ekranu wyświetlane są statystyki dotyczące różnych typów urządzeń w infrastrukturze:

* **Komputery**: Liczba komputerów z zainstalowaną usługą.
* **Serwery**: Liczba serwerów z zainstalowaną usługą.
* **Maszyny wirtualne**: Liczba maszyn wirtualnych.
* **Inne urządzenia**: Inne urządzenia w infrastrukturze.

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

{% hint style="warning" %}
Wyświetlane widżety są uzależnione od aktualnego stanu infrastruktury. Jeżeli w systemie wykryte są wyłącznie komputery, prezentowany będzie tylko widżet **Komputery**. Analogicznie, widżety **Serwery**, **Maszyny wirtualne** lub **Inne urządzenia** pojawiają się tylko wtedy, gdy dany typ urządzeń występuje w infrastrukturze.
{% endhint %}

## Dodatkowe funkcje <a href="#toc1750618043" id="toc1750618043"></a>

#### Strzałka w lewym dolnym rogu <a href="#toc1553165211" id="toc1553165211"></a>

* Kliknięcie strzałkę w lewym dolnym rogu ekranu powoduje zwinięcie lub rozwinięcie bocznego menu z zakładkami, co pozwala na zwiększenie przestrzeni roboczej na ekranie.

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

<figure><img src="/files/qWQ0O1g8Mb25z1fLkEoM" 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/funkcje/infrastruktura-it/komputery.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.
