> For the complete documentation index, see [llms.txt](https://insystech-dlp.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://insystech-dlp.gitbook.io/doc/integrations/insystech-dlp-for-ui-path.md).

# Insystech DLP for UI Path

## Overview

The Redact PII Activity is used to send documents to the Insystech DLP service for de-identification and in the same request, a PDF file containing the redacted content is returned back.&#x20;

![](/files/-M4zdHV7FOUs_oBTzyT9)

This activity can be used to quickly redact a variety of document types including:&#x20;

* 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,*
* *Text Documents:   \*.txt*

{% hint style="danger" %}
*Audio Files: \*.flac, \*.mp3, \*.mp4, or \*.wav  ;*   Currently available in private beta.  To request an invite please contact <support@insystechinc.com>&#x20;
{% endhint %}

### Redaction Use Cases

* Processing public requests for information (FOIA, RTI, etc.)&#x20;
* Redacting medical files used for research and surveillance
* Redacting documents used for training containing customer feedback, requests, etc.
* Transcribing and redacting audio files of service calls for training purposes and quality assurance
* Transcribing and redacting audio files of meeting recordings&#x20;

### Benefits&#x20;

* Accelerate document intensive workflows&#x20;
* Take advantage of world class OCR technologies built on machine learning with higher accuracy
* Extend your RPA solutions to extract the key information from document

### Compatibility

* UiPath Studio 2018

### Dependencies&#x20;

* Insystech DLP Cloud Service Subscription (Trial Available)&#x20;

### **Licensing**

The Insystech DLP Activity Package is open source and licensed under the Apache 2.0


---

# 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://insystech-dlp.gitbook.io/doc/integrations/insystech-dlp-for-ui-path.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.
