# Update checker

{% hint style="info" %}
Available for KONNEKT 2.1 or newer
{% endhint %}

This policy defines if KONNEKT checks for software updates.

If the policy is enabled, KONNEKT will check for software updates and inform the user via a pop-up window to download the newer version. If the policy is disabled, no update checks take place, which means no pop-up window will show up.

**Policy name:** `Update check`

![](/files/gx3FuegnbBgR7ImGKzmz)

## **There are several ways to apply the policy**

1. Via GPO, see [settings via GPO](/configuration/management-options/settings-via-gpo.md)
2. Pushing policies via Intune, see [settings for Intune Managed Devices](/configuration/management-options/setting-for-intune-managed-devices-1.md)
3. Manually by adding the key in the registry

## Manual setting in the registry

{% hint style="info" %}
You do not need this if you use GPO or Intune management
{% endhint %}

* **Value name:** `UpdateInterval`
* **Value type:** `REG_DWORD`
* **Value data:** `78` (Hexadecimal) for enabled, and `0` for disabled
* **Value stored in:**
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt`\
    or
  * `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt`


---

# Agent Instructions: 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:

```
GET https://docs.konnekt.io/configuration/system-settings/update-checker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
