> For the complete documentation index, see [llms.txt](https://guide.marketap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.marketap.io/smartstore/preparation/setting.md).

# 설정

{% hint style="warning" %}
채널 설정은 고객에게 메시지를 발송하기 위해 필요한 정보를 등록하는 단계입니다.

각 메시지 발송 채널마다 설정 방식이 다소 다를 수 있으므로, 안내에 따라 정확히 설정해야 원활한 메시지 발송이 가능합니다.

순서대로 확인하며 설정하는 것을 추천하며, 각 메시지 채널의 설정 방식은 아래에서 클릭하여 자세히 확인하실 수 있습니다.
{% endhint %}

{% content-ref url="/pages/lZP9bN4emMQMfjLPAYxi" %}
[문자 메시지](/smartstore/intro/text-message.md)
{% endcontent-ref %}

{% content-ref url="/pages/kpdJMYn7Q4l7u9ix85sw" %}
[카카오톡](/smartstore/preparation/setting/kakao.md)
{% endcontent-ref %}


---

# 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://guide.marketap.io/smartstore/preparation/setting.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.
