> For the complete documentation index, see [llms.txt](https://docs.we360.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.we360.ai/reference/work-and-time-management/product/workforce-productivity/usb-detection.md).

# USB Detection

We360.ai USB detection — monitor USB and external device connections for data loss prevention and endpoint security.

**USB Detection** gives you visibility into when USB storage devices are connected to or disconnected from monitored computers. It's a lightweight data-loss-prevention (DLP) and endpoint-security signal that helps you spot removable-media usage without deploying separate security tooling.

## What It Monitors

The desktop agent logs **connect** and **disconnect** events for USB **mass-storage devices** (USB drives and external storage). Each record includes:

* The **event type** — connected or disconnected.
* The **device name** — its manufacturer and product name.
* The **timestamp** and the **employee** the event belongs to.

{% hint style="info" %}
USB Detection focuses on **removable storage**. Everyday peripherals such as keyboards and mice are not logged, and the feature records device *connection activity* — it is not a file-transfer scanner. Its purpose is to flag when removable media is in use so you can follow up where your policy requires it.
{% endhint %}

## Enabling USB Detection

USB Detection is off by default and controlled by your organization's monitoring policy. A Super Admin or Admin enables the **USB Detection** toggle under **Settings → Compliance & Security → Compliance**.

{% hint style="warning" %}
Policy changes can take up to about an hour to reach endpoints, so allow some time before expecting events to appear.
{% endhint %}

## Reviewing Activity

USB connect and disconnect events are available in the **USB Detection** report (see [Reports](/reference/work-and-time-management/user-interfaces/portal/universal-tools/reports.md)) as a per-user event log — timestamp, event type, device name, and user — filterable by date range, user, and team, and exportable to CSV. Viewing it requires a Manager or Owner role.

## Platform Support

USB Detection is provided by the We360.ai **desktop agent** on Windows, macOS, and Linux. See the [Desktop App](/reference/work-and-time-management/user-interfaces/desktop-app.md) for the full list of agent capabilities.


---

# 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.we360.ai/reference/work-and-time-management/product/workforce-productivity/usb-detection.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.
