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

# Limites des forfaits Overleaf

Overleaf est [gratuit à utiliser](/latex/fr/base-de-connaissances/093-is-overleaf-free-to-use.md), cependant, notre gamme de [formules premium](https://www.overleaf.com/plans) offrent un certain nombre de [fonctionnalités supplémentaires](/latex/fr/base-de-connaissances/120-overleaf-premium-features.md):

|                                                          | Formule gratuite | Formules premium |
| -------------------------------------------------------- | ---------------- | ---------------- |
| Délai d’attente de compilation                           | 10 secondes      | 240 secondes     |
| Nombre maximal de fichiers par projet                    | 2000             | 2000             |
| Taille maximale du contenu modifiable par projet         | 7 Mo             | 7 Mo             |
| Taille maximale d’un fichier texte modifiable individuel | 2 Mo\*           | 2 Mo\*           |
| Taille maximale d’un téléversement individuel            | 50 Mo            | 50 Mo            |
| Taille maximale du projet                                | Illimité†        | Illimité†        |
| Nombre maximal de projets                                | Illimité         | Illimité         |

\* Certains fichiers plus volumineux peuvent rester modifiables dans certaines circonstances. Cependant, pour garantir qu’un fichier reste modifiable, vous devez limiter sa taille à 2 Mo ou moins.

† Il n’existe aucune limite imposée à la taille totale du projet. Cependant, vous pouvez rencontrer certaines limitations techniques lors du travail sur de très grands projets. Nous recommandons une taille maximale de projet de 500 Mo, ou inférieure à 100 Mo si vous utilisez [la synchronisation GitHub](/latex/fr/base-de-connaissances/044-github-synchronization.md) ou notre [intégration Git](/latex/fr/base-de-connaissances/040-git-integration.md). Les projets dépassant ces tailles peuvent fonctionner, mais rester dans ces limites vous offrira la meilleure expérience.

## En savoir plus sur nos formules premium

Notre [formules premium](https://www.overleaf.com/plans) incluent les formules Standard, Professionnel et Étudiant. Nous proposons également des formules pour les groupes et les organisations. En plus d’un délai de compilation plus long, elles offrent [fonctionnalités supplémentaires](/latex/fr/base-de-connaissances/120-overleaf-premium-features.md) tels que [historique du projet](/latex/fr/autres-sujets/49-using-the-history-feature.md), [suivi des modifications](https://www.overleaf.com/track-changes-and-comments-in-latex) et des intégrations avec [Git et GitHub](/latex/fr/base-de-connaissances/041-git-integration-and-github-synchronization.md), [Dropbox](/latex/fr/base-de-connaissances/034-dropbox-synchronization.md), [Zotero et Mendeley](/latex/fr/base-de-connaissances/073-how-to-link-zotero-to-your-overleaf-account.md).

Les formules Standard, Professionnel et Étudiant permettent également aux abonnés d’inviter plus d’un collaborateur à leurs projets : 6 collaborateurs par projet pour les abonnements Étudiant, 10 pour les abonnements Standard, et un nombre illimité pour les abonnements Professionnel.

Voir le [page des formules](https://www.overleaf.com/plans) pour un aperçu des formules disponibles.


---

# 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/fr/base-de-connaissances/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.
