> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alterhq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 概述

> 使用计算机使用工具进行基于屏幕的自动化和提取

Computer Use 为 Alter 提供了桌面工作流程的 UI 执行层。它可以检查窗口、与 UI 元素交互以及调整多步骤流程。

## 工具集

* [获取活动应用程序上下文](/apps-tools/computer-use-get-active-app-context)
* [执行](/apps-tools/computer-use-perform)
* [等等](/apps-tools/computer-use-wait)
* [滚动](/apps-tools/computer-use-scroll)

## 典型流程

1. 使用 **获取活动应用程序上下文** 读取当前 UI 状态。
2. 使用 **执行** 触发 UI 操作。
3. 当目标元素在屏幕外时使用**滚动**。
4. 在加载或状态转换的步骤之间添加 **Wait**。

## 最佳工作流程

* [通过计算机使用总结您的 X feed](/workflows/summarize-x-feed-with-computer-use)

## 设置和故障排除

* [设置](/how-to/settings-guide)
* [管理工具](/how-to/tool-manager-guide)
* [工具不起作用](/common-issues/tool-not-working)
