# 카카오 메시지 준비하기

- [알림톡&브랜드메시지란?](https://guide-user.sendon.io/kakao/concept.md)
- [채널 연동하기](https://guide-user.sendon.io/kakao/connect.md)
- [알림톡 템플릿 준비하기](https://guide-user.sendon.io/kakao/template.md)
- [기본형 템플릿](https://guide-user.sendon.io/kakao/template/basic.md): 텍스트 기반으로 발송할 수 있는 기본적인 템플릿이에요.
- [강조표기형 템플릿](https://guide-user.sendon.io/kakao/template/emphasize.md): 강조하고 싶은 문구가 있다면, 강조표기형 템플릿을 활용해보세요!
- [이미지형 템플릿](https://guide-user.sendon.io/kakao/template/image.md): 브랜드 로고나, 심미적인 알림톡을 보내고 싶다면 이미지형 템플릿을 활용해보세요!
- [알림톡 발송하기](https://guide-user.sendon.io/kakao/send.md): 알림톡, 이대로만 하면 발송할 수 있어요
- [친구톡 발송하기](https://guide-user.sendon.io/kakao/send_friendtalk.md): 광고성 내용을 카카오 메시지로 보내고 싶다면, 친구톡을 이용해보세요.
- [변수를 설정해 친구톡 발송하기](https://guide-user.sendon.io/kakao/send_friendtalk/undefined.md): 친구톡에서도 개인화된 메시지를 발송할 수 있어요!
- [브랜드메시지 발송 준비하기](https://guide-user.sendon.io/kakao/undefined.md): 브랜드 메시지를 발송하기 전, 사전 요건을 충족하기 위한 체크리스트와 준비 절차를 안내합니다.
- [브랜드 메시지 발송하기](https://guide-user.sendon.io/kakao/undefined-1.md): 준비가 완료된 후, 브랜드 메시지 템플릿을 등록하고 실제로 발송하는 실행 가이드입니다.
- [발송결과 확인하기](https://guide-user.sendon.io/kakao/result.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://guide-user.sendon.io/kakao.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.
