# Ask Email

> **Who can use this Card?**
>
> * Gallabox Users having permission to either build and deploy bots or manage bots.
> * Available on all Paid Plans.

## **Understanding "Ask** Email"

Ask email from your customer by using **Ask Email card.**

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

### **Ask as Text Essentials**

Before you start using Ask Email card, here are some things you need to know:

### **Question Text**

This is the question you want to ask users. Make it clear and short so users know what you're asking.

{% hint style="info" %}
The **Question text** can be made **Bold**, *Italic*, or ~~strikethrough~~ using the options provided. The text will add the asterisk(\*) for **Bold**, Underscore(\_) for **Italic text**, and Tilde(\~) for **Strikethrough** around the text.
{% endhint %}

### **Ask as Voice Essentials** <a href="#ask-as-voice-essentials" id="ask-as-voice-essentials"></a>

The Ask as a Voice feature in Gallabox's Ask Text Bot Card lets users talk to submit their answers, making it easy and fun to interact.

You can either choose **AI voice** or a **Record** option.

For generating AI voice, you have to type in the Question Text, select the desired voice from the drop-down, and click on Generate Voice Button.

The Question text will be changed into voice. You can listen to it, change playback speed before saving the card to be used in the bot.

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

If you want to send a message in your voice, use Record option. Just press the record Button to record. To stop recording, click on Stop Recording.

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

{% hint style="success" %}
PRO TIP: Use Variables in the **Question Text** and in the **Validation Error Message** to make it more personalized.
{% endhint %}

## **Implementation Example:**

You are asking your customers for their **Email id** to send notifications or product related updates. The Ask Email question type with validation settings will make sure users give helpful responses within a specific character limit.

For the **Question Text** you can enter: *"Kindly share your email with us to send you the help document shortly."*

You have the option to **store the user response** in the variable. You can create a variable - `user_email` for example to store the user response.

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

Now for the **validation settings**, you could provide the **attempt** limit as 1, Validation Error Message is optional. Provide the **Action on Invalid Response.**

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

### Publish the flow

To publish the flow, connect the card with the starting button and then click on Publish Button.

<figure><img src="/files/3UXN9TORfK0aPWHFD6sA" alt=""><figcaption></figcaption></figure>

### In WhatsApp

This is how "**Ask Email**" card would be on the WhatsApp Platform.

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

{% hint style="info" %}
The above sample flow is for you to understand how "**Ask Text**" Card works and it's usage. It is not a representation of what can be achieved with Gallabox.
{% endhint %}


---

# 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://docs.gallabox.com/bots/ask-questions/ask-email.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.
