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

# Updates

Tab **Updates** shows the status of system and software updates on the selected computer. It enables checking for missing patches and performing available operations.

{% hint style="info" %}
This feature may be available only in selected plans. The scope of operations also depends on the operating system and device configuration.
{% endhint %}

### Update status

Updates are divided by status:

| Status        | Meaning                                            |
| ------------- | -------------------------------------------------- |
| **Installed** | Updates detected as installed on the computer.     |
| **Missing**   | Updates that have not yet been installed.          |
| **Hidden**    | Updates excluded from current servicing or hidden. |

### Update list

The following may be displayed for each item:

* update name,
* current status,
* update ID,
* bulletin or KB number,
* additional information provided by the system.&#x20;

<figure><img src="/files/27b7013112ca8ba3130dc9584c12fb0113e64a9f" alt="lista aktualizacji i dostępne statusy" width="375"><figcaption></figcaption></figure>

### Available operations

Depending on the update status, the system may allow:

* installing the update,
* uninstalling the update,
* marking the update as ignored,
* re-including a previously ignored update.

{% hint style="warning" %}
Installing or uninstalling updates may require restarting the computer. Before performing the operation, make sure the user has saved open files.
{% endhint %}

{% hint style="danger" %}
Uninstalling a security update may expose the computer to known vulnerabilities. This operation should be performed only when it is justified and approved.
{% endhint %}

Logs for completed operations are available in the tab: [**IT Management -> Updates -> Logs**](/eacloud-docs-en/features/it-management/updates.md).

### Frequently Asked Questions

<details>

<summary><strong>Why is the update still marked as missing?</strong></summary>

The computer may not have rescanned after installation yet, the update may have failed, or it may be waiting for a system restart.

</details>

<details>

<summary><strong>What does an ignored update mean?</strong></summary>

The update has been excluded from current servicing in eAuditor Cloud. This does not automatically mean it has been installed.

</details>

<details>

<summary><strong>Why can't I install the update?</strong></summary>

Check the computer's connection status, the update requirements, feature availability in your plan, and whether the system is waiting for another operation to complete or for a restart.

</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-infrastructure/computers/computer-card/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.
