> 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/overleaf-learn-latex-pt/base-de-conhecimento/119-overleaf-plan-limits.md).

# Limites dos planos do Overleaf

O Overleaf é [gratuito para usar](/latex/overleaf-learn-latex-pt/base-de-conhecimento/093-is-overleaf-free-to-use.md), no entanto, a nossa gama de [planos premium](https://www.overleaf.com/plans) fornece uma série de [funcionalidades adicionais](/latex/overleaf-learn-latex-pt/base-de-conhecimento/120-overleaf-premium-features.md):

|                                                            | Plano gratuito | Planos Premium |
| ---------------------------------------------------------- | -------------- | -------------- |
| Tempo limite de compilação                                 | 10 segundos    | 240 segundos   |
| Número máximo de ficheiros por projeto                     | 2000           | 2000           |
| Tamanho máximo de material editável por projeto            | 7 MB           | 7 MB           |
| Tamanho máximo de um ficheiro de texto editável individual | 2 MB\*         | 2 MB\*         |
| Tamanho máximo de um envio individual                      | 50 MB          | 50 MB          |
| Tamanho máximo do projeto                                  | Ilimitado†     | Ilimitado†     |
| Número máximo de projetos                                  | Ilimitado      | Ilimitado      |

\* Alguns ficheiros maiores podem permanecer editáveis em certas circunstâncias. No entanto, para garantir que um ficheiro continua editável, deve limitar o seu tamanho a 2 MB ou menos.

† Não existe um limite imposto para o tamanho total do projeto. No entanto, poderá encontrar algumas limitações técnicas ao trabalhar com projetos muito grandes. Recomendamos um tamanho máximo de projeto de 500 MB, ou menos de 100 MB se usar [sincronização com o GitHub](/latex/overleaf-learn-latex-pt/base-de-conhecimento/044-github-synchronization.md) ou a nossa [integração Git do Overleaf](/latex/overleaf-learn-latex-pt/base-de-conhecimento/040-git-integration.md). Os projetos acima destes tamanhos podem funcionar, mas manter-se dentro destes limites proporcionará a melhor experiência.

## Saiba mais sobre os nossos planos premium

O nosso [planos premium](https://www.overleaf.com/plans) incluem os planos Standard, Professional e Student. Também oferecemos planos para grupos e organizações. Além de um tempo limite de compilação maior, eles oferecem [funcionalidades adicionais](/latex/overleaf-learn-latex-pt/base-de-conhecimento/120-overleaf-premium-features.md) como [histórico do projeto](/latex/overleaf-learn-latex-pt/mais-topicos/49-using-the-history-feature.md), [controlo de alterações](https://www.overleaf.com/track-changes-and-comments-in-latex) e integrações com [Git e GitHub](/latex/overleaf-learn-latex-pt/base-de-conhecimento/041-git-integration-and-github-synchronization.md), [Dropbox](/latex/overleaf-learn-latex-pt/base-de-conhecimento/034-dropbox-synchronization.md), [Zotero e Mendeley](/latex/overleaf-learn-latex-pt/base-de-conhecimento/073-how-to-link-zotero-to-your-overleaf-account.md).

Os planos Standard, Professional e Student também permitem aos subscritores convidar mais do que um colaborador para os seus projetos: 6 colaboradores por projeto para subscrições Student, 10 para subscrições Standard e um número ilimitado para subscrições Professional.

Veja o [página de planos](https://www.overleaf.com/plans) para uma visão geral dos planos disponíveis.


---

# 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/overleaf-learn-latex-pt/base-de-conhecimento/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.
