# 슬라이드 블럭

***

## 1. 제공되는 슬라이드 블럭의 종류

{% hint style="success" %} <mark style="color:green;">**슬라이드 블럭은 총 6가지가 제공됩니다.**</mark>

단일 블럭 카드를 캐로셀(손가락으로 좌우 슬라이드)로 여러개 제공하는 블럭입니다.
{% endhint %}

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

> <mark style="color:orange;">**블럭명을 클릭하시면 해당 페이지로 이동됩니다.**</mark><br>
>
> * [<mark style="color:orange;">**슬라이드 텍스트 카드**</mark>](/happybot/block_scenario/block/slide/textcard.md) : 텍스트 + 옵션 버튼 형태의 메시지입니다.
> * [<mark style="color:orange;">**슬라이드 와이드 카드**</mark>](/happybot/block_scenario/block/slide/wide.md) : 직사각형 이미지 + 텍스트 + 옵션 버튼 형태의 메시지입니다.
> * [<mark style="color:orange;">**슬라이드 정사각 카드**</mark>](/happybot/block_scenario/block/slide/square.md) : 정사각형 이미지 + 텍스트 + 옵션 버튼 형태의 메시지입니다.
> * [<mark style="color:orange;">**슬라이드 와이드 커머스 카드**</mark>](/happybot/block_scenario/block/slide/widecommerce.md) : 직사각형 이미지 + 프로필 + 가격 + 상품명 + 버튼 형태의 메시지입니다.
> * [<mark style="color:orange;">**슬라이드 정사각 커머스 카드**</mark>](/happybot/block_scenario/block/slide/squarecommerce.md) : 정사각형 이미지 + 프로필 + 가격 + 상품명 + 버튼 형태의 메시지입니다.
> * [<mark style="color:orange;">**슬라이드 리스트 카드**</mark>](/happybot/block_scenario/block/slide/list.md) : 헤더 + 텍스트 + 썸네일 + 버튼 형태의 메시지입니다.


---

# 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://happytalk.gitbook.io/happybot/block_scenario/block/slide.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.
