# AI Transcripts

AI Transcripts automatically generate a searchable, timestamped transcript for recordings with audio.

Use transcripts to skim what happened, jump to key moments, and copy text into tickets.

{% hint style="info" %}
**Plan Availability:** Pro and Enterprise only
{% endhint %}

***

### What You Get

For any recording with detectable speech, Screendesk generates:

* A **timestamped transcript** split into clickable segments
* **Search** across the transcript with highlighted matches
* **Copy** to copy the full transcript
* **Download captions (SRT)** to export an `.srt` file

If you also want a short write-up, see [AI Summary](/debug-with-ai/ai-summary.md).

***

### Where to Find Transcripts

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

Transcripts live on the recording page.

{% stepper %}
{% step %}

### Open a recording with audio

Open any received or sent recording that contains speech.
{% endstep %}

{% step %}

### Open the Transcript tab

In the Developer Tools panel on the right, click **Transcript**.
{% endstep %}
{% endstepper %}

***

### Working with Transcripts

#### Search

Use the search field to find words or phrases.

Matches are highlighted in the transcript.

#### Click to seek

Click any segment to jump the video player to that timestamp.

#### Copy

Click **Copy** to copy the full transcript to your clipboard.

#### Download captions (SRT)

Click **Download** to export captions as an `.srt` file.

Use the file in other video tools or players that support SRT.

***

### Languages

Transcripts work in multiple languages.

Screendesk detects the spoken language automatically.

***

### Which Recordings Get Transcripts

* Transcripts are generated for any recording with detectable speech.
* Recordings with no speech show **No transcript available**.
* Live session recordings currently do not generate transcripts.

***

### Frequently Asked Questions

<details>

<summary>How long does it take for a transcript to appear?</summary>

Usually a few seconds. Very long recordings can take longer.

</details>

<details>

<summary>What if the recording has no audio?</summary>

No transcript is generated.

</details>

<details>

<summary>Who can see the transcript?</summary>

Anyone who can view the recording can view its transcript.

</details>


---

# 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.screendesk.io/debug-with-ai/ai-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.
