> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/phone/how-to-convert-voicemail-drop-files-into-mp3-or-wav.md).

# How To Convert Voicemail Drop Files into MP3 or WAV

Voicemail Drops require mp3 or wav audio files. This article shows how to properly convert your audio voicemail file to properly utilize Voicemail Drops.

***What you will need***

* Audacity

**Step 1:** **Download Audacity**

{% embed url="<https://lh4.googleusercontent.com/SqvKOY-s3JhLN5JY3KeFiQHMqFTKXC7BiSrA1Vh-kbrB_bUwX7nK4M7iVSu0PEYRiHt1chGvMhOaEQ7PwLaYpY3kNNx9ILt0cg2TXWRaONMs2whzckRdBEBwfAeJT49KBAOxdcZs>" %}

* Visit the Audacity website
* Start your Download - it's free!

**Step 2: How to properly convert audio files**

{% embed url="<https://lh5.googleusercontent.com/LGlee0ASiBPKx0NZWDWSJ8IO3nSavGFuvIz8ZcTrVTz7HmKoDthfbdDOLAEjUytB7Mj-HwI6--ygP4wYK4wrhfldyABpng9NVHnotwqpFdagPTd8w2HPFgJrPsqbzeHWGCN83AEC>" %}

* Drag and drop your audio file into Audacity

{% embed url="<https://lh5.googleusercontent.com/faq2mq3MgaQ0zJdhNLtB30MU58NR7KQ0eyoQjjTVVxyATTL45h4Pfj7hcYjgBzCKqx-72x8FX5gOqmhi2Efjs24CtFMezabhK0-i1frT7oIH3qiXNNRaTuJoQmMDznZBQAqENRE0>" %}

* On the bottom left, lower the project rate down to 8000
* Tracks → Resample... → 8000 → OK
* File → Export Audio → Name the File in the Save As → Format: Other uncompressed files → Options → Header: WAV → Encoding: U-Law → OK → Save → OK


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/phone/how-to-convert-voicemail-drop-files-into-mp3-or-wav.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.
