# 커스텀 블럭

***

## 1. 제공되는 커스텀 블럭의 종류

{% hint style="success" %} <mark style="color:green;">**커스텀 블럭은 총 3가지가 제공됩니다.**</mark>

이 블럭들은 API를 연동하는 등의 특별처리가 필요한 블럭들로써,\
운영팀에서 별도의 오픈 처리가 필요한 블럭 들입니다.
{% endhint %}

> <mark style="color:orange;">**블럭명을 클릭하시면 해당 페이지로 이동됩니다.**</mark><br>
>
> * [<mark style="color:orange;">**AUTH(인증)**</mark> ](/happybot/block_scenario/block/undefined/auth.md): 인증 api와 연동하여 사용자 인증을 진행할 수 있는 특수 블럭입니다.
> * [<mark style="color:orange;">**주소등록 API**</mark>](/happybot/block_scenario/block/single/image.md)[ ](/happybot/block_scenario/block/undefined/address.md): 카카오맵 주소찾기 API와 연동된 주소 검색& 등록 블럭입니다.
> * [<mark style="color:orange;">**API**</mark> ](/happybot/block_scenario/block/undefined/api.md): 외부 API 통신 블럭으로, 별도의 설정이 추가로 필요한 블럭입니다.


---

# 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/undefined.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.
