# What is the difference between a Voice Message and Voice Call?

We provide [Voice Call](/connectivity-platform/voice-calls.md) services to reach customers all over the world. Using our Voice API you will be able to create custom voice applications, [create IVR menus](/connectivity-platform/how-to-guides/how-to-build-an-ivr-menu.md), protect user’s privacy with masked numbers, and also play prerecorded messages.&#x20;

[Voice Messages](/connectivity-platform/voice-messages.md) convert text into a call, that is, an automated voice will read out your message. No technical knowledge is required to send a voice message. You can [send voice messages](/connectivity-platform/voice-messages/how-to-send-a-voice-message.md) from your Dashboard; our system will automatically convert the plain text into an automated call.

Voice messages only work for plain text and are billed per message rather than per second, which is the case for Voice Calls.&#x20;

Below there's a layout of the features for Voice Messages and Voice Calls:

|                               | Voice Message                                | Voice Call                                   |
| ----------------------------- | -------------------------------------------- | -------------------------------------------- |
| Text to Speech                | [✅](https://emojipedia.org/emoji/%E2%9C%85/) | [✅](https://emojipedia.org/emoji/%E2%9C%85/) |
| Play voice recording          | ❌                                            | [✅](https://emojipedia.org/emoji/%E2%9C%85/) |
| Caller ID                     | [✅](https://emojipedia.org/emoji/%E2%9C%85/) | [✅](https://emojipedia.org/emoji/%E2%9C%85/) |
| Masked numbers                | [✅](https://emojipedia.org/emoji/%E2%9C%85/) | [✅](https://emojipedia.org/emoji/%E2%9C%85/) |
| Overview within the Dashboard | [✅](https://emojipedia.org/emoji/%E2%9C%85/) | [✅](https://emojipedia.org/emoji/%E2%9C%85/) |
| Accessible via the Dashboard  | ✅                                            | ❌                                            |
| Interactive Voice Response    | ❌                                            | [✅](https://emojipedia.org/emoji/%E2%9C%85/) |
| Record and archive            | ❌                                            | [✅](https://emojipedia.org/emoji/%E2%9C%85/) |
| Answering Machine Detection   | [✅](https://emojipedia.org/emoji/%E2%9C%85/) | [✅](https://emojipedia.org/emoji/%E2%9C%85/) |
| Billed per message            | [✅](https://emojipedia.org/emoji/%E2%9C%85/) | ❌                                            |
| Billed per second             | ❌                                            | [✅](https://emojipedia.org/emoji/%E2%9C%85/) |

&#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-messages/what-is-the-difference-between-a-voice-message-and-voice-call.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.
