> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ko/knowledge-base/013-can-i-upload-multiple-files-at-once.md).

# 여러 파일을 한 번에 업로드할 수 있나요?

네, 여러 파일을 한 번에 Overleaf에 업로드할 수 있습니다. 업로더를 사용할 때는 다음 중 하나를 할 수 있습니다:

* 업로드할 폴더를 선택하면 파일이 프로젝트에 추가될 때 디렉터리 구조가 유지되며, 또는
* 업로드할 파일을 선택할 때 여러 파일을 선택할 수 있습니다. 일반적인 방법처럼 선택하는 동안 Shift 또는 Ctrl 키를 누른 채로 선택하면 됩니다.

그런 다음 업로드 대화 상자에 모든 업로드의 진행 상황이 표시되며, 마지막 업로드가 완료되면 닫힙니다.

**참고**: 업로드당 개별 파일은 최대 180개, 데이터는 50MB로 엄격히 제한됩니다.

또한 [zip 파일을 업로드할 수 있습니다](https://www.overleaf.com/help/59) 기존 프로젝트나 템플릿이 들어 있는 zip 파일을 Projects Dashboard로 직접 업로드할 수 있습니다. 이렇게 하면 내부 폴더 구조가 유지됩니다. 모든 계정 유형에서 프로젝트당 파일 수는 2000개로 제한됩니다.

여러 파일 지원에 대해 궁금한 점이 있으시면, 저희의 [문의 페이지](https://www.overleaf.com/contact).


---

# 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://overleaf-pro.ayaka.space/latex/ko/knowledge-base/013-can-i-upload-multiple-files-at-once.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.
