# Transcribing AI Script from the Broadcast

After ending a live broadcast on the PRISM mobile app, you can use the AI script extraction feature to transcribe the audio from the broadcast. This feature leverages NAVER’s [CLOVA Speech](https://www.ncloud.com/product/aiService/clovaSpeech) technology.

The transcriptions can be saved and shared in 3 formats: TXT, SRT, and CSV. Please note that this feature currently supports only English and Korean.

{% hint style="warning" %}
This feature cannot be enabled in iOS screencast mode, due to iOS limitations.
{% endhint %}

The AI script extraction is processed within the PRISM app on your device, ensuring faster and more secure handling without relying on external servers.

***

Please follow the instructions below:

1. **End your broadcast in the PRISM mobile app.**
2. **Click 'Extract script'.**
3. **Select the language and script extraction will be processed immediately.** \
   If this is your first time trying this feature, click any language to download it first.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*x1giJKpcOchZXlcOLRpZnA.jpeg" alt=""><figcaption><p>The AI model language pack needs to be downloaded initially.</p></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*KhRVjKTbTwqklJ84iYrfwA.jpeg" alt=""><figcaption><p>If you click a certain language, the download will be started shortly.</p></figcaption></figure>

<div align="center"><figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*iXrUUC8jpeeAVJxDyWr0ow.jpeg" alt=""><figcaption><p>The extracted scripts can be saved or shared directly to other apps.</p></figcaption></figure></div>

[Mobile](/mobile/overview.md), [Guides](/mobile/guides.md), [Features](/mobile/guides/features.md), [AI](/mobile/guides/features/ai.md)


---

# 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://guide.prismlive.com/mobile/guides/features/ai/transcribing-ai-script-from-the-broadcast.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.
