> For the complete documentation index, see [llms.txt](https://store-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://store-help.nhn-commerce.com/app/counsel/undefined/undefined-1.md).

# 샵바이

- [알림톡 사용설정](https://store-help.nhn-commerce.com/app/counsel/undefined/undefined-1/undefined.md): 샵바이 관리자 화면에 접속하여 \[회원 > 카카오 알림톡 관리 > 알림톡 관리]에서 사용할 수 있어요.
- [카카오 알림톡 템플릿 관리](https://store-help.nhn-commerce.com/app/counsel/undefined/undefined-1/undefined-1.md): 알림톡 템플릿을 등록하고, 카카오의 템플릿 검수 상태를 확인할 수 있어요.
- [알림톡 발송내역 조회](https://store-help.nhn-commerce.com/app/counsel/undefined/undefined-1/undefined-2.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://store-help.nhn-commerce.com/app/counsel/undefined/undefined-1.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.
