# Configuration des appareils Chrome OS

Les appareils Chrome OS qui sont gérés par un compte Google Workspaces appliquer leurs paramètres de configuration pour Faronics Insight via la console d'administration Google en ajoutant un fichier JSON à l'entrée de la page Apps & Extensions pour l'application Insight Student.

Vous trouverez ci-dessous un exemple de fichier JSON avec les options de configuration prises en charge :

```
{    
     "studentName": "John Doe",
     "classId": "Class101",     
     "useConnector": true,     
     "connectorAddress": "192.168.1.100" 
}
```


---

# 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.faronics.com/faronics-insight-docs/french/installation-et-administration/installation/installer-sur-des-appareils-chrome-os/configuration-des-appareils-chrome-os.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.
