# Transcribing Audio & Video

**How to Transcribe a File and Extract Information**

* Upload the file you want to transcribe.
* Choose any additional modules you want to include. The Prompt Library for note generation and information extraction is already included in every transcription.
* Click "Transcribe".

<figure><img src="/files/8lp9cR7MYbLxVWmFfiAd" alt=""><figcaption></figcaption></figure>

* After clicking "Transcribe", the transcription process will start, so do not refresh the page. On average, a 1-hour video file will take around 1-3 minutes to transcribe.

<figure><img src="/files/OaBkqwA8M19zTnNutl1p" alt=""><figcaption></figcaption></figure>

* Save the project.

<figure><img src="/files/kxJlW9nU6LtqW43ayXyV" alt=""><figcaption></figcaption></figure>

**After transcribing, you will reach a new dashboard containing:**

* Your transcript
* Prompt Library with ready-made templates for note generation and information extraction

<figure><img src="/files/Ps9omfW4XPGlW1opNmXk" alt=""><figcaption></figcaption></figure>

On this dashboard, you can:

* Choose **"Timestamps"** to generate automated timestamps
* Choose **"Speaker"** to identify speakers
* Download SRT or VTT files
* Export the transcript text

## Accessing Transcriptions and Notes

* In the navigation bar, go to Projects. You will see all the transcription files listed there.
* Click on the file you want to extract more information from.
* Via the prompt library, generate notes or export text.

<figure><img src="/files/s3bjMjI9wWaZ2wZLNk8R" alt=""><figcaption></figcaption></figure>


---

# 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://glyph-ai.gitbook.io/glyph-ai/welcome-to-glyph-ai/transcribing-audio-and-video.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.
