# Datasets and redaction

You can use the Tonic Textual SDK to manage datasets and 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>Create and manage datasets</strong></td><td>Create, update, and get redacted files from a Textual dataset.</td><td></td><td><a href="datasets-redaction/textual-api-datasets">textual-api-datasets</a></td></tr><tr><td><strong>Redact strings</strong></td><td>Send plain text, JSON, or XML strings for redaction.</td><td></td><td><a href="datasets-redaction/textual-api-redact-strings">textual-api-redact-strings</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="datasets-redaction/textual-api-redact-files">textual-api-redact-files</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="datasets-redaction/redact-audio-file">redact-audio-file</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="datasets-redaction/api-redaction-entity-type-handling">api-redaction-entity-type-handling</a></td></tr><tr><td><strong>Get detected entities</strong><br><br>Get the entity values that were detected in a dataset.</td><td></td><td></td><td><a href="datasets-redaction/dataset-get-entity-mappings">dataset-get-entity-mappings</a></td></tr><tr><td><strong>Record and review redaction requests</strong></td><td>View the results of an SDK redaction request in the Textual application.</td><td></td><td><a href="datasets-redaction/redaction-requeset-record-review">redaction-requeset-record-review</a></td></tr></tbody></table>


---

# 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://docs.tonic.ai/textual/tonic-textual-api/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.
