> For the complete documentation index, see [llms.txt](https://docs.projectsend.org/about/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectsend.org/about/how-to-use/files/file-size-limits.md).

# File size limits

By default every installation limits each file to 2GB. This limit can be set to anything you want in two ways:

* To set a new limit globally, edit your [custom configuration file](/about/installation/configuration-file.md) and change the value *2048* in `define('MAX_FILESIZE','2048');` to the new limit you want, expressed in Mb, where each GB is 1024 Mb. In this case, 2048 represents 2GB. 10GB would be 10240, and so on.
* You can also set specific limits for each user and clients. When editing them, find the File size limit box and set a value in Mb also. For example, you can have a 2GB limit globally but let a certain user upload files up to 10Mb only.

<figure><img src="/files/oyx1K7SZyb1Q1mJN6IQF" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.projectsend.org/about/how-to-use/files/file-size-limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
