# Insystech Data Loss Prevention (DLP)

## Overview

Insystech DLP provides access to a powerful sensitive data inspection, classification, and redaction service.

* Over 120 [built-in detectors](/doc/apis-and-reference/available-detectors.md) that detect and de-identify sensitive information
* The ability to define custom detectors using context, dictionaries and regular expressions
* Automatic de-identification of sensitive data within office documents, images and [transcribed audio files](/doc/apis-and-reference/audio-transcription.md)

{% hint style="info" %}
The Insystech DLP service requires a subscription. If you have not yet subscribed please do that first and [sign up here](https://dlp.rpa.insystechinc.com/customerView) (Free Tier Available).&#x20;
{% endhint %}

## Monthly Subscription Plans

The services available to you may be limited depending on your subscription plan. Each plan sets a limit to the pages and transcriptions that may be redacted for your monthly billing period.  &#x20;

|                    | Free   | Basic   | Enterprise |
| ------------------ | ------ | ------- | ---------- |
| Pages              | 100    | 100,000 | 1,000,000  |
| Transcription \*\* | 30 min | 10 hrs  | 100 hrs    |

\*\* Audio Files transcription and redaction are currently available in private beta only. To request an invite please contact <support@insystechinc.com>

{% hint style="info" %}
The maximum size of any individual redaction request is 10Mb.
{% 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://insystech-dlp.gitbook.io/doc/master.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.
