# Dopamine DLP

Dopamine DLP is our endpoint-native data loss prevention solution, built directly into the Fly Direct SWG. LLMs monitor and block sensitive uploads by understanding file context — no manual regex or pattern matching required. The result: real signals, fewer false positives, and enforcement that happens on-device with no stopovers.

### DLP Configuration

DLP is configured on a per-policy basis. To enable DLP inspection for a policy, navigate to the **DLP tab** within the policy and toggle **DLP Inspection** to ON from the right-hand panel.

<figure><img src="/files/6vYHuuTiiXc7nukRxrMq" alt=""><figcaption></figcaption></figure>

### Configuration Modes

The Dope endpoint can be configured to either **Monitor** or **Block** when sensitive data in detected in an uploaded file or an AI Prompt.

**Monitor Mode** — On detection of sensitive data:

* The end user receives a notification that sensitive data was found and that the admin team has been informed
* A violation is logged in the Analytics section ([See more details here](/dope.console/analytics/detail-view.md))
* The upload is allowed to proceed

<figure><img src="/files/6UQXoIa8divohmnnz3mr" alt=""><figcaption></figcaption></figure>

**Block Mode** — On detection of sensitive data:

* The end user receives a notification that sensitive data was found and that the admin team has been informed
* A violation is logged in the Analytics section ([See more details here](/dope.console/analytics/detail-view.md))
* The upload is blocked

<figure><img src="/files/0Uf0nSRFjmBqOHYKcQMJ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Block Mode is available exclusively to customers with a Dopamine DLP license. If you're running a POC and want to test this feature, contact <sales@dope.security>.
{% endhint %}

#### DLP Policy Exceptions

It is possible to create configuration mode exceptions for specific users or groups.

Admins can create configuration mode exceptions for specific users or groups, allowing them to operate under a different mode than the rest of the policy. For example, if a policy is set to **Block**, you could create an exception for the "Marketing" group to set their mode to **Monitor** — or disable DLP inspection entirely for that group.

<figure><img src="/files/cKxaOfVpGfEidbTBUipi" alt=""><figcaption></figcaption></figure>

### Detections

When intercepting uploaded files or AI prompts, our LLMs scan for the following categories of sensitive data:

* Intellectual Property (**IP**)
* Payment Card Industry (**PCI**)
* Protected Health Information (**PHI**)
* Personally Identifiable Information (**PII**)

### Supported Applications

We're continuously adding new applications, including the latest AI tools. Currently supported applications include:

* **Google Drive** — When CAC is enabled, allowed domains are not inspected; all personal accounts are inspected
* **OneDrive** — When CAC is enabled, allowed domains are not inspected; all personal accounts are inspected
* **Box**
* **Dropbox**
* **ChatGPT** — Both prompt and file upload inspection supported
* **Claude AI** (Excludes Co-Worker until next release) - Both prompt and file upload inspection supported
* **Gemini**&#x20;
* **WeTransfer**

{% hint style="info" %}
Don't see an application you need? Reach out to <sales@dope.security>.
{% endhint %}


---

# 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://inflight.dope.security/dope.console/dope.swg-policy/dopamine-dlp.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.
