> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/textual/tonic-textual-api/textual-python-sdk/datasets-redaction.md).

# Redaction

Use the Tonic Textual Python SDK to redact individual strings and files.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Redact strings</strong></td><td>Send plain text, JSON, or XML strings for redaction.</td><td></td><td><a href="/pages/BxhcC6huQr769oFkRZ64">/pages/BxhcC6huQr769oFkRZ64</a></td></tr><tr><td><strong>Redact individual files</strong></td><td>Send a file for redaction and retrieve the results.</td><td></td><td><a href="/pages/eLV54xHAIsSGVsKoG6pi">/pages/eLV54xHAIsSGVsKoG6pi</a></td></tr><tr><td><strong>Transcribe and redact audio files</strong></td><td>Send and audio file to be transcribed and retrieve the redacted transcription.</td><td></td><td><a href="/pages/LHutyfcsNlj8lkbPC4H5">/pages/LHutyfcsNlj8lkbPC4H5</a></td></tr><tr><td><strong>Configure entity type handling</strong></td><td>Configure how Textual treats each type of entity in a dataset, redacted file, or redacted string.</td><td></td><td><a href="/pages/SwQC2u7mlJ0LAnT3u2t6">/pages/SwQC2u7mlJ0LAnT3u2t6</a></td></tr></tbody></table>


---

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

```
GET https://docs.tonic.ai/textual/tonic-textual-api/textual-python-sdk/datasets-redaction.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.
