> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/automation/flows/how-to/how-to-setup-voicemail.md).

# How to setup voicemail

An incoming call can be handled by an Agent or forwarded to another number or handled by voicemail when the Agent is not available.

### Prerequisites

* Healthy channel
* Option "Make calls with Inbox" must be enabled for that channel

#### Setting up voicemail

Select the number via l**eft bottom** -> **Settings** -> **Support** -> **Contact Center** -> **Numbers**

Click on **Create** on the top right corner

<figure><img src="/files/SDXCQgTnyxV5MGqoTCNB" alt=""><figcaption></figcaption></figure>

On the right a popup will appear where you can create a distribution flow for that number

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXf8ufx1EtMpr62XkjiLHAdhlxw9-LV_avp10gYXDKs364kZ_PPoiq3IPxRSQuDFp-9U1QJrUkhzQ7WYy61naWeXBRmjsrdU3j5KA4Zg71IinPZUlC3LZak9obmxLlyTcFd6R_s?key=CxavCfUbqBu3QywSWcegAg)

#### Clone Edit this Draft

<figure><img src="/files/Z7F3dwq0DVa8rfFoh6yX" alt=""><figcaption></figcaption></figure>

Add step **Voicemail** and select Record Voicemail, set Text to be announced and select male or female for Voice.

Click **Next** and **Skip test**

<figure><img src="/files/ConVVYVLU6mG9W4JBS2Y" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdnwxxZ8BOpXbe2NNVQ-WcrggV8BRvVzEfyw04jnjy_O2cGibAjqlQltkgvF9osxoVv9gMgn5U9sycgj_v4O-zcEzFV2daO-nWWNEsjQLykySWwZcWCDLpCnYrLbsOy9RE8SNY?key=CxavCfUbqBu3QywSWcegAg" alt=""><figcaption></figcaption></figure>

#### Publish Draft

Note: For setting up voicemail with your own wav file, you can use the step "Play audio message to inbox call".

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd0YCtsI4BsZshys8870neT_0qmWMR_AQft1BtcCvt6BCyQxRw89l66Diy3CIoW-2YeFzE1fOEhgTNSSTNa4Tebkhm9wwlrEOC8mbpSVTa3c9xqAA2BCsGKwPeKcrS4IIMYSHs?key=CxavCfUbqBu3QywSWcegAg" alt=""><figcaption></figcaption></figure>

### Notes

* The step voicemail can also be added after the Ring to
* The recordings can be found at the Channel page of that incoming number

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bird.com/applications/automation/flows/how-to/how-to-setup-voicemail.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
