> 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/replace-video-keep-progress.md).

# 진도율 유지하며 영상 교체 하기

{% hint style="info" %}
영상의 인코딩 또는 등록된 영상을 변경해야 하는 경우가 있습니다. 이 때 진도율에는 영향을 주지 않고 영상을 교체하는 방법으로 진행하시면 됩니다. 해당 사항은 콜러스, 위캔디오 플레이어 모두 동일합니다.
{% endhint %}

1. 교육상품관리 > 과정관리 > 과정운영에 접속합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FFpzeG5oOYnnJ477PufjO%2Fimage.png?alt=media&amp;token=4bf03d90-5198-4047-8360-8ba97378495a" 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%2FBDMR2Dyw0rU9398t04Up%2Fimage.png?alt=media&amp;token=303d32e6-867d-474b-aec8-1ea0015872f4" alt=""><figcaption></figcaption></figure>

3. 교체할 영상의 강의명을 클릭합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FGBDKEEOu4dGw4DiQnERF%2Fimage.png?alt=media&amp;token=5aaa25b4-0090-416e-a30f-af11c2599bec" alt=""><figcaption></figcaption></figure>

4. 콘텐츠주소(URL) > **\[찾아보기]** 버튼을 클릭합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FtSH6nJYp0tHJIVW5as18%2Fimage.png?alt=media&amp;token=692a9c9d-86b4-44ba-ac7d-1bb9c1007127" alt=""><figcaption></figcaption></figure>

5. 동영상 선택 > 교체할 영상을 검색한 후 선택합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FkARoXqEILOqQxkegFJsg%2Fimage.png?alt=media&amp;token=2f2d4567-2fa0-4e08-aa3f-3044946ae78f" alt=""><figcaption></figcaption></figure>

6. 변경된 콘텐츠 주소를 확인합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2Fw33N1vUvDa1f2lJlcn5M%2Fimage.png?alt=media&amp;token=80ae4e7e-2a84-4760-8b2d-a0b3fce965ec" alt=""><figcaption></figcaption></figure>

7. 주소 확인 후 우측 하단 **\[수정]** 버튼 클릭하여 저장합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F4OslntjHRIdkOxZUm5rt%2Fimage.png?alt=media&amp;token=fcf83d27-0651-4603-ad34-e38a93463264" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
변경할 콘텐츠 차시를 삭제하면 안됩니다. 차시를 삭제하면 진도율이 변경되며, 반드시 등록되어 있는 차시에서 콘텐츠 주소만 변경하셔야 합니다.&#x20;
{% endhint %}


---

# 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/replace-video-keep-progress.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.
