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

# Licences

***

### Qu'est-ce qu'une licence du point de vue de GLPI ?

Dans cet article, nous allons découvrir le module **Gestion** et les différents objets qu'il contient.

GLPI vous permet de gérer les licences de vos logiciels déployés sur votre parc.

L'objet **Licence** est lié à l'objet **Logiciel** dans votre inventaire. Pour pouvoir gérer les licences, il est nécessaire de mettre en place le processus d'inventaire pour votre parc.

Vous pouvez définir des informations liées à la licence, par exemple :

* statut
* version du logiciel
* éditeur
* date d'expiration
* sur quel poste est-elle installée

Quels avantages vous apporte cette fonctionnalité :

* centralisation de l'information
* planification des renouvellements
* émission d'alertes (version changée sur un poste ou nombre de licences devenu insuffisant)

***

### Est-il possible d'attribuer une licence à un utilisateur ?

Seuls les logiciels peuvent bénéficier de l'attribution d'une licence.

***

### Comment vérifier sur quel ordinateur une licence est installée ?

Dans **`Gestion`** > **`Licences`** > **`Éléments`**, vous pouvez vérifier sur quel ordinateur le logiciel nécessitant une licence est installé.

***

### Puis-je être alerté lorsqu'une licence expire ?

Une action automatique **`software`** peut être paramétrée pour qu'une notification vous soit envoyée lorsqu'une licence expire.

{% hint style="info" %}
Le champ **`expiration`** doit être renseigné pour que la notification soit envoyée.
{% endhint %}

***

### Pourquoi ne reçois-je pas de notification lorsque ma licence a expiré ?

Cela peut être dû à 2 paramètres :

* le champ **`expiration`** n'a pas été renseigné (**`Gestion`** > **`Licences`**, sélectionnez la licence concernée et vérifiez le champ **`expiration`**)
* l'action automatique n'est pas activée ou pas correctement configurée (**`Configuration`** > **`Actions automatiques`**, vérifiez et/ou configurez l'action **`software`**)


---

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