> 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/faq/fr/glpi/reports.md).

# Rapports

***

### Est-il possible d'utiliser les rapports dans GLPI ?

GLPI permet la génération d'un certain nombre de rapports liés à votre matériel, données financières, etc. :

* **Le rapport par défaut** : Ce rapport liste le matériel présent dans le parc trié par système d'exploitation pour les ordinateurs et par type pour les autres équipements.
* **Matériel sous contrat de maintenance** : Matériel sous contrat de maintenance avec un tiers. Il est possible d'obtenir un rapport détaillé par type de matériel et par date d'achat. La sélection multiple est autorisée.
* **Rapport de matériel par année** : Informations sur la date d'achat, la garantie et les contrats associés pour une ou plusieurs années. La sélection multiple est autorisée.
* **Rapport financier de l'inventaire matériel** : Informations financières synthétiques pour les ordinateurs, imprimantes, matériels réseau, écrans et périphériques ainsi que la valeur totale et la valeur nette comptable de vos actifs.
* **Autre rapport financier** : Informations financières synthétiques pour les cartouches, licences et consommables.
* **Rapport réseau** : Informations réseau par localisation, matériel réseau ou prises réseau.
* **Rapport de prêt** : Synthèse des prêts en cours, futurs ou passés pour un utilisateur donné.
* **Rapport de statut** : Synthèse par type de matériel des différents statuts.

Vous pouvez également utiliser le plugin "more reporting" pour obtenir des rapports supplémentaires.


---

# 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/faq/fr/glpi/reports.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.
