> 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/my-lectures.md).

# 내 수강 정보 화면 안내

## 수강 정보 페이지 - 내 강좌(My Lecture)

메인화면 > **`내 강좌`**

![](/files/-MNqeu91rpdPEpYuu0HU)

###

### **1.수강중인 강좌**

전체 수강 강좌 / 전체 학습 진행률 / 강좌별 학습 진행률을 확인할 수 있습니다.

![](/files/-MNqfzE7iHfuLuADYuRy)

### **2.찜한 강좌**

찜(❤️)한 강좌를 모아볼 수 있습니다.

![](/files/-MNqgF_w51bEyzuarSYb)

###

### **3.수료증**

강좌 완강하여 발급된 수료증을 확인할 수 있습니다.&#x20;

* 수료증은 **모든 강좌에서 발급되는 것은 아니며** 강의자가 발급 여부를 설정할 수 있습니다.
* 수료증 발급이 되지 않는 강좌의 수료증이 필요한 경우 [구름 고객지원팀](https://goorm.channel.io)으로 문의바랍니다.

![](/files/-MNqgfvHFjGujdzvGHPV)

###

### 4.획득 배지

강좌의 특정 강의를 해결하여 획득한 배지를 확인할 수 있습니다. &#x20;

* 배지는 모든 강의에서 획득할 수 있는 것은 아니며 강의자가 설정할 수 있습니다.

![](/files/-MNqh07ZzzupLHSlfU4w)

###

### 5.구매 내역

구매한 유료강좌를 확인할 수 있습니다.

![](/files/-MNqhHGrUKux0PM53V83)


---

# 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/my-lectures.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.
