> 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/doc-plugins/fr/plugins-glpi/tag.md).

# Tag

| Téléchargement                                | Sources                              |
| --------------------------------------------- | ------------------------------------ |
| <https://github.com/pluginsGLPI/tag/releases> | <https://github.com/pluginsGLPI/tag> |

## Prérequis (auto-hébergé)

| Version GLPI | PHP minimum | Recommandé |
| ------------ | ----------- | ---------- |
| 10.0.x       | 8.1         | 8.2        |
| 11.0.x       | 8.2         | 8.4        |

{% hint style="info" %}
Ce plugin est disponible sans souscription [GLPI Network](https://services.glpi-network.com/#offers). Il est également disponible sur [GLPI Cloud](https://glpi-network.cloud).
{% endhint %}

## Installation du plugin

* Allez dans la marketplace. Téléchargez et installez le plugin « **Tag** ».

<div align="left"><figure><img src="/files/hzO2OlRfnhLYbfyhSHe4" alt="images/Tags-1.png"><figcaption></figcaption></figure></div>

## Configuration du plugin

* Depuis **`Configuration`** > **`Listes déroulantes`**
* Cliquez sur **Gestion des étiquettes**
* Puis **Étiquettes**

<div align="left"><figure><img src="/files/tugDwn1Ez6pOvDCC1odc" alt="images/Tags-2.png"><figcaption></figcaption></figure></div>

* Entrez un nom qui sera visible lors de l'ajout d'étiquettes
* Entrez une description (optionnel)
* Ajoutez une couleur
* Associez un ou plusieurs éléments. Si rien n'est coché, il ne sera pas visible par défaut sur aucun élément.

<figure><img src="/files/XUSWe6h38PPQ2RneDEgF" alt="images/Tags-3.png"><figcaption></figcaption></figure>

### Choix de l'emplacement de l'étiquette

Vous pouvez indiquer si l'étiquette doit se trouver en bas ou en haut de la liste.

* Depuis **`Configuration`** > **`Général`** > **`Gestion des étiquettes`**, spécifiez l'emplacement de l'étiquette.

Bas :

<div align="left"><figure><img src="/files/xqjOPGNyYxG0Ctl4c747" alt="images/Tags-7.png"><figcaption></figcaption></figure></div>

Haut :

<div align="left"><figure><img src="/files/YPfNUqnUuKZVNCS4asDy" alt="images/Tags-8.png"><figcaption></figcaption></figure></div>

## Ajout de règles

Vous pouvez ajouter des règles métier (tickets, ordinateurs, etc.) pour ajouter des étiquettes sur des éléments particuliers.

Exemple : Attribuer une étiquette VIP lorsqu'un membre du groupe de management rédige un ticket.

* Voici les critères à implémenter depuis **`Administration` > `Règles` > `Règles métier pour les tickets`**

<figure><img src="/files/JvrLxYhDiHljAX4agrx9" alt="images/Tags-4.png"><figcaption></figcaption></figure>

<figure><img src="/files/Uhhk8LGeqrq8wYKbmTEg" alt="images/Tags-5.png"><figcaption></figcaption></figure>

* Après la création d'un ticket :

<figure><img src="/files/w1CziG4DdrQOaU4BSQJA" alt="images/Tags-6.png"><figcaption></figcaption></figure>

{% hint style="info" %}
Les étiquettes peuvent bien sûr être ajoutées manuellement si elles ont été configurées pour être visibles sur l'élément spécifié.
{% endhint %}

***

## FAQ

Si vous avez des questions concernant l'utilisation du plugin, n'hésitez pas à consulter notre FAQ

<a href="/spaces/VU1qbB9Oe25HAYDAQ4tR/pages/hfJxO12AtmANnnoLZHYU" class="button secondary">Aller à la FAQ</a>


---

# 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/doc-plugins/fr/plugins-glpi/tag.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.
