> For the complete documentation index, see [llms.txt](https://autoedit.gitbook.io/autoedit-3-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoedit.gitbook.io/autoedit-3-user-manual/transcriptions/create-a-new-transcription.md).

# Create a new transcription

{% hint style="info" %}
Make sure you have gone through the [initial setup](/autoedit-3-user-manual/setup.md). Chose a [Speech To Text engine ](/autoedit-3-user-manual/speech-to-text.md)to use for your transcription. And added API credentials where appropriate as part of the[ initial setup](/autoedit-3-user-manual/setup.md).
{% endhint %}

After[ creating a project](/autoedit-3-user-manual/projects-1/create-a-new-project.md) click on `New Transcript`

{% hint style="success" %}
**You don't need to convert your media before adding it to the app.**

***How does this work?*** \
The app will read the metadata of the **original rushes** (no matter how big the file) and convert it to an audio and video preview. \
The **audio** is used to send to the Speech To Text Engine to get a transcription. \
The **video** is a lower resolution proxy used by the app to generate previews. \
When exporting a **sequence** (eg a paper-edit/programme script as EDL, XML etc... for a video editing software) the app will use the original source metadata to reconnect to the high resolution rushes.
{% endhint %}

![](/files/-M-MO0WNNpIAiTJVpbRb)

Choose a video or audio file and click `save`.

![Transcription will shop up as in progress until they are done processing](/files/-M-MOXaS9nbE8aj8O8jL)

{% hint style="warning" %}
If you get an error when create a new transcription, feel free to take a screenshot of the error message and [raise an issue. See here for more detail on how to do that.](/autoedit-3-user-manual/reporting-issues.md)
{% endhint %}


---

# 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://autoedit.gitbook.io/autoedit-3-user-manual/transcriptions/create-a-new-transcription.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.
