> 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/112-my-.zip-file-is-larger-than-15mb-how-can-i-upload-it-to-create-a-new-project.md).

# 내 .zip 파일이 15MB보다 큽니다. 새 프로젝트를 만들기 위해 어떻게 업로드하나요?

먼저 새 빈 프로젝트를 만드세요. 파일 내용을 자신의 컴퓨터에서 압축 해제한 후, 그런 다음 끌어다 놓을 수 있습니다 *모든* 파일을 파일 업로더에 넣을 수 있는데, 이 업로더는 [여러 파일 업로드](/latex/ko/knowledge-base/013-can-i-upload-multiple-files-at-once.md). 하지만 현재 업로더는 폴더 업로드를 지원하지 않습니다—먼저 하위 폴더를 만든 다음, 그 안에 파일을 업로드해야 합니다.

대신 다음을 통해 파일을 업로드할 수 있습니다. [git 브리지](https://www.overleaf.com/blog/195-new-collaborate-online-and-offline-with-overleaf-and-git-beta) (이는 *실제로* 폴더를 지원합니다). 빈 프로젝트를 만든 후, 이를 자신의 컴퓨터에 git clone 하세요. 다음으로 파일을 `.zip` 프로젝트 폴더로 옮긴 다음, git commit 하고 push 하세요. 자세한 내용은 다음 링크들이 도움이 될 수 있습니다: [여기](https://www.overleaf.com/blog/195-new-collaborate-online-and-offline-with-overleaf-and-git-beta) 및 [여기](https://ineed.coffee/3454/how-to-synchronize-an-overleaf-latex-paper-with-a-github-repository).


---

# 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/112-my-.zip-file-is-larger-than-15mb-how-can-i-upload-it-to-create-a-new-project.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.
