> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/crm_guide/part-ii-setting.md).

# PART II : 메시지 보내기 전 4가지 준비

메시지를 보내기 위해 사전에 완료해야 하는 설정이 있습니다. \
사용하려는 발송 수단에 따라 필요한 준비가 다르니, 아래 표를 먼저 확인하고 해당하는 항목을 완료해 주세요.

{% hint style="warning" %}
앱푸시는 고도몰 마이앱 서비스를 통해 **쇼핑몰 앱을 출시한 경우에만** 사용할 수 있습니다. \
발송 시, 별도 포인트가 차감되지 않으나 메시지 포인트를 **0.1 포인트 이상 보유**하여야 발송이 가능합니다.&#x20;
{% endhint %}

<table><thead><tr><th width="175">준비 항목</th><th width="155">SMS/LMS</th><th>알림톡</th><th>친구톡</th><th>앱푸시</th></tr></thead><tbody><tr><td>발신번호 등록</td><td>✅ 필수</td><td>✅ 필수</td><td>✅ 필수</td><td>—</td></tr><tr><td>카카오톡 채널 설정</td><td>—</td><td>✅ 필수</td><td>✅ 필수</td><td>—</td></tr><tr><td>메시지 포인트 충전</td><td>✅ 필수</td><td>✅ 필수</td><td>✅ 필수</td><td>✅ 필수</td></tr><tr><td>080 수신거부 서비스 신청</td><td>⚠️ 광고성 메시지 발송 시 필수</td><td>—</td><td>—</td><td>—</td></tr></tbody></table>


---

# 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:

```
GET https://godomall-help.nhn-commerce.com/crm_guide/part-ii-setting.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.
