# Ask URL

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

## Overview

Ask URL from your customer by using **Ask URL card.**&#x20;

{% hint style="info" %}
You can ask the customer a question as a **Text** or as a **Voice**.
{% endhint %}

<figure><img src="https://3137140735-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZcl3T6ePz95GpzjAeOLW%2Fuploads%2FLtgnuBA3GQks6El2ndNL%2FRecord-Ask%20Date.gif?alt=media&#x26;token=745705fe-2f4e-4eca-9865-e3071592f192" alt=""><figcaption></figcaption></figure>

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

Learn the basics of the "Ask as Text" option in Ask Text Card to make talking to users more interesting.

#### **Question Text** <a href="#question-text" id="question-text"></a>

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.

![](https://3137140735-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZcl3T6ePz95GpzjAeOLW%2Fuploads%2F93b75fzTkqhm1VEYyguw%2FAI-Voice-Ask%20URL.gif?alt=media\&token=ede18bc2-ee0a-4bbe-825a-e4518871ed65)

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.

![](https://3137140735-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZcl3T6ePz95GpzjAeOLW%2Fuploads%2FCSeq55pD72FwPdbQEkwQ%2FRecord-Ask%20URL.gif?alt=media\&token=e0b2647d-ebb4-4dd9-8ab1-8e9f2e3dacdd)

To know about Storing User Responses, go to [Bot Essentials#creating-variables](https://docs.gallabox.com/~/changes/A8xmww5XU9i8x7QbfPLe/bots/bot-essentials#creating-variables) and know about validation settings [here](https://docs.gallabox.com/~/changes/A8xmww5XU9i8x7QbfPLe/bots/bot-essentials#validation-settings-for-cards).

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

## Implementation Example

Please share the URL of the product that you would like to purchase.&#x20;

The above 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** as shown in the text below.&#x20;

<figure><img src="https://3137140735-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZcl3T6ePz95GpzjAeOLW%2Fuploads%2Fhi1BLmGtzxXuNUTjJbk2%2FQuestion%20Text%20-%20Ask%20URL.gif?alt=media&#x26;token=92be0b48-5f22-4a4f-9154-e6ecd7fc1d03" alt=""><figcaption></figcaption></figure>

Once you have set all the fields required and click on **SAVE.**

<figure><img src="https://3137140735-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZcl3T6ePz95GpzjAeOLW%2Fuploads%2FkxPq6H3b2sGJ8OMQF0v6%2FAsk_URL.gif?alt=media&#x26;token=f06f17e0-078e-4aed-af7f-06c82431a4c8" 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.&#x20;
{% 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-url.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.
