> For the complete documentation index, see [llms.txt](https://help.socinformatique.fr/devisoc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.socinformatique.fr/devisoc/faq/faq-licences.md).

# FAQ : Licences

- [Je souhaite installer DeviSOC et ma licence](https://help.socinformatique.fr/devisoc/faq/faq-licences/je-souhaite-installer-devisoc-et-ma-licence.md): Dans quel cas d'utilisation êtes vous ?
- [Je souhaite mettre à jour mes licences](https://help.socinformatique.fr/devisoc/faq/faq-licences/je-souhaite-mettre-a-jour-mes-licences.md): Dans quel cas d'utilisation êtes vous ?
- [Je ne vois pas/plus mes licences du serveur ?](https://help.socinformatique.fr/devisoc/faq/faq-licences/je-ne-vois-pas-plus-mes-licences-du-serveur.md): Je ne vois pas les licences de mes collègues ou du serveur. Pourquoi ?
- [Je souhaite transférer / emprunter une licence](https://help.socinformatique.fr/devisoc/faq/faq-licences/je-souhaite-transferer-emprunter-une-licence.md): Sur cette page vous allez apprendre à effectuer un transfert de licence d'un ordinateur à un autre et d'emprunter une licence temporairement sur un ordinateur.
- [Ma licence n'est pas disponible. Comment la retrouver ?](https://help.socinformatique.fr/devisoc/faq/faq-licences/ma-licence-nest-pas-disponible.-comment-la-retrouver.md): Sur cette page vous allez apprendre à libérer une licence manuellement.
- [Je souhaite démarrer DeviSOC automatiquement avec ma licence.](https://help.socinformatique.fr/devisoc/faq/faq-licences/je-souhaite-demarrer-devisoc-automatiquement-avec-ma-licence..md): Sur cette page vous allez apprendre à configurer une licence par défaut dans DeviSOC pour qu’elle se lance automatiquement à l’ouverture du logiciel :
- [Je souhaite cacher les licences obsolètes de mon gestionnaire de licence](https://help.socinformatique.fr/devisoc/faq/faq-licences/je-souhaite-cacher-les-licences-obsoletes-de-mon-gestionnaire-de-licence.md): Lors du lancement du logiciel, le gestionnaire de licence m'affiche plein de licence inactives. Comment faire pour les cacher ?


---

# 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.socinformatique.fr/devisoc/faq/faq-licences.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.
