# 配置 Chrome OS 设备

通过 Google Workplace 帐户进行管理的 Chrome OS 设备可以应用适用于 Faronics Insight 的配置设置，用户可通过将 JSON 文件添加到 Insight Student 应用程序的"应用程序和扩展程序"页面条目，以通过 Google 管理控制台应用这些设置。

您可在下面找到包含受支持配置选项的 JSON 示例文件:

```
{    
     "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/chinese/an-zhuang-he-guan-li/an-zhuang/zai-chrome-os-she-bei-shang-an-zhuang/pei-zhi-chrome-os-she-bei.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.
