> 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/119-overleaf-plan-limits.md).

# Overleaf 요금제 제한

Overleaf는 [무료로 사용할 수 있습니다](/latex/ko/knowledge-base/093-is-overleaf-free-to-use.md)하지만, 저희의 다양한 [프리미엄 플랜](https://www.overleaf.com/plans) 여러 가지를 제공합니다 [추가 기능](/latex/ko/knowledge-base/120-overleaf-premium-features.md):

|                         | 무료 요금제 | 프리미엄 요금제 |
| ----------------------- | ------ | -------- |
| 컴파일 시간 제한               | 10초    | 240초     |
| 프로젝트당 최대 파일 수           | 2000   | 2000     |
| 프로젝트당 편집 가능한 자료의 최대 크기  | 7MB    | 7MB      |
| 개별 편집 가능한 텍스트 파일의 최대 크기 | 2MB\*  | 2MB\*    |
| 개별 업로드의 최대 크기           | 50MB   | 50MB     |
| 프로젝트 최대 크기              | 무제한†   | 무제한†     |
| 프로젝트 최대 수               | 무제한    | 무제한      |

\* 일부 더 큰 파일은 특정 상황에서 계속 편집 가능할 수 있습니다. 하지만 파일이 편집 가능한 상태로 유지되도록 하려면 크기를 2MB 이하로 제한해야 합니다.

† 총 프로젝트 크기에는 강제되는 제한이 없습니다. 하지만 매우 큰 프로젝트를 작업할 때는 몇 가지 기술적 제한이 있을 수 있습니다. 권장하는 최대 프로젝트 크기는 500MB이며, GitHub 동기화를 사용하는 경우 100MB 미만을 권장합니다 [GitHub 동기화](/latex/ko/knowledge-base/044-github-synchronization.md) 또는 저희의 [Git 통합](/latex/ko/knowledge-base/040-git-integration.md). 이 크기를 초과하는 프로젝트도 작동할 수 있지만, 이 제한을 지키면 최상의 경험을 얻을 수 있습니다.

## 저희 프리미엄 요금제에 대해 더 알아보기

저희의 [프리미엄 플랜](https://www.overleaf.com/plans) Standard, Professional 및 Student 요금제가 포함됩니다. 또한 그룹과 조직을 위한 요금제도 제공합니다. 더 긴 컴파일 시간 제한 외에도 다음과 같은 기능을 제공합니다 [추가 기능](/latex/ko/knowledge-base/120-overleaf-premium-features.md) 예를 들어 [프로젝트 기록](/latex/ko/more-topics/49-using-the-history-feature.md), [변경 사항 추적](https://www.overleaf.com/track-changes-and-comments-in-latex) 및 다음과의 통합 [Git 및 GitHub](/latex/ko/knowledge-base/041-git-integration-and-github-synchronization.md), [Dropbox](/latex/ko/knowledge-base/034-dropbox-synchronization.md), [Zotero 및 Mendeley](/latex/ko/knowledge-base/073-how-to-link-zotero-to-your-overleaf-account.md).

Standard, Professional 및 Student 요금제는 구독자가 프로젝트에 한 명 이상의 공동 작업자를 초대할 수 있도록 허용합니다. Student 구독은 프로젝트당 6명, Standard 구독은 10명, Professional 구독은 무제한입니다.

다음을 참조하세요 [플랜 페이지](https://www.overleaf.com/plans) 이용 가능한 요금제 개요를 보려면


---

# 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/119-overleaf-plan-limits.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.
