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

# Begrensninger i Overleaf-abonnement

Overleaf er [gratis å bruke](/latex/no/kunnskapsbase/093-is-overleaf-free-to-use.md), men vårt utvalg av [premiumplaner](https://www.overleaf.com/plans) tilbyr en rekke [ekstra funksjoner](/latex/no/kunnskapsbase/120-overleaf-premium-features.md):

|                                                        | Gratis plan | Premiumplaner |
| ------------------------------------------------------ | ----------- | ------------- |
| Kompileringstimeout                                    | 10 sekunder | 240 sekunder  |
| Maksimalt antall filer per prosjekt                    | 2000        | 2000          |
| Maksimal størrelse på redigerbart innhold per prosjekt | 7 MB        | 7 MB          |
| Maksimal størrelse på en enkelt redigerbar tekstfil    | 2 MB\*      | 2 MB\*        |
| Maksimal størrelse på en enkelt opplasting             | 50 MB       | 50 MB         |
| Maksimal prosjektstørrelse                             | Ubegrenset† | Ubegrenset†   |
| Maksimalt antall prosjekter                            | Ubegrenset  | Ubegrenset    |

\* Noen større filer kan fortsatt være redigerbare under visse omstendigheter. For å sikre at en fil forblir redigerbar, bør du imidlertid begrense størrelsen til 2 MB eller mindre.

† Det er ingen håndhevet grense for total prosjektstørrelse. Du kan imidlertid støte på noen tekniske begrensninger når du arbeider med svært store prosjekter. Vi anbefaler en maksimal prosjektstørrelse på 500 MB, eller mindre enn 100 MB hvis du bruker [GitHub-synkronisering](/latex/no/kunnskapsbase/044-github-synchronization.md) eller vår [Git-integrasjon](/latex/no/kunnskapsbase/040-git-integration.md). Prosjekter over disse størrelsene kan fungere, men å holde seg innenfor disse grensene gir deg den beste opplevelsen.

## Mer om våre premiumplaner

Vår [premiumplaner](https://www.overleaf.com/plans) omfatter Standard-, Professional- og Student-planene. Vi tilbyr også planer for grupper og organisasjoner. I tillegg til en lengre kompileringstimeout, gir de [ekstra funksjoner](/latex/no/kunnskapsbase/120-overleaf-premium-features.md) som for eksempel [prosjekthistorikk](/latex/no/flere-emner/49-using-the-history-feature.md), [spore endringer](https://www.overleaf.com/track-changes-and-comments-in-latex) og integrasjoner med [Git og GitHub](/latex/no/kunnskapsbase/041-git-integration-and-github-synchronization.md), [Dropbox](/latex/no/kunnskapsbase/034-dropbox-synchronization.md), [Zotero og Mendeley](/latex/no/kunnskapsbase/073-how-to-link-zotero-to-your-overleaf-account.md).

Standard-, Professional- og Student-planene lar også abonnenter invitere mer enn én samarbeidspartner til prosjektene sine: 6 samarbeidspartnere per prosjekt for Student-abonnementer, 10 for Standard-abonnementer, og et ubegrenset antall for Professional-abonnementer.

Se [plan-siden](https://www.overleaf.com/plans) for en oversikt over de tilgjengelige planene.


---

# 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/no/kunnskapsbase/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.
