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

# Configuration

- [Agent](https://docs.devolutions.net/powershell-universal/fr/config/agent.md): Informations sur les agents PowerShell Universal.
- [Paramètres de l'application](https://docs.devolutions.net/powershell-universal/fr/config/settings.md): Décrit comment configurer les paramètres de l'application et leur définition.
- [Meilleures pratiques](https://docs.devolutions.net/powershell-universal/fr/config/best-practices.md): Apprenez comment configurer PowerShell Universal de manière optimale.
- [Personnalisation](https://docs.devolutions.net/powershell-universal/fr/config/login-page.md): Documentation sur la personnalisation de l'image de marque.
- [Options de ligne de commande](https://docs.devolutions.net/powershell-universal/fr/config/command-line-options.md): Options de ligne de commande pour Universal.Server.exe
- [Déploiements](https://docs.devolutions.net/powershell-universal/fr/config/deployments.md): Packages de configuration immuables pour PowerShell Universal.
- [Environnements](https://docs.devolutions.net/powershell-universal/fr/config/environments.md): Informations sur les environnements d'exécution.
- [Indicateurs de fonctionnalité](https://docs.devolutions.net/powershell-universal/fr/config/feature-flags.md): Désactiver des fonctionnalités dans PowerShell Universal.
- [Git](https://docs.devolutions.net/powershell-universal/fr/config/git.md): Intégration Git pour PowerShell Universal.
- [Hébergement](https://docs.devolutions.net/powershell-universal/fr/config/hosting.md): Diverses méthodes d'hébergement pour PowerShell Universal.
- [Azure](https://docs.devolutions.net/powershell-universal/fr/config/hosting/azure.md): Apprenez à héberger PowerShell Universal dans Azure.
- [Haute disponibilité](https://docs.devolutions.net/powershell-universal/fr/config/hosting/high-availability.md): Configuration de la haute disponibilité de PowerShell Universal.
- [IIS](https://docs.devolutions.net/powershell-universal/fr/config/hosting/hosting-iis.md): Informations sur l'hébergement de PowerShell Universal dans IIS.
- [Proxy inverse](https://docs.devolutions.net/powershell-universal/fr/config/hosting/reverse-proxy.md): Informations de configuration pour héberger PowerShell Universal derrière un proxy inverse.
- [API de gestion](https://docs.devolutions.net/powershell-universal/fr/config/management-api.md)
- [Module](https://docs.devolutions.net/powershell-universal/fr/config/module.md): Tout sur le module Universal PowerShell.
- [Persistance](https://docs.devolutions.net/powershell-universal/fr/config/persistence.md): Persistance pour PowerShell Universal.
- [Outil de ligne de commande psu](https://docs.devolutions.net/powershell-universal/fr/config/psucli.md): psu est un utilitaire en ligne de commande pour travailler avec PowerShell Universal.
- [Référentiel](https://docs.devolutions.net/powershell-universal/fr/config/repository.md): Informations sur le référentiel PowerShell Universal.
- [Exécution en tant que compte de service](https://docs.devolutions.net/powershell-universal/fr/config/running-as-a-service-account.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://docs.devolutions.net/powershell-universal/fr/config.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.
