> 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-management/updates.md).

# Updates

Function **Updates** enables remote management of Windows patches on computers with eAgent. eAuditor cloud detects updates available in the Patch Management mechanism, and then sends it commands to install, uninstall, hide, or restore updates.

The update mechanism operates automatically in the background. The administrator does not need to manually refresh the list of available patches.

<figure><img src="https://3262380731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdzip3GyvGq5q5J3qckWN%2Fuploads%2FbdXTPwP85sxoZRs5mMMP%2Fimage.png?alt=media&amp;token=185eddb6-c61f-4f95-a589-7534dd323eb4" alt="Widok aktualizacji dostępnych na komputerach zarządzanych przez eAuditor cloud." width="375"><figcaption><p><em>View of updates available on computers managed by eAuditor cloud.</em></p></figcaption></figure>

### Updates view

In the tab **Patch Management** you can check the available updates and the computers they apply to. From the list, you can start the installation, uninstallation, hiding, or restoration of updates.

The system can automatically match the computers that are missing the selected update. You can also select devices manually.

### Current operations

Tab **Current operations** presents tasks that were started immediately or scheduled for a specific date and time.

Removing an item from the list of current operations does not stop a task that has already been sent to the computer.

### Logs

Tab **Logs** contains a history of completed operations. You can filter it by result:

* **All**,
* **Success**,
* **Error**.

The table includes, among other things, the log date, the update name and ID, the performed operation, status, computer, user, and device availability information.

If there is a problem, click **Read full log**, to display the details of the performed operation.

<figure><img src="https://3262380731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdzip3GyvGq5q5J3qckWN%2Fuploads%2FbszBFxsVPJrXznEFunQ4%2Fimage.png?alt=media&amp;token=d79d01cc-29c7-430d-88e9-f31acf6a74fb" alt="Historia operacji instalowania, odinstalowywania, ukrywania i przywracania aktualizacji." width="375"><figcaption><p><em>History of operations for installing, uninstalling, hiding, and restoring updates.</em></p></figcaption></figure>

#### **AI log analysis**

After opening the full log, you can use the AI analysis feature. Select **Ask AI**, to send the log content for analysis.

AI will help explain the content of the messages, identify the probable cause of the error, and facilitate determining the next diagnostic steps.

<figure><img src="https://3262380731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdzip3GyvGq5q5J3qckWN%2Fuploads%2FpzdINeTqknxgF3R2ULkP%2Fimage.png?alt=media&amp;token=d7109748-9ff0-4ee3-8bcc-8af449f611c4" alt="Analiza pełnego logu aktualizacji za pomocą AI." width="375"><figcaption><p><em>AI analysis of the full update log.</em></p></figcaption></figure>

### FAQ

<details>

<summary><strong>Can I manually refresh the list of available updates?</strong></summary>

No. Update information is refreshed automatically in the background.

</details>

<details>

<summary><strong>Can one operation include multiple computers?</strong></summary>

Yes. You can select multiple computers manually or use automatic matching of devices that are missing the selected update.

</details>

<details>

<summary><strong>Does removing an entry from current operations cancel the task?</strong></summary>

No. Removing the entry affects only the view in the console and does not stop the operation that has already been sent to the computer.

</details>


---

# 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-management/updates.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.
