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

# Contrats

L'onglet *Contrats* est utilisé pour afficher ou ajouter des contrats liés.

Pour chaque contrat associé, le nom, le numéro, le type de contrat, le fournisseur, la date de début et la durée initiale du contrat sont listés. Dans le dernier champ, la date de fin du contrat est également affichée avec un affichage en rouge si la date est antérieure à la date actuelle.

## Ajouter un contrat

* Pour ajouter un contrat, sélectionnez le contrat dans la liste déroulante ;
* Cliquez sur **`Ajouter`**

<figure><img src="/files/6YwMnLrHdruJweFC1Fic" alt=""><figcaption></figcaption></figure>

## Supprimer un contrat

* Pour supprimer un contrat, sélectionnez le contrat ;
* Cliquez sur **`Actions`** ;
* Sélectionnez **Supprimer définitivement** ;
* Cliquez sur **`Poster`**

<figure><img src="/files/LsgEe37TWPoraXwg2RP9" alt=""><figcaption></figcaption></figure>

Reportez-vous à la section [gestion des contrats](http://127.0.0.1:8000/modules/management/contract.html) pour plus d'informations.


---

# 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/documentation/fr/tabs/contracts.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.
