> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/enrollment-notification.md).

# 수강신청 완료 알림톡 설정하기

{% hint style="info" %}
sms 부가서비스 이용 및 알림톡 템플릿 심사가 완료되어 있는 경우에만 사용이 가능합니다.
{% endhint %}

#### 알림톡 템플릿 사용 및 심사

1. 회원정보관리 > 발송관리에 접속하여 '수강신청' 템플릿명을 클릭합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FYDdGbu7dT3Pzul9BjyhL%2Fimage.png?alt=media&amp;token=8688bd17-12da-40a7-ac96-55437941fbdc" alt=""><figcaption></figcaption></figure>

2. 샘플로 등록되어 있는 내용을 복사하여 알림톡 심사를 진행합니다. \
   ※ 자세한 내용은 [알림톡 템플릿 작성 및 심사 신청 안내](/cloud/operation-guide/operation-tips/alimtalk-approval.md)에서 확인 가능합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F2iirn55aWCKkgib47Fqd%2Fimage.png?alt=media&amp;token=a55890f1-4d32-4dff-b102-bfa08f749b9d" alt=""><figcaption></figcaption></figure>

***

#### 수강신청 완료 알림 기능 설정하기

1. 교육상품관리 > 과정관리 > 과정 설정 화면에서 '수강신청완료알림' 및 '수강신청완료 템플릿'을 선택한 후 \[수정] 버튼을 클릭하여 저장합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FOs8MwSzDmafZ2P3PvyXd%2Fimage.png?alt=media&amp;token=80bbf859-ad05-4757-8a92-a8ab9eec35ed" alt=""><figcaption></figcaption></figure>


---

# 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://malgn.gitbook.io/cloud/operation-guide/operation-tips/enrollment-notification.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.
