> 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.md).

# 운영 Tip

- [마케팅 수신 동의 받기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/marketing-consent.md)
- [특정 회원만 할인 적용하기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/member-discount.md)
- [구매하고 싶어지는 가격 표기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/price-display-tips.md)
- [기한 한정 탑배너 타이머 세팅하기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/top-banner-timer.md)
- [교육 일정 달력 꾸미기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/training-calendar.md)
- [시간 내 제출하는 학습 과제 만들기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/timed-assignments.md)
- [결제 알림 받기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/payment-notifications.md)
- [설문 받기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/collect-surveys.md)
- [공지 및 팝업 제작하기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/notices-and-popups.md)
- [소수 그룹 커뮤니티 만들기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/small-group-community.md)
- [강의실 전체 안내문 작성하기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/classroom-announcements.md)
- [과정 오픈 알림 설정하기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/course-open-notification.md)
- [수강신청 완료 알림톡 설정하기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/enrollment-notification.md)
- [알림톡 템플릿 작성 및 심사 신청](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/alimtalk-approval.md)
- [진도율 유지하며 영상 교체 하기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/replace-video-keep-progress.md)
- [맛보기 샘플강의 등록하기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/add-sample-lecture.md)
- [비메오 영상 삽입하기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/embed-vimeo.md)
- [유튜브 영상 삽입하기](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/embed-youtube.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://malgn.gitbook.io/cloud/operation-guide/operation-tips.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.
