# Send Button Option

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

### Overview

Use this if you want your customers to easily reply with certain words without having to type them out, you can use the Send Button option.

Let's see what goes into creating the Button option with media.&#x20;

### Header Type

You can add an image or a video, or a text, or a document to make it more interactive.&#x20;

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

{% hint style="info" %}
Maximum size for:

Image is 5MB

Video is 16MB

Document is 16MB
{% endhint %}

### Question Text

This is the space where you ask your customer the question for example- These are the available times at the store. or Oversized T-shirts start at Rs.449. Which spectrum of prints you would take a dive in? The possibilities are endless.&#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="/files/nUxnUJq8WvuKfc7SkyWF" alt=""><figcaption></figcaption></figure>

### Footer

This is the space for you to add any additional information related to the message like ***Hurry, size up on style & set #stylegoals*** or ***Hurry, Shop these fast-sellers Now.***&#x20;

You can add the content as per your choice.&#x20;

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

### Button Type

You can choose from Two Button Types - **Reply** or **CTA** (Call to Action) depending on the message you would like to share with your customers. Let's see in detail the two types.&#x20;

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

#### Reply Button

For the reply, Gallabox has the option of adding either **Static** or **Dynamic Options**.&#x20;

*Static Options* means the option will be fixed while the *Dynamic options* are capable of changing. If you have the dynamic values stored somewhere in your database, it can be accessed using [API Call](/bots/bot-connectors/connect-your-system-with-the-whatsapp-chat-bot-using-api.md).&#x20;

{% hint style="info" %}
**You can add a maximum of 3 buttons.**&#x20;
{% endhint %}

Below is the example of how you can add the Static Options:

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

For the Dynamic Options in **Ask Button Option**, we have three fields - *Variable to iterate, Path to ID, and Path to Title*.&#x20;

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

* *Variable to iterate*: You have to add the name of the array here.&#x20;
* *Path to ID*: Add the path from your internal database in curly brackets.&#x20;
* *Path to Title*: Add the title in curly brackets like this {{first\_name}}.

#### CTA (Call To Action) URL

{% hint style="info" %}
This feature is only supported in cloud API.
{% endhint %}

You can include a interactive button to enhance user engagement and interactivity.

You have two fields - Button text and Button URL. For Button you can add Visit Us for example and for the Button URL, you can add the website you would like to redirect your customers.

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

Once you have set all the fields required for ***Reply Button type*** and click on **SAVE**, the card will look like below.

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

For ***CTA URL type***, the card will look like below.

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

To the customer, the Reply Button Option would look something like the screenshot below:

<figure><img src="/files/176B150fU2VzwUHy36oh" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Reply Buttons are best for getting response from a limited set of options, particularly valuable for use cases where a generic response is adequate.&#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/bot-utilities/send-button-option.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.
