# 채널톡 연동하기

### 1️⃣ 채널톡 가입하기

* [채널톡 서비스](https://channel.io/ko)에 가입해 주세요.

### 2️⃣ 스크립트 복사

* 채널톡 사이트에서 "사이트에 채널톡 버튼 설치" 및 "설치 가이드 보기"를 통해 가이드로 이동해 주세요.
* "Web에 설치하기" 에서 "기본 자바스크립트"를 클릭하시고 자바스크립트 코드를 모두 복사해 주세요

<figure><img src="https://static.waveon.io/img/guide/chatting-bubble-channeltalk-code-copy.png" alt=""><figcaption></figcaption></figure>

### 3️⃣ 스크립트 적용

* 웨이브온으로 이동하여 앱의 설정으로 이동해 주세요.
* "스크립트 설정" 부분을 확인하시고 2에서 복사한 코드를 입력해 주세요.&#x20;

<figure><img src="https://static.waveon.io/img/guide/chatting-bubble-channeltalk-waveon-setting.png" alt=""><figcaption></figcaption></figure>

* 상단의 "저장하기" 를 눌러 저장해 주세요.
* 이제 사이트 미리보기를 눌러 채팅 버블이 제대로 적용 되었는지 확인 하실 수 있습니다.&#x20;

  <figure><img src="https://static.waveon.io/img/guide/chatting-bubble-channeltalk-final.png" alt=""><figcaption></figcaption></figure>


---

# 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.waveon.io/landing/chatting-bubble-channeltalk.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.
