# 이벤트 / 상품 안내 챗봇 만들기

<figure><img src="/files/2rd9NLpN6njgApczfk0u" alt=""><figcaption></figcaption></figure>

{% hint style="info" %} <mark style="background-color:blue;">**" 이벤트/상품 안내 챗봇을 만들어볼게요!"**</mark><br>

이벤트와 상품을 안내해주고, A/S를 위해 고객에게 정보를 입력받는 챗봇을 만들어볼게요!\
STEP 하나하나 순서대로 따라와주세요!
{% endhint %}

{% hint style="danger" %} <mark style="color:red;">**카카오톡에 연동된 상태라고 가정하여 진행하는 가이드**</mark>이므로,\
따라하기 전 반드시 카카오톡 채널 연동을 먼저 진행해주세요.\
\
[카카오톡 연동](/happybot/setting/channel/kakao.md)
{% endhint %}

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

{% content-ref url="/pages/YEJon0NGGC8ZxN4PDFQa" %}
[Step 1. 인사말](/happybot/try/chatbot/step-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/YaP5loU9lyRdU9O8fiAh" %}
[Step 2. 실패 메시지](/happybot/try/chatbot/step-2.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ol7DTI7wSP3TaIOCRvi1" %}
[Step 3. 시작 메시지](/happybot/try/chatbot/step-3.md)
{% endcontent-ref %}

{% content-ref url="/pages/myNhG02yMw8wVy1PfiPu" %}
[Step 4. 기본 시나리오 편집](/happybot/try/chatbot/step-4.md)
{% endcontent-ref %}

{% content-ref url="/pages/unEcjFzVDLy1MkFz7khI" %}
[Step 6. 시나리오 연결 & 미리보기](/happybot/try/chatbot/step-6.md)
{% endcontent-ref %}

{% content-ref url="/pages/f8Yq5QN5wa58CbnBStnC" %}
[Broken mention](broken://pages/f8Yq5QN5wa58CbnBStnC)
{% endcontent-ref %}

{% content-ref url="/pages/3JWYHl8q0KRC9Wpi4DVw" %}
[Step 7. 배포(카카오 i 오픈 빌더)](/happybot/try/chatbot/step-7.md)
{% endcontent-ref %}

{% content-ref url="/pages/1zqYVvPX80LLJQ8hpuHH" %}
[Step 8. 완성](/happybot/try/chatbot/step-8.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://happytalk.gitbook.io/happybot/try/chatbot.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.
