> 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/setting-up-a-voicemail-drop-and-voicemail-drop-faqs.md).

# Setting Up a Voicemail Drop and Voicemail Drop FAQs

A Voicemail Drop is utilized to accelerate the process of leaving voicemail messages. The way it works is **our software** will make a phone call to the selected contact, and then it will immediately drop that phone call and initiate a second phone call (which will put the 2nd call directly to voicemail) in order to leave a voicemail message.

**Step 1: Create the Voicemail Recording**

* Create a voicemail recording using the program of your choice.
* Save it as a .mp3 or .wav file

**Step 2: Setting Up the Voicemail Drop**

* Open or Create a New Workflow.
* Add a new Action. Choose Voicemail
* Add in your recording (mp3 or .wav file only).
* Save.

***NOTE:** Voicemail drops work approximately 70% of the time. They are a workaround solution to expedite leaving voicemails. Phone carriers don't generally like the concept so this is a phone carrier 'trick' and a workaround.*


---

# 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/setting-up-a-voicemail-drop-and-voicemail-drop-faqs.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.
