# Basic Group Voicemail

{% hint style="info" %}
Read this if you have Smart Apps in use that have been ordered before 21 october 2024. New Smart Apps documentation can be found within the [Marketplace](/store/marketplace-apps.md).
{% endhint %}

The Basic Group Voicemail app can be used as an alternative voicemail box. Simple forward your calls to this bot whenever you are unavailable.&#x20;

The bot will ask for the callers name, phone number, and reason of the call. These details will be stored so you can follow up on the call on a later moment.

The app can be configured with a welcome and a goodbye message. By default, the bot will create a note with the details left by the caller. However when you provide an email address, the bot will send the details to that email address instead of creating a note in the Inbox.&#x20;

### Generic setup

1. Make sure your [phone channel](/studio/channels/phone.md) is enabled
2. Provide the welcome and goodbye text<br>

   <figure><img src="/files/FyFGFF8MPzhvioWA76fZ" alt=""><figcaption></figcaption></figure>
3. (Optional) Provide an email address<br>

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

Notes that are generated by your Voicemail are collected in the Notes section. There notes can be followed up by marking them as completed. This way you'll never forget to follow up on made promises by your bot.


---

# 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://manuals.dialox.ai/store/legacy-apps/basic-group-voicemail.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.
