# Configuration requise

Vérifiez ce dont vous avez besoin pour faire fonctionner eSkool.

* Assurez-vous que votre ordinateur peut le gérer avant d'installer
* Fonctionne sur la plupart des machines Windows des 10 dernières années
* Les systèmes plus anciens peuvent nécessiter des téléchargements supplémentaires

***

## Matériel

|                            | Minimum              | Recommandé             |
| -------------------------- | -------------------- | ---------------------- |
| **Système d'exploitation** | Windows 7 (avec ESU) | Windows 11             |
| **Processeur**             | Intel Core i3        | Intel Core i7 ou mieux |
| **RAM**                    | 4 Go                 | 16 Go                  |
| **Disque dur**             | 70 Go libres         | 100 Go libres ou plus  |

***

## Systèmes d'exploitation supportés

* Windows 11
* Windows 10
* Windows 8.1
* Windows Server 2012 R2, 2012
* Windows 7 (avec Extended Security Updates)
* Windows Vista SP2
* Windows Server 2008 R2

***

## Téléchargements supplémentaires

Certains systèmes plus anciens nécessitent des logiciels supplémentaires.

### Visual C++ 2015-2019 (Requis pour Windows 8.1, Vista SP2, Server 2008/2012)

* [64-bit](https://aka.ms/vs/16/release/vc_redist.x64.exe)
* [32-bit](https://aka.ms/vs/16/release/vc_redist.x86.exe)

### Windows 7 uniquement

1. [Extended Security Updates (ESU)](https://docs.microsoft.com/en-us/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) actives
2. Visual C++ 2015-2019 (voir ci-dessus)
3. Mise à jour KB3063858 : [64-bit](https://www.microsoft.com/download/details.aspx?id=47442) / [32-bit](https://www.microsoft.com/download/details.aspx?id=47409)


---

# Agent Instructions: 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:

```
GET https://docs.eskool.fr/parametres-et-aide/faq/system.requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
