> For the complete documentation index, see [llms.txt](https://document.wisetracker.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://document.wisetracker.co.kr/crm.md).

# CRM 메시지 발송하기

- [광고 메시지 유의사항](https://document.wisetracker.co.kr/crm/ad-guidelines.md): 광고가 포함된 메시지 발송 시 필수 유의사항을 확인합니다.
- [카카오톡, 문자메시지](https://document.wisetracker.co.kr/crm/kakao-sms.md)
- [메시지 발송 시 공통 안내사항](https://document.wisetracker.co.kr/crm/kakao-sms/how-to-send.md)
- [알림톡 발송하기](https://document.wisetracker.co.kr/crm/kakao-sms/alimtalk.md)
- [친구톡 발송하기](https://document.wisetracker.co.kr/crm/kakao-sms/friendtalk.md)
- [브랜드 메시지 발송하기](https://document.wisetracker.co.kr/crm/kakao-sms/brand-message.md)
- [문자메시지 발송하기](https://document.wisetracker.co.kr/crm/kakao-sms/sms.md): 일반 문자메시지를 발송하거나, API 전용 문자메시지를 작성할 수 있습니다.
- [앱 푸시](https://document.wisetracker.co.kr/crm/app-push.md)
- [앱 푸시 발송하기](https://document.wisetracker.co.kr/crm/app-push/send.md): 앱 푸시 발송에 필요한 메시지 작성 시 설정 항목들에 대해 안내합니다.
- [앱 푸시 성과 대시보드](https://document.wisetracker.co.kr/crm/app-push/dashboard.md)
- [마케팅 저니 실행하기](https://document.wisetracker.co.kr/crm/journey.md): 고객의 실시간 행동에 맞춰 고객 여정을 직접 설계할 수 있어요.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://document.wisetracker.co.kr/crm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
