> 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-lecturer/03.lesson-contents/unload-multiple-videos.md).

# 동영상 한 번에 올리기

기존 강의자료 중 동영상을 많이 보유하고 계신 강의자님께서 편리하게 사용하실 수 있는 \
\&#xNAN;**'동영상 한번에 올리기'** 에 대해 설명 드리겠습니다.

![](/files/-Lu5_Hw1m1yaHW2Bd3PW)

위 화면은 교육과정 강의 편집 완료 화면으로 **강의를 편집중일때는 해당 버튼이 노출되지 않습니다.** \
동영상 한번에 올리기 순서는 아래와 같습니다.

1. 해당 강좌에 올릴 동영상들을 준비합니다.
2. **각 강의에 올릴 동영상 파일의 이름을 강의의 제목과 일치시킵니다.**\
   ex) 강의제목이 '제 1강'이라면 그 강의에 올릴 영상 파일의 이름은 '제 1강.mp4'
3. 파일 선택 버튼을 눌러 올릴 영상 파일들을 선택하고 열기 버튼을 누릅니다.\
   **tip) 윈도우는 ctrl키, 맥은 command키를 누르고 선택해야 동시 선택 가능**
4. **`업로드`** 버튼을 누릅니다.<br>

![](/files/-Lu5_OU6oyRnxVYNIOkn)


---

# 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-lecturer/03.lesson-contents/unload-multiple-videos.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.
