> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/documentation/fr/tabs/common_fields/alert_threshold.md).

# Seuil d'alerte

Le seuil d'alerte est la valeur minimale à laquelle une alerte est déclenchée. Vous pouvez définir ce champ entre jamais et 100.

Un seuil de réapprovisionnement qui représente la quantité que vous souhaitez avoir en stock après avoir commandé.

Par exemple, vous voulez avoir 10 cartouches d'un certain type en stock, mais il ne vaut pas la peine de les commander tant que vous n'en avez que 2 ou moins en stock (en raison des remises sur volume, des frais généraux de traitement, etc.). Vous pouvez définir votre seuil d'alarme à 2 et votre valeur de réapprovisionnement à 10. Lorsque vous recevez la notification d'alarme, elle vous indiquera la valeur de réapprovisionnement et indiquera clairement combien doivent être commandés pour atteindre cette valeur (configurable dans les modèles de notification).

{% hint style="info" %}
Pour que les alertes soient efficaces, les notifications doivent être activées ; voir [gestion des notifications](#configure_notifications).
{% endhint %}

Pour qu'une cartouche soit installable sur une imprimante, elle doit être déclarée comme compatible avec cette imprimante.

La gestion des stocks partagés est possible en définissant l'élément comme récursif sur une entité. Les éléments seront alors disponibles pour toutes les sous-entités.


---

# 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://help.glpi-project.org/documentation/fr/tabs/common_fields/alert_threshold.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.
