> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/powershell-universal/fr/plateforme.md).

# Plateforme

- [Cache](https://docs.devolutions.net/powershell-universal/fr/plateforme/cache.md): Mécanismes de mise en cache dans PowerShell Universal.
- [Ordinateurs](https://docs.devolutions.net/powershell-universal/fr/plateforme/computers.md): Les ordinateurs sont des instances de PowerShell Universal connectées à la même base de données et au même référentiel git.
- [Vérifications de l'état](https://docs.devolutions.net/powershell-universal/fr/plateforme/health-checks.md): Vérifications d'intégrité à exécuter sur la plateforme PowerShell Universal.
- [Galerie](https://docs.devolutions.net/powershell-universal/fr/plateforme/library.md): La galerie PowerShell Universal de scripts, widgets, déclencheurs et plus encore.
- [Intergiciel](https://docs.devolutions.net/powershell-universal/fr/plateforme/middleware.md): Personnalisez les requêtes HTTP dans PowerShell Universal.
- [Modules](https://docs.devolutions.net/powershell-universal/fr/plateforme/modules.md): Gestion des modules pour PowerShell Universal.
- [Surveillance](https://docs.devolutions.net/powershell-universal/fr/plateforme/monitoring.md): Surveillance de PowerShell Universal avec Application Insights et les compteurs de performances
- [Notifications](https://docs.devolutions.net/powershell-universal/fr/plateforme/notifications.md): Notifications générées par PowerShell Universal.
- [Extensions](https://docs.devolutions.net/powershell-universal/fr/plateforme/plugins.md): Extensions qui étendent la plateforme PowerShell Universal.
- [Points de terminaison API C#](https://docs.devolutions.net/powershell-universal/fr/plateforme/plugins/c-api-endpoints.md): Cette extension active la prise en charge de C# pour les points de terminaison API.
- [OpenTelemetry](https://docs.devolutions.net/powershell-universal/fr/plateforme/plugins/opentelemetry.md): Envoyer des données de télémétrie à OpenTelemetry.
- [YARP](https://docs.devolutions.net/powershell-universal/fr/plateforme/plugins/yarp.md): Hébergez Yet Another Reverse Proxy (YARP).
- [Dossiers publiés](https://docs.devolutions.net/powershell-universal/fr/plateforme/published-folders.md): Servir des fichiers depuis PowerShell Universal
- [Étiquettes](https://docs.devolutions.net/powershell-universal/fr/plateforme/tags.md): Les étiquettes sont des mécanismes de regroupement dans PowerShell Universal.
- [Télémétrie](https://docs.devolutions.net/powershell-universal/fr/plateforme/telemetry.md): Données anonymes collectées par Ironman Software à propos de PowerShell Universal.
- [Traductions](https://docs.devolutions.net/powershell-universal/fr/plateforme/translations.md): Traduire des chaînes de caractères entre les langues.
- [Sessions utilisateur](https://docs.devolutions.net/powershell-universal/fr/plateforme/user-sessions.md): Informations sur les sessions utilisateur.
- [Variables](https://docs.devolutions.net/powershell-universal/fr/plateforme/variables.md): Informations sur les variables PowerShell Universal.


---

# 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://docs.devolutions.net/powershell-universal/fr/plateforme.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.
