# Add and Send Content Blocks

The category name is self-explanatory. You use these blocks to add and send content to your audiences. Content can come in audio, video, images, gallery, and many different forms. Let's go over each of them.

![](/files/-MhPDSb9AFJiTVkuc5yN)

You can also these two videos to get started and refer to the content below to learn in-depth.

{% embed url="<https://www.youtube.com/watch?index=3&list=PL_EdxcvIGFEbUN0tqYUE84t-bc1QekV72&v=_tO1oCehyIA>" %}

{% embed url="<https://www.youtube.com/watch?index=4&list=PL_EdxcvIGFEbUN0tqYUE84t-bc1QekV72&v=wSO6Drw25HM>" %}

## 1. Text Block&#x20;

Use text blocks to send pure text messages.

{% tabs %}
{% tab title="Input" %}
![](/files/-MhYVH4sH1-srm3f6p9M)
{% endtab %}

{% tab title="Output" %}
![](/files/-MhsOdoYc9CKtDKFYPS4)
{% endtab %}
{% endtabs %}

## 2. Image/GIF/PDF Block

{% hint style="info" %}
PDF block is only available in WhatsApp.
{% endhint %}

Use image/GIF block to share images with your customers to make your conversation more humane. The supported formats are JPG, JPEG, PNG, and GIF. You can upload images from either your desktop or an API.

{% hint style="info" %}
Please upload images in horizontal (1.91:1) or square format (1:1) for the best experience in Messenger and Instagram.
{% endhint %}

{% tabs %}
{% tab title="Input" %}
![](/files/-MhsPnhl6aCQMdgMWNxI)
{% endtab %}

{% tab title="Output" %}
![](/files/-MhsPUSbejuy_J-f7ysX)
{% endtab %}
{% endtabs %}

## 3. Delay Block

Use delay blocks to send your message 1-2 seconds later and show a typing effect in the chat. It is used to make the customer feel that someone is typing on the other end.

## 4. Quick Reply Block

Quick Reply blocks can appear as answer suggestions for visitors. They can help a customer decide/reply faster. They are not directly attached to the message; instead, they float above the keyboard.&#x20;

{% hint style="info" %}
Quick Reply block is great for short surveys or quizzes because once the user has clicked on a reply, the rest of the set disappears. The user is then redirected to a custom user journey based on their chosen reply.&#x20;
{% endhint %}

{% tabs %}
{% tab title="Input" %}
![](/files/-MhbVpmxKpE_d6tSb9AV)
{% endtab %}

{% tab title="Output" %}
![](/files/-MhsRmc0eyLdztn_ePwH)
{% endtab %}
{% endtabs %}

You can use Quick reply blocks to create complex user journeys. To learn how to use this block like a pro, quickly go to this page dedicated to quick replies.

{% content-ref url="/pages/-MhbXq-DmkjHxWulCQGJ" %}
[Quick Reply Block](/myalice-guide-arabic/chatbot-and-automation/advanced-blocks/quick-reply-block.md)
{% endcontent-ref %}

## 5. Button Block

Unlike Quick Reply Blocks, Button blocks are directly attached to a message. Users can thus click the same button multiple times or choose another reply.

{% hint style="info" %}
Button Block is ideal for adding URLs, phone call links, or forms.
{% endhint %}

{% tabs %}
{% tab title="Input" %}
![](/files/-MhbaZeQ-VI4XW5lfPmb)
{% endtab %}

{% tab title="Output" %}
![](/files/-MhsSeYYlOfJp28Tfb6z)
{% endtab %}
{% endtabs %}

Button blocks, combined with Quick Reply blocks, can create remarkably personalized user journeys. To learn how to use Button block like a pro, click on the button below 👇

{% content-ref url="/pages/-MhbcdCK9B0nUZw3jt3I" %}
[Button Block](/myalice-guide-arabic/chatbot-and-automation/advanced-blocks/button-block.md)
{% endcontent-ref %}

## 6. Gallery Block

Gallery block is a combination of Image and Button Block. You can use this block to share product images the way users would see on your website.&#x20;

{% hint style="info" %}
Use Gallery blocks to showcase your most-sold or on-sale products in a gallery.&#x20;
{% endhint %}

{% tabs %}
{% tab title="Input" %}
![](/files/-MhsTo3E0yHk6VupAap1)
{% endtab %}

{% tab title="Output" %}
![](/files/-MhsUHUF3Umj_Z6ww6VR)
{% endtab %}
{% endtabs %}

Gallery blocks can turn your conversations into sales opportunities. To learn how to use Gallery block like a pro, check out this gallery of resources we created 👇

{% content-ref url="/pages/-Mhbjq0YytKq17mbR0i1" %}
[Gallery Block](/myalice-guide-arabic/chatbot-and-automation/advanced-blocks/gallery-block.md)
{% endcontent-ref %}


---

# 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.myalice.ai/myalice-guide-arabic/chatbot-and-automation/chatbot-blocks/add-and-send-content-blocks.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.
