# Release Notes

## Version 0.16  - *Released April 28, 2020*&#x20;

Usage Instructions

* Supports redaction of the following document types: Word Documents: \*.doc, \*.docx, Excel Documents: \*.xls, \*.xlsx, PowerPoint Documents: \*.ppt or \*.pptx, Portable Document Format (PDF) Files: \*.pdf, Scanned Document Image Files: \*.png, \*.bmp, or \*.jpg, and Text Documents: \*.txt
* Does not guarantee a 100% accurate detection method for redacting personal information and can't alone guarantee compliance with regulatory requirements.
* For instructions on use, please read the documentation <https://insystech-dlp.gitbook.io/docs/>

Known issues and limitations:

* Designed to redact the most common types of personal information; The capability to specify specific detectors will be provided in a subsequent release
* Insystech DLP does not support audio files at this time
* Maximum size of each file cannot exceed 10Mb
* The name of the result file must end with the file extension "pdf" (e.g. c:\temp\result.pdf)


---

# 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/apis-and-reference/release-notes.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.
