> ## 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. **Get Active App Context** を使用して、現在の UI 状態を読み取ります。
2. **Perform** を使用して UI アクションをトリガーします。
3. ターゲット要素が画面外にある場合は、**スクロール** を使用します。
4. ロードまたは状態遷移のステップ間に **Wait** を追加します。

## 最適なワークフロー

* [コンピューターの使用で X フィードを要約](/workflows/summarize-x-feed-with-computer-use)

## セットアップとトラブルシューティング

* [設定](/how-to/settings-guide)
* [ツールの管理](/how-to/tool-manager-guide)
* [ツールが動作しない](/common-issues/tool-not-working)
