# WiFi

## Retrouvez le mot de passe Wi-Fi

Quel que soit votre OS, lancer le terminal, invite de commande ou PowerShell.&#x20;

Taper ensuite la ligne de commande ci-dessous, correspondante à votre OS.&#x20;

Remplacer NOM\_DU\_VOTRE\_WIFI, par le nom de votre réseau Wi-Fi

### Linux

```bash
sudo cat /etc/NetworkManager/system-connections/NOM_DU_VOTRE_WIFI | grep psk=
```

### Windows

```powershell
netsh wlan show profile NOM_DU_VOTRE_WI-FI key=clear
```

### macOS

```bash
security find-generic-password -wa NOM_DU_VOTRE_WIFI
```


---

# 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://wiki.chamallow.com/1.-technologie/articles/wifi.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.
