# Introducing Transcripts

{% hint style="info" %}
You must enable Transcripts in the settings, on each device that you wish to use them on,  before you can use them.&#x20;

You can read how to do this [here](/settings/transcripts.md).&#x20;
{% endhint %}

Transcripts allow you to have a copy of your captioning session once the session has ended.&#x20;

Transcripts can be useful for:

* Taking notes
* Being able to read back over what has happened or been discussed
* To attach to notes that have been given to you so that you can read the instruction as well as the notes
* Adding captions to videos
* And many more uses...

{% hint style="warning" %}
It is important that you inform others that they will be recorded when using Transcripts, as their voice will be turned into text and saved.
{% endhint %}

Zip Captions Transcripts will also allow you to export them into the following file formats:

* SRT (A subtitle file format which can be used with video playback sites like YouTube and Vimeo)
* TXT (A plain text format, which can be opened with your text editor)
* VTT (A format similar to SRT but more customisable)

{% hint style="info" %}
The captioning engine used for transcripts is the same as the one for captions. Transcripts do not use any additional tokens for AI Captioning.
{% endhint %}

{% embed url="<https://youtu.be/sF7n1X1oIFY>" %}

{% embed url="<https://youtu.be/r1RNyEJa3d8>" %}


---

# 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://help.zipcaptions.app/transcriptions/introducing-transcripts.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.
