> 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.md).

# 마켓탭 사전 준비

- [네이버 스토어 연동](https://guide.marketap.io/smartstore/preparation/integration.md): 마켓탭은 네이버 스토어와의 원클릭 연동을 지원합니다. 고객은 네이버 커머스 솔루션에서 앱 설치 후 추가적인 개발 관련 지식 없이도 쉽게 연동 및 사용이 가능합니다.
- [설정](https://guide.marketap.io/smartstore/preparation/setting.md): 메시지 발송을 위해 채널 설정 방식을 설명하는 페이지 입니다.
- [문자 메시지](https://guide.marketap.io/smartstore/preparation/setting/text-message.md)
- [카카오톡](https://guide.marketap.io/smartstore/preparation/setting/kakao.md): 카카오 발신 프로필은 알림톡 메시지를 발송하기 위해 필요한 설정입니다.
- [카카오 알림톡 템플릿](https://guide.marketap.io/smartstore/preparation/setting/kakao-templates.md): 이 페이지에서는 카카오 알림톡 발송을 위한 템플릿 심사 절차를 안내합니다.
- [결제 설정](https://guide.marketap.io/smartstore/preparation/payment.md): 구독 관리 및 사용 결제 관련 설명하는 페이지 입니다.
- [충전금 관리](https://guide.marketap.io/smartstore/preparation/payment/balance.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://guide.marketap.io/smartstore/preparation.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.
