> For the complete documentation index, see [llms.txt](https://docs.workflowgen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workflowgen.com/features-fr/10.3/prerequis-utilisateurs.md).

# Prérequis utilisateurs

## Portail de workflow utilisateurs

### Systèmes d’exploitation

* Windows 10 / 11<br>
* macOS

### Navigateurs Web

* Edge<br>
* Firefox<br>
* Safari<br>
* Chrome

### Affichage

* Résolution 1200 × 800 ou supérieure

## Applications mobiles

### WorkflowGen Plus

* iOS 9.0 ou supérieure<br>
* Android 5.0 ou supérieure<br>
* WorkflowGen serveur version 7.9.0 ou supérieure<br>
  * La fonctionnalité d'approbation rapide requiert WorkflowGen serveur version 7.10.0 ou supérieure<br>
  * Méthodes d'authentification compatibles OIDC : Azure Active Directory, AD FS 2016 et Auth0 requièrent WorkflowGen serveur version 7.11.2 ou supérieure; Okta requiert WorkflowGen serveur version 7.13.1 ou supérieure&#x20;

### Application mobile WorkflowGen héritée

* iOS version 8.0 ou supérieure<br>
* Android version 4.1 ou supérieure<br>
* WorkflowGen version 5.5.3 ou supérieure installée sur un serveur Web accessible depuis un VPN, un extranet ou un intranet<br>
* WorkflowGen version 6.0 ou supérieure requise pour afficher le suivi graphique et les vues personnalisées<br>
* L’API du service Web WorkflowGen doit être configurée et accessible<br>
* Un URL valide pour l’application Web WorkflowGen (p. ex. : `https://[serveur]/wfgen`)<br>
* Un nom d’utilisateur et mot de passe WorkflowGen valide

**Note :** Les applications mobiles WorkflowGen ne sont actuellement pas compatibles avec les configurations de WorkflowGen qui utilisent le mode d’authentification par formulaire.

## Éditeur de workflow et formulaires Web intégré

### Systèmes d’exploitation

* Windows 10 / 11<br>
* macOS

### Navigateurs Web

* Edge<br>
* Firefox<br>
* Safari<br>
* Chrome

### Affichage

* Résolution 1366 × 768 ou supérieure

## Développeur de formulaires Web

* Visual Studio 2013 à 2022 (toutes les éditions - version Professionnel recommandée)<br>
* Tout environnement de développement intégré compatible .NET 4 et supérieur

### Systèmes d’exploitation

* Windows 10 / 11


---

# 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.workflowgen.com/features-fr/10.3/prerequis-utilisateurs.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.
