> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/dashboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/dashboard/creating-a-room/transcription.md).

# Transcription

When enabled, participants' speech in the room will be automatically converted into text.

The Transcripts and Captions settings are now separated into distinct sections under the new Transcripts tab in room settings:

* **Transcripts:** When enabled, participants' speech is transcribed into text, and transcripts are available via the dashboard and API.
* **Captions:** When enabled, participants can individually choose to turn on or off closed captions during the session.

A toast notification will alert all participants when they join a session with transcription enabled.

Session transcripts and summaries can be accessed from the dashboard and also retrieved via the API.

Please note:

* Transcription is not supported in rooms with end-to-end encryption (E2EE) enabled.
* Breakout rooms do not support transcription either.


---

# 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:

```
GET https://docs.digitalsamba.com/dashboard/creating-a-room/transcription.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.
