# Button Block

> Use Button blocks to showcase important links and resources.

المنتج · Chatbot

You can use button blocks to redirect a user to a —

1. New sequence
2. URL or website
3. Phone call
4. Datalab Form

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28315%29.png)

If you are new to this topic, please refer to our basic introduction to the [**Button Block**](/docs/product/chatbot-automation/chatbot-blocks/add-and-send-content-blocks#button-block) and follow along.

Here is a step-by-step instruction to creating effective sequences using button blocks.

**Input**

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28185%29.png)

**Output**

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28343%29.png)

## Create A Sequence with Button Block

Suppose we want to showcase the most frequent links and resources in a click-worthy format. We have already shown many instances where we redirect our users to a new sequence. This time, we are focusing on redirecting users to URL, phone, or forms.

1. Website (URL)
2. Contact Support (Phone)
3. Place an Order (Form)

**Website**

1) Set the button name as **Website**.
2) Place the URL where you want to redirect your users.
3) You can also select the Web View Aspect Ratio for a smartphone screen.

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28116%29.png)

**Call Support**

1. Set the button name as **Contact Support.**
2. Place the phone number where you want users to call.

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28422%29.png)

**Place an Order**

1. Set the button name as **Place an Order**.
2. Select the form you want to connect to this button. To know more about how to create forms, refer to our [**Datalab Guide**](../../data-lab/advanced-datalab/).
3. Select a sequence that you want to redirect your users after filling up the form.

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28142%29.png)

### Using the Set Attribute Block to Store Data

Suppose, the user has placed an order. As per our sequence, they will be redirected to the **Order Placed** sequence.

**Input**

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28360%29.png)

If the user is redirected to the sequence, we add a new attribute **order=placed** to the user.

**Output**

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28256%29.png)

The user will not receive further messages, but a new attribute **`order=placed`** will be assigned to the user. This attribute can later help you to distinguish new customers from old ones.

---
HTML: https://userevora.com/ar/docs/product/chatbot-automation/advanced-blocks/button-block
