# Quick Start for Transcripts

MeetBit Transcripts are records of what's spoken within conversations. Transcripts are split into several segments called Utterances which are individually labeled with its speaker's identity.

MeetBit can transcribe MeetBit Room Recordings or any other uploaded audio/video recordings of conversations.&#x20;

Multiple Artificial Intelligence (AI) techniques including Automatic Speech Recognition (ASR) and Natural Language Processing (NLP) are used to perform the following:

* Transcribe speech accurately including speech dysfluencies.
* Detect and label the speaker of each utterance.
* Redact Personally Identifiable Information (PII).

<figure><img src="/files/LaUhQ2CerheYWFU2XLoL" alt=""><figcaption><p>Transcript Utterances Page</p></figcaption></figure>

{% hint style="warning" %}
MeetBit Transcription is not 100% accurate. It may transcribe words inaccurately, miss redacting PIIs and/or label speakers incorrectly. It is recommended that users manually review transcript utterances after every transcription.
{% endhint %}


---

# 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://meetbit.gitbook.io/docs/transcripts/quick-start-for-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.
