# APIs and Reference

- [Method:  Redact](https://insystech-dlp.gitbook.io/doc/apis-and-reference/method-redact.md): Redacts potentially sensitive info from a file
- [Method: Authentication](https://insystech-dlp.gitbook.io/doc/apis-and-reference/method-authentication.md): Authenticate's the use of the Insystech DLP cloud service
- [Available Detectors](https://insystech-dlp.gitbook.io/doc/apis-and-reference/available-detectors.md): Insystech Data Loss Prevention (DLP) uses detectors to define what it scans for. A detector is a type of sensitive data, such as a name, email address, etc...
- [Audio Transcription](https://insystech-dlp.gitbook.io/doc/apis-and-reference/audio-transcription.md): Audio files are transcribed and redacted with Insystech DLP
- [Release Notes](https://insystech-dlp.gitbook.io/doc/apis-and-reference/release-notes.md): Insystech DLP Release Notes


---

# 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.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.
