> 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/consumables.md).

# Consommables

Le premier tableau liste les consommables qui sont nouveaux. Le second tableau liste les consommables identifiés comme utilisés.

![Onglet Consommable](/files/C5VvQ5x0bGaKRqd2t8gH)

## Ajouter un consommable en statut nouveau

* Lorsque le consommable est créé, vous pouvez sélectionner le nombre d'articles nécessaires
* Cliquez sur **Ajouter des consommables**

{% hint style="info" %}
Vous pouvez ajouter un ou plusieurs consommables.
{% endhint %}

{% hint style="info" %}
Le statut du consommable est **nouveau** par défaut
{% endhint %}

## Changer un consommable en statut utilisé

* Pour changer le statut d'un consommable, sélectionnez-le à l'aide de la case à cocher
* Cliquez sur le bouton **Actions**
* Sélectionnez **Donner**
* Sélectionnez des groupes ou des utilisateurs
* Sélectionnez l'entrée que vous souhaitez

![Changer le statut en utilisé](/files/j20LekAYnfJgMJumSkf9)

{% hint style="info" %}
Lorsque le consommable est utilisé, vous pouvez changer le propriétaire de cet article en répétant l'opération ci-dessous
{% endhint %}

## Renvoyer un consommable en stock

* Pour changer le statut d'un consommable, sélectionnez-le à l'aide de la case à cocher
* Cliquez sur le bouton **Actions**
* Sélectionnez **Retour en stock**
* Cliquez sur **Valider**

![Changer le statut en retour en stock](/files/Hic73Fok4ydWsj4RSvDz)

## Supprimer un consommable

* Pour supprimer un consommable, sélectionnez-le à l'aide de la case à cocher
* Cliquez sur le bouton **Actions**
* Sélectionnez **Supprimer définitivement**
* Cliquez sur **Valider**

{% hint style="info" %}
Vous pouvez supprimer un consommable qu'il soit **nouveau** ou **utilisé**
{% endhint %}


---

# 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/consumables.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.
