# Gestion

Le seul paramètre de configuration disponible sur cette page est la limite de taille pour les documents téléchargés.

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

{% hint style="info" %}
Si la directive PHP `upload_max_filesize` est inférieure à ce qui est défini ici, alors `upload_max_filesize` sera le facteur limitant. Vous devrez peut-être également vous assurer que la directive `post_max_size` est définie à un niveau légèrement supérieur à `upload_max_filesize`.
{% endhint %}


---

# Agent Instructions: 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://help.glpi-project.org/documentation/fr/modules/configuration/general/management.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.
