# Voice Modality

{% hint style="info" %}
We’re thrilled to announce a massive new capability in FlowBridge: support for audio modality! This feature allows users to send voice notes, which are transcribed into text and seamlessly integrated into your Voiceflow projects. Here’s everything you need to know.
{% endhint %}

### Showcasing:

{% embed url="<https://www.youtube.com/embed/4cWfFZt9Zr0>" %}

### **How It Works**

#### **1. Transcription First, Integration Next**

* When a user sends an audio message, FlowBridge **transcribes the audio into text**.
* The transcribed text is then sent directly to your **Voiceflow project**, ensuring a smooth and uninterrupted experience.

#### **2. No Additional Configuration Needed**

* From the Voiceflow project perspective, you don’t have to make any changes.
* The integration works automatically across all environments where FlowBridge is implemented.


---

# 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.flowbridge.app/documentation/basics/voice-modality.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.
