> 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-api/preparation.md).

# 마켓탭 사전 준비

- [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)


---

# 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-api/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.
