# Audio Transcription

## Setup the Dataset

Navigate to [udt.dev](https://udt.dev) and click "New File"

![Click "New File" on udt.dev](/files/-MI11H2GNT530d7n2r1Q)

Then select the Audio Transcription button from the `Setup > Data Type` page.

![Select Audio Transcription when choosing an interface](/files/-MI5yZO_K24uUxEykcwf)

You can now configure the interface you'd like for you Audio Transcription dataset.

![Configuration for Audio Transcription](/files/-MIFi2J5dUeAyke6s6cn)

## Import Data

You can use any of the following methods to import text data.

* [Import File URLs](/importing-data/import-file-urls.md)
* [Import from CSV or JSON](/importing-data/import-from-csv-or-json.md)

## Label your Data (with friends!)

![Example Audio Transcription Sample](/files/-MIFii1RmEdDltA0rRwc)

## Export and Use

The easiest way to use a Audio Transcription dataset is using the JSON or CSV format. Use the "Download JSON" or "Download CSV" button at the top when you're done labeling.


---

# 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.universaldatatool.com/building-and-labeling-datasets/audio-transcription.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.
