> 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/tutorials/fr/procedures.md).

# Procédures

- [Migration spécifique des plugins de GLPI 10 vers GLPI 11](https://help.glpi-project.org/tutorials/fr/procedures/migrate-of-specific-plugins-from-glpi-10-to-glpi-11.md): Cette procédure contient la migration de Generic Objects, Fields et FormCreator
- [Appliquer un patch](https://help.glpi-project.org/tutorials/fr/procedures/appliquer_un_patch.md): Vous avez ouvert un ticket au service support et celui-ci vous a fourni un patch ou un lien vers un patch?  Voici la procédure simple pour l'appliquer !
- [Libérer de l'espace sur votre base de données](https://help.glpi-project.org/tutorials/fr/procedures/free_database_space.md)
- [Installer GLPI sur Ubuntu](https://help.glpi-project.org/tutorials/fr/procedures/install_glpi.md)
- [Utiliser les outils Percona pour les grandes bases GLPI](https://help.glpi-project.org/tutorials/fr/procedures/linux_percona_toolkit.md)
- [Clé d'enregistrement marketplace](https://help.glpi-project.org/tutorials/fr/procedures/marketplace_registration_key.md)
- [Exécuter GLPI sur docker](https://help.glpi-project.org/tutorials/fr/procedures/running_glpi_on_docker.md)
- [Comment mettre à jour GLPI](https://help.glpi-project.org/tutorials/fr/procedures/updating-glpi.md)


---

# 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/tutorials/fr/procedures.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.
