> 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/course-open-notification.md).

# 과정 오픈 알림 설정하기

{% hint style="info" %}
정규과정에 한하여강의 오픈 전 알림을 설정이 가능합니다. \
발송은 이메일 및 sms로 가능하며, sms의 경우에는 사전에 부가서비스 신청이 완료가 되어 있어야 합니다.&#x20;
{% endhint %}

1. '정규' 과정 개설 시 오픈 알림 기능을 활성화 합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F3Wp0eOBH3d8juGXbghKw%2Fimage.png?alt=media&amp;token=edb5d993-ef81-4005-a497-f81c8d7d7689" alt=""><figcaption></figcaption></figure>

2. 수강신청 기간이 도래하지 않으면 해당 과정에 **\[오픈알림 신청하기]** 버튼이 생성됩니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FtAWUDaKbo8gw8EZBz2HJ%2Fimage.png?alt=media&amp;token=f27aeac1-1483-4289-b21a-cab018a57a66" alt=""><figcaption></figcaption></figure>

3. 사용자가 **\[오픈알림신청하기]** 버튼을 클릭하면, 관리자단 > 회원정보관리 > 발송관리 > 오픈알림관리 메뉴에 이력이 생성됩니다. 알림을 발송할 수강생 선택 후 **\[메일]** 또는 **\[SMS]** 버튼 클릭하여 진행하시면 됩니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FabYoeiXkcUd47HrsqBOA%2Fimage.png?alt=media&amp;token=3871f0cb-af20-42e0-a2fb-2cb5b0eb1434" 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/course-open-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.
