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

# Licences

***

### What is a licence from a GLPI perspective?

In this article, we will discover **Management** module and the different objects it contains.

GLPI allows you to manage the licenses of your software deployed on your fleet.

The **License** object is linked to **Software** object in your inventory. To be able to manage licenses, it is necessary to establish the process of inventory for your fleet.

You can define information related to license, for example:

* status
* software version
* editor
* expiration date
* on which workstation is it installed

What advantages gives you this feature:

* centralisation of information
* planning renewals
* issue alerts (version changed on a workstation or the number of licenses becomes insufficient)

***

### Is it possible to assign a licence to a user?

At time, (GLPI 10.0.10), only software can benefit from the allocation of a license.

***

### How can I check which computer has a licence?

In **`Management > Licences >`` ``Items`** tab, you can check on which computer the software requiring a licence is installed.

***

### Can I be alerted when a licence expires?

An automatic action **`software`** can be set so that a notification is sent to you when a licence expires. !!! Info The **`expiration`** field must be filled in for the notification to be sent.

***

### Why don't I receive a notification when my licence has expired?

This may be due to 2 parameters:

* the **`expiration`** field has not been filled in (**`Management`** > **`Licenses`**, select the licence concerned and check the **`expiration`** field)
* the automatic action is not activated or not correctly configured (**`Setup`** > **`Automatic actions`**, check and/or configure the **`software`** action)


---

# 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:

```
GET https://help.glpi-project.org/faq/glpi/licence.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.
