# 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 Group Voicemail (previously called Company Voicemail) template can be used as an alternative voicemail box. Simple forward your calls to this bot whenever you are unavailable. The Company Voicemail template is configured with only one Flow: playbook. Read about flows in the [Flows](/studio/flows.md) section to understand what type of nodes your can use for configuring the Voicemail bot for your use case.

## Quick steps

### Generic setup

1. Make sure your [phone channel](/studio/channels/phone.md) is enabled
2. Make sure to change the [Send Note](/studio/flows/nodes/note-create.md) node to a [Send email](/studio/flows/nodes/send-email.md) node and fill in the email address, see step 6 below under playbook.

### Playbook

Make sure to review and change the following nodes in the Playbook flow. Click on Flows and then open your Playbook.

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

Review the following nodes:

1. [say](/studio/flows/nodes/say.md) welcome text (can be used to be more specific about whoms voicemail it is)
2. say what is expected now (we need some details)
3. [ask name](/studio/flows/nodes/ask-name.md)
4. [ask phone](/studio/flows/nodes/ask-phone.md)
5. [ask open](/studio/flows/nodes/ask-open.md) for the reason of the call
6. [send note](/studio/flows/nodes/note-create.md) (replace this for [send email](/studio/flows/nodes/send-email.md) to receive an email instead of a note in the studio)
7. say what can be expected from here (we will call you back asap)
8. say goodbye

<figure><img src="/files/imyyLudJZaZ7X84Q3G00" 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 promisses by your bot. Notes can also be integrated in your (back office) systems using the [nodes API](https://developer.dialox.ai/dev/rest/#/Notes) and [Note Webhook](https://developer.dialox.ai/dev/webhooks/#note-events).

## Skills

* [Base flows](/store/skills/base-flows.md)
* [Phone flows](/store/skills/phone-flows.md)

The node type [Send SMS](/studio/flows/nodes/send-sms.md) is excluded from this bot template.


---

# 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/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.
