# Workflow: Chrome update compliance

### Problem <a href="#problem" id="problem"></a>

Keeping web browsers up-to-date is crucial for security and performance, yet managing updates can be a challenge. Employees may postpone or ignore update notifications, leading to outdated versions of Chrome running on enterprise devices. This not only poses security risks but also hinders productivity due to lack of access to the latest features.

### Solution <a href="#solution" id="solution"></a>

Introducing an automated workflow that ensures Chrome is always up-to-date on all enterprise devices. The workflow triggers a remote action to check if the Chrome version running matches the latest downloaded version. If they do not align, it prompts the user to restart Chrome. The workflow is designed to ask the user twice, and if the update is still not executed, the third execution of remote action will automatically restart the Chrome browser.

### **Expected value** <a href="#expected-value" id="expected-value"></a>

By fully automating the Chrome update process, you will:

* Automate the update process by triggering a remote action to check Chrome versions and prompt restarts.
* Enhance user compliance with update policies by asking users twice before taking action, respecting their work continuity.
* Ensure security and performance by keeping Chrome up-to-date without relying on user-initiated updates.
* Reduce IT support workload by automating the update process and minimizing manual interventions.
* Improve overall productivity by ensuring all users have access to the latest browser features and security updates.

### Get started <a href="#get-started" id="get-started"></a>

Configure and start using your packs by following these links:

| [Configuration guide: Chrome update compliance](/platform/library-packs/security-and-compliance/workflow-chrome-update-compliance/configuration-guide-chrome-update-compliance.md) |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Usage guide: Chrome update compliance](/platform/library-packs/security-and-compliance/workflow-chrome-update-compliance/usage-guide-chrome-update-compliance.md)                 |


---

# 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.nexthink.com/platform/library-packs/security-and-compliance/workflow-chrome-update-compliance.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.
