> 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/guardware-home/release-notes/insight-v4/insight-release-notes.md).

# INSIGHT Release Notes

See what’s new and improved in our latest update.

{% updates format="full" %}
{% update date="2026-04-03" %}

## INSIGHT Client v4.5.44.0

#### Expanded website monitoring coverage

We have extended website monitoring to cover more online platforms, giving you greater visibility into user activity across the web. With expanded coverage, you can identify suspicious behavior, reduce data exposure risks, and meet compliance and audit requirements more effectively.

You can monitor website activities using web activity-related widgets, such as *Usage of Non-Corporate Websites, AI Website Usage, SharePoint File Access Logs by Platform*, and similar widgets.

For more information on the dashboard and how to use the widgets, see the [GuardWare INSIGHT Dashboard Guide](https://docs.guardware.com/guardware-insight/getting-started/insight-dashboard).

#### Improved detection for printing and cloud upload activities

We’ve improved activity detection in INSIGHT to ensure more reliable monitoring of user actions. Printing of OneDrive-synced files is now correctly detected, and printing of PDF files opened using Adobe Acrobat Reader is also properly detected. Additionally, file uploads to Google Drive, Dropbox, and OneDrive are accurately detected, improving visibility into cloud data movement.

#### Improved browser connectivity when IPv4 and IPv6 are enabled

You can now experience uninterrupted internet access in web browsers when both IPv4 and IPv6 are enabled. Previously, enabling both protocols disrupted internet access in browsers.

#### Improved file handling for duplicate file names in Google Drive

We have improved how files with identical names, but different extensions, are handled when uploaded to Google Drive. Previously, when files with the same name but different extensions were uploaded to Google Drive, the second file and all subsequent files' extensions were incorrectly overwritten by the first uploaded file's extension.
{% 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/guardware-home/release-notes/insight-v4/insight-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.
