> 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/add-sample-lecture.md).

# 맛보기 샘플강의 등록하기

{% hint style="info" %}
과정 수강신청 상세 페이지에 샘플강의를 확인할 수 있도록 설정이 가능합니다.
{% endhint %}

1. &#x20;교육상품관리 > 과정관리 > 과정개설 > 과정명 클릭 > 과정정보 탭에 접속합니다.

![](https://help.malgnsoft.com/data/file/70adc832ccf95507e4b89ca04bf49107.png)

<br>

2\. 과정정보 탭 > 고급설정 >  샘플강의 > **\[추가]** 버튼 클릭하여 영상을 등록합니다.

※ 별도의 편집 기능을 제공하지 않으며, 콘텐츠관리 > 온라인강의관리에 등록된 콘텐츠 중 선택하여 설정하는 방식입니다. 따라서 사전에 등록할 영상을 미리 온라인강의관리 메뉴에서 등록을 해주셔야 합니다.

<br>

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2Fq6P6EfVvcvRCHIwdbDA2%2Fimage.png?alt=media&amp;token=88607704-68b7-4add-92a2-d98af187a271" alt=""><figcaption></figcaption></figure>

***

#### 사용자화면 예시

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2Fu2PWvWpzA2ahkTs2iccT%2Fimage.png?alt=media&amp;token=a7f68ea1-f044-4a29-87b2-57147d648902" 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/add-sample-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.
