> 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/chinese/shi-yong-faronics-insight/insight-teacher-kong-zhi-tai/cao-zuo/cha-kan-zheng-zai-yun-xing-de-ying-yong-cheng-xu.md).

# 查看正在运行的应用程序

通过"评估"菜单可以查看当前正在学生计算机上运行的应用程序。

或者，您也可以通过选择一台学生计算机并启用详细视图，来查看学生计算机上所有正在运行的应用程序。

<figure><img src="/files/3D4P2F3OwM4bdUPRz47G" alt=""><figcaption></figcaption></figure>

1. 选择一名学生。
2. 单击"评估"。
3. 单击"查看正在运行的应用程序"。
4. 单击"配置应用程序"。这将显示"班级设置"弹出窗口，在该窗口中可以将应用程序添加到您允许或阻止的应用程序列表，或
5. 至少选择一个应用程序并单击"结束任务"。这将阻止该应用程序在学生的计算机上运行。

<figure><img src="/files/G5jpPM1iQnC9zjmg3AXm" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.faronics.com/faronics-insight-docs/chinese/shi-yong-faronics-insight/insight-teacher-kong-zhi-tai/cao-zuo/cha-kan-zheng-zai-yun-xing-de-ying-yong-cheng-xu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
