> ## Documentation Index
> Fetch the complete documentation index at: https://www.bolna.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Capturing precise transcripts in Bolna Voice AI

> Bolna Voice AI enables to capture actual transcripts when the conversations involve interruptions to improve call accuracy and experience.

## Overview

Bolna automatically reconstructs conversation transcripts to accurately reflect what was actually spoken during a call.

During natural conversations, callers often interrupt the AI agent before it has finished speaking. Rather than storing the entire response generated by the language model, Bolna intelligently retains only the portion that was actually delivered before the interruption.

This ensures transcripts represent the real conversation, making them more reliable for analytics, summaries, debugging, and downstream workflows.

<Note> This behavior is enabled by default for all Bolna voice agents and requires no configuration. </Note>

## How It Works

Bolna AI’s interruption handling system functions through a three-step process:

* **Detection of Interruptions**: The system continuously monitors speech input to detect when the user starts speaking while the Voice agent is still speaking.

* **Contextual Computation**: Whenever an interruption is detected, Bolna AI determines whether the user’s input should overrides the Voice agent's response.

* **Final Transcript Adjustment**: Bolna then reconstructs the conversation transcript to exclude everything after the interruption, ensuring that only the final & meaningful parts of the dialogue are retained, processed and used for further processing.

## Example

| Without precise transcript generation                                                                              | Using precise transcript generation                                                                                    |
| ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| **Assistant:** "Hello, Thank you for calling Wayne Enterprises. How can we help you today?"                        | **Assistant:** "Hello, Thank you for calling Wayne Enterprises. How can we help you today?"                            |
| **User:** "hello"                                                                                                  | **User:** "hello"                                                                                                      |
| **Assistant:** "Hello! How can I assist you today?"                                                                | **Assistant:** "Hello! How can I ~~assist you today?~~"                                                                |
| **User:** "yeah where are you calling from"                                                                        | **User:** "yeah where are you calling from"                                                                            |
| **Assistant:** "I'm here to support you regarding your recent order from Wayne Enterprises. How can I assist you?" | **Assistant:** "I'm here to support you regarding your recent order ~~from Wayne Enterprises. How can I assist you?~~" |
| **User:** "yeah i'm facing an issue with the item i purchased"                                                     | **User:** "yeah i'm facing an issue with the item i purchased"                                                         |
| ...                                                                                                                | ...                                                                                                                    |

<Note>
  In the above example, the strikethrough text is only for representation purposes. In practice, you'll see only the transcripts till the interruptions if the `precise transcript generation` is `enabled`.
</Note>

## Conclusion

Bolna AI’s interruption handling feature ensures that conversation transcripts reflect actual user intent rather than an unfiltered log of AI responses. By dynamically computing the actual transcript, this feature enhances the efficiency of voice AI applications, making conversations more human-like and structured.
