# Recordings & transcriptions

A transcription is a textual representation of a recording that has speech. MessageBird offers two possibilities on how to record and transcribe voice calls.&#x20;

In [Flow Builder](https://dashboard.messagebird.com/en/flow-builder), simply drag and drop the 'Record Call Audio' step into your Flow. If you want to transcribe the recording you can enable this setting directly in the step.

<figure><img src="https://675349995-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUJNEE9TMK4fU91VKstBr%2Fuploads%2Fgit-blob-e595bbf41b12e24da8658e2453a88826c369388a%2FScreenshot_2020-03-25_at_09.56.44.png?alt=media" alt=""><figcaption></figcaption></figure>

Keep in mind that this is only possible for incoming calls.&#x20;

You are also able to record your calls via our API. Call recording can be enabled for both legs of the call as well as only for inbound or outbound legs. [This guide](https://developers.messagebird.com/tutorials/call-recording-curl) will show you how to create a call flow that transfers a call to a number with call recording enabled.

Our API provides an easy way to create a transcription for a recording file that was previously generated for a specific call or call leg. In [this guide](https://developers.messagebird.com/tutorials/transcription-curl) you can learn how to create a transcription request. &#x20;


---

# 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.bird.com/connectivity-platform/voice-calls/recordings-and-transcriptions.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.
