> 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/video-services/kollus/source-file-management.md).

# 원본 파일 관리하기

{% hint style="info" %}
원본 파일 저장 기능을 사용하실 수 있습니다. 다만, 해당 기능을 사용하실 경우 스토리지 용량이 크게 증가하기 때문에 추가 비용이 발생할 수 있는 점 참고 부탁드립니다.&#x20;

* 가이드 제공 출처 : <https://docs.kollus.com/service-guide/vod/content/original-file/>
  {% endhint %}

### 원본 파일 저장 활성화 <a href="#enable-original-storage" id="enable-original-storage"></a>

{% hint style="danger" %}
**소급 적용 불가**

원본 파일은 **설정 완료 시점 이후에 새롭게 업로드되는 콘텐츠**부터 저장됩니다.
{% endhint %}

1. Kollus VOD 콘솔의 **\[설정] > \[원본 파일 저장]** 메뉴로 이동합니다.
2. **'업로드한 원본 파일을 저장하시겠습니까?'** 항목에서 **\[저장하기]**&#xB97C; 선택한 후 **\[저장]**&#xC744; 클릭합니다.
3. 이후 업로드되는 모든 콘텐츠는 트랜스코딩 완료 후에도 원본 파일이 서버에 유지됩니다.

***

### 원본 파일 검색 <a href="#undefined" id="undefined"></a>

라이브러리에서 원본 파일이 보관된 콘텐츠를 필터링합니다.

1. Kollus VOD 콘솔의 **\[라이브러리]** 메뉴로 이동합니다.
2. 검색창 우측의 **필터 아이콘**을 클릭합니다.&#x20;

   <img src="https://docs.kollus.com/img/ko/service-guide/vod/original-file-1.webp" alt="" width="100%">
3. 필터 항목 중 **\[원본 파일]** 항목에서 **\[있음]**&#xC744; 선택하고 **\[적용]**&#xC744; 클릭합니다. 정밀한 검색을 원한다면 **\[등록일]** 항목을 설정하여 특정 기간에 업로드된 파일을 조회합니다.

***

### 원본 파일 다운로드 및 삭제 <a href="#undefined" id="undefined"></a>

보관 중인 원본 파일을 로컬 PC로 내려받거나, 용량 관리를 위해 영구적으로 삭제할 수 있습니다.

1. Kollus VOD 콘솔의 **\[라이브러리]** 메뉴에서 대상 콘텐츠를 선택합니다.
2. 우측 패널에서 **\[기본] 탭 > \[원본 파일명] 우측 다운로드/삭제 아이콘**을 클릭합니다.


---

# 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/video-services/kollus/source-file-management.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.
