> 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/zh-cn/zhi-shi-ku/119-overleaf-plan-limits.md).

# Overleaf 套餐限制

Overleaf 是 [可免费使用](/latex/zh-cn/zhi-shi-ku/093-is-overleaf-free-to-use.md)，不过，我们提供的一系列 [高级套餐](https://www.overleaf.com/plans) 提供多种 [附加功能](/latex/zh-cn/zhi-shi-ku/120-overleaf-premium-features.md):

|                | 免费方案   | 高级方案   |
| -------------- | ------ | ------ |
| 编译超时           | 10 秒   | 240 秒  |
| 每个项目的最大文件数     | 2000   | 2000   |
| 每个项目可编辑内容的最大大小 | 7 MB   | 7 MB   |
| 单个可编辑文本文件的最大大小 | 2 MB\* | 2 MB\* |
| 单个上传文件的最大大小    | 50 MB  | 50 MB  |
| 项目最大大小         | 无限制†   | 无限制†   |
| 项目最大数量         | 无限制    | 无限制    |

\* 在某些情况下，一些较大的文件仍可能保持可编辑。不过，为了确保文件保持可编辑，您应将其大小限制在 2 MB 或更小。

† 对项目总大小没有强制限制。不过，在处理非常大的项目时，您可能会遇到一些技术限制。我们建议项目最大大小为 500 MB，或在使用 [GitHub 同步](/latex/zh-cn/zhi-shi-ku/044-github-synchronization.md) 或我们的 [Git 集成](/latex/zh-cn/zhi-shi-ku/040-git-integration.md)。超过这些大小的项目可能也能运行，但保持在这些限制内将为您带来最佳体验。

## 了解更多关于我们的高级方案

我们的 [高级套餐](https://www.overleaf.com/plans) 包括标准版、专业版和学生版方案。我们还为团队和组织提供方案。除了更长的编译超时外，它们还提供 [附加功能](/latex/zh-cn/zhi-shi-ku/120-overleaf-premium-features.md) 例如 [项目历史](/latex/zh-cn/geng-duo-zhu-ti/49-using-the-history-feature.md), [跟踪更改](https://www.overleaf.com/track-changes-and-comments-in-latex) 以及与以下工具的集成 [Git 和 GitHub](/latex/zh-cn/zhi-shi-ku/041-git-integration-and-github-synchronization.md), [Dropbox](/latex/zh-cn/zhi-shi-ku/034-dropbox-synchronization.md), [Zotero 和 Mendeley](/latex/zh-cn/zhi-shi-ku/073-how-to-link-zotero-to-your-overleaf-account.md).

标准版、专业版和学生版方案还允许订阅者邀请多于一位协作者参与他们的项目：学生版订阅每个项目可有 6 位协作者，标准版订阅可有 10 位协作者，专业版订阅则可拥有无限数量的协作者。

参见 [方案页面](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/zh-cn/zhi-shi-ku/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.
