> For the complete documentation index, see [llms.txt](https://inflight.dope.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflight.dope.security/dope.console/casb-neural.md).

# CASB Neural

CASB Neural is the first of its kind leveraging deep learning AI and Large Language Models (LLM). We instantly crawl your Microsoft 365 or Google tenant and identify all publicly and externally shared files containing PII, PCI, PHI, and IP, and will automatically monitor for any file-sharing changes. This is done with zero pre-configurations.

We call this **Dopamine DLP.**

<figure><img src="/files/qftdjHnFn5RqO1FJq1Fi" alt=""><figcaption><p>Real-world examples of different DOPAMINE hits</p></figcaption></figure>

Once activated, CASB Neural automatically scans your SaaS tenant, discovers all public/externally shared files, and monitors for any file-sharing changes. Leveraging deep learning LLM, it comprehends these files to find IP, PII, PCI, and PHI data. In other words, it answers the question, “Is this sensitive?”

By leveraging LLMs and actually comprehending the files, we materially reduce the amount of false positives—this results in higher precision and accuracy. Previously, this had to be done using regex and pattern matching, i.e. a 16-digit number = a credit card. This shift from matching to true file comprehension is an industry first and completely reduces the administrative overhead.


---

# 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://inflight.dope.security/dope.console/casb-neural.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.
