# Marketap Guide

## 마켓탭 개요

- [시작하기](https://guide.marketap.io/overview/overview.md): 이 페이지에서는 마켓탭에서 제공하는 기능 및 다양한 버전을 안내합니다.
- [설치 방법](https://guide.marketap.io/overview/undefined.md)

## 사용자 가이드(SmartStore)

- [네이버 스토어 연동](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)
- [원클릭 설정](https://guide.marketap.io/smartstore/intro/one-click.md)
- [카카오 알림톡](https://guide.marketap.io/smartstore/intro/kakao-alimtalk.md): 이 페이지에서는 카카오 알림톡 발송 기능을 사용하는 방법을 안내합니다.
- [문자 메시지](https://guide.marketap.io/smartstore/intro/text-message.md): 이 페이지에서는 문자 메시지 발송 기능을 사용하는 방법을 안내합니다.

## 사용자 가이드(SmartStore API)

- [API 연동 방식](https://guide.marketap.io/smartstore-api/preparation/integration.md)
- [API 대행사](https://guide.marketap.io/smartstore-api/preparation/integration/api.md)
- [설정](https://guide.marketap.io/smartstore-api/preparation/setting.md): 메시지 발송을 위해 채널 설정 방식을 설명하는 페이지 입니다.
- [회원가입](https://guide.marketap.io/smartstore-api/preparation/setting/signup.md)
- [문자 메시지](https://guide.marketap.io/smartstore-api/preparation/setting/text-message.md)
- [카카오톡](https://guide.marketap.io/smartstore-api/preparation/setting/kakao.md): 카카오 발신 프로필은 알림톡 메시지를 발송하기 위해 필요한 설정입니다.
- [카카오 알림톡 템플릿](https://guide.marketap.io/smartstore-api/preparation/setting/kakao-templates.md): 이 페이지에서는 카카오 알림톡 발송을 위한 템플릿 심사 절차를 안내합니다.
- [카카오 변수 사용하기](https://guide.marketap.io/smartstore-api/preparation/setting/kakao-templates/variables.md)
- [Copy of 카카오 변수 사용하기](https://guide.marketap.io/smartstore-api/preparation/setting/kakao-templates/variables-1.md)
- [결제 설정](https://guide.marketap.io/smartstore-api/preparation/payment.md): 구독 관리 및 사용 결제 관련 설명하는 페이지 입니다.
- [충전금 관리](https://guide.marketap.io/smartstore-api/preparation/payment/balance.md)
- [원클릭 설정](https://guide.marketap.io/smartstore-api/smartstore-api/one-click.md)
- [카카오 알림톡](https://guide.marketap.io/smartstore-api/smartstore-api/kakao-alimtalk.md): 이 페이지에서는 카카오 알림톡 발송 기능을 사용하는 방법을 안내합니다.
- [개인화 문구로 변수 설정하기](https://guide.marketap.io/smartstore-api/smartstore-api/kakao-alimtalk/variables.md): 이 페이지에서는 카카오 알림톡 발송 시 개인화 문구로 변수를 설정하는 방법을 안내합니다.
- [문자 메시지](https://guide.marketap.io/smartstore-api/smartstore-api/text-message.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://guide.marketap.io/overview/overview.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.
