> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/edu-student/learning/paid-lecture.md).

# 유료 강좌 수강하기

### 1. 수강신청(결제하기)

수강신청 페이지에서는 강좌소개, 체험하기, 교육과정, 강의자 소개, 강좌 후기를 확인하실 수  있습니다.

원하는 강좌 선택  후\
\&#xNAN;**`결제하기(하나의 강좌만 신청하는 경우)` 또는`장바구니에 담기(여러 강좌를 신청하는 경우)` 클릭**

![](/files/-MNmVzhp9le7WPp9iywb)

### 2. 결제하기(쿠폰 등록하기)

&#x20;적용 가능한 쿠폰 코드를 가지고 계신 경우, 결제 단계에서 쿠폰을 등록하여 사용하실 수 있습니다.

1\) **`쿠폰 등록하기`** 클릭

![](/files/-MNmX0yYCBAT7xHFZRI6)

2\) 쿠폰 코드 입력 후 **`쿠폰 등록`** 클릭 > 등록된 쿠폰에서 확인 후 창 닫기\
\*쿠폰코드는 대소문자를 구별합니다. 대소문자까지 모두 동일하게 입력해주세요!

![](/files/-MNmYUtNivrHkveLD5st)

3\) 등록한 쿠폰을 적용할 수 있는 강좌에는 **`쿠폰 변경`** 버튼이 나타납니다. **`쿠폰 변경`** 버튼을 눌러 쿠폰을 적용시켜주세요.

![](/files/-MNmYmAltOPYGVUEeKJ0)

4\) 쿠폰 변경 후 할인이 적용된 것을 확인하실 수 있습니다.

![](/files/-MNmZaBJ9q-2u4Pk6QvI)

5\) 결제

* 결제 안내를 살펴 보신 후 동의 여부에 체크하여 결제를 진행해주세요.

![](/files/-MNqeZn1RiN596MpHrnX)


---

# 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://help.goorm.io/ko/edu-student/learning/paid-lecture.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.
