> For the complete documentation index, see [llms.txt](https://docs.faronics.com/faronics-insight-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/faronics-insight-docs/installation-and-administration/installation/installing-on-chrome-os-devices/configuring-chrome-os-devices.md).

# Configuring Chrome OS Devices

Chrome OS devices that are managed through a Google Workspaces account can have configuration settings for Faronics Insight applied through the Google Admin Console by adding a JSON file to the Apps & Extensions page entry for the Insight Student Application.

A sample JSON file with the supported configuration options can be found below:

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