> For the complete documentation index, see [llms.txt](https://docs.guardware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardware.com/product-updates/insight/insight-v5-agent-release-notes.md).

# INSIGHT v5 Agent Release Notes

See what’s new and improved in each INSIGHT v5 release.

{% updates format="full" %}
{% update date="2026-08-20" %}

## INSIGHT Agent v5.5.24.6

#### &#x20;Improvements and Fixes

* Improved performance when monitoring multiple file uploads to websites.
* Updated the wording of email monitoring warning messages for improved clarity and consistency.
* Fixed an issue where Firefox extensions were not removed when the INSIGHT agent was uninstalled.
* Fixed issues with file upload blocking and warning notifications in Gmail when network monitoring is enabled.
  {% endupdate %}

{% update date="2026-08-16" %}

## INSIGHT Agent v5.5.24.4

#### Fixes

* Updated INSIGHT Status Monitoring to reflect changes made to Advanced Settings in the GuardWare Management Console.
* Fixed issues with Microsoft Sensitivity Labels, including label removal during uninstallation and exceptions when applying labels under specific conditions.
* Fixed an issue where Windows Explorer did not restart correctly after INSIGHT was uninstalled.
* Fixed issues with drag-and-drop operations and file upload blocking in the Chromium extension.
* Fixed an issue where the Chromium extension was not removed correctly during uninstallation.
  {% endupdate %}

{% update date="2026-07-31" %}

## INSIGHT Agent v5.5.24.0

INSIGHT has been significantly refactored to be compatible with the new **GuardWare Management Console**, introduce new monitoring capabilities, and remove deprecated functionality.

### New Features and Improvements

#### Browser Upload Monitoring and Blocking

Added support for monitoring and blocking browser uploads through **Chromium and Firefox extensions**, providing an alternative to direct browser network traffic monitoring.

#### Microsoft Sensitivity Label Support

Added support for Microsoft Sensitivity Labels in **Word, Excel, PowerPoint, and Outlook Classic**, including environments where users do not have a Microsoft 365 Business Premium or similar Microsoft Office licence.

#### Copy, Paste, and Screen Capture Monitoring

Added monitoring for **copy, paste, and screen capture events** to provide greater visibility into sensitive data activity.

#### End-User Location Monitoring

Added the ability to record the **physical location of end users** based on their internet connection.

#### INSIGHT Status Monitoring

Added the **INSIGHT Status Monitoring** application, allowing administrators to directly check INSIGHT settings and monitoring status on endpoint devices.

{% endupdate %}
{% endupdates %}


---

# 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://docs.guardware.com/product-updates/insight/insight-v5-agent-release-notes.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.
