# Macro Automation Studio ドキュメント > Macro Automation Studioのドキュメント。エミュレータとクラウド端末のセットアップ、Python SDKリファレンス、MAS Agent、MCPサーバー、APIキー、Webhook、ガイドを掲載しています。 Every page is also available as Markdown at the same path with a .md suffix. The full text of every page is at https://automationmacro.com/ja/docs/llms-full.txt. ## はじめに - [Android エミュレータを Python で自動操作: 入門ガイド](https://automationmacro.com/ja/docs/getting-started.md): Macro Automation Studio で Android エミュレータを Python で自動操作する入門。デバイスを接続し、Marketplace の bot を動かすか、MAS Agent に頼むか、最初のマクロを書きます。 - [Macro Automation Studio のダウンロードと導入](https://automationmacro.com/ja/docs/install.md): 64 ビット Windows または Apple Silicon Mac に Macro Automation Studio をダウンロードしてインストールし、メールか Google でサインインし、更新とプロジェクトの保存先を確認します。 - [画像認識マクロの仕組み: MAS の基本概念](https://automationmacro.com/ja/docs/concepts.md): MAS の画像認識マクロの仕組み: テンプレート画像と OCR で Android の画面を読み取り、人間らしい入力を adb で送り、マクロがどこで動くかを説明します。 ## MAS Agent - [AI エージェントで Android を自動操作: MAS Agent](https://automationmacro.com/ja/docs/agent.md): Android の自動操作タスクを文章で伝えると、MAS Agent がエミュレータやクラウドデバイス上でアプリを探索し、Studio で編集できる検証済みの Python マクロを生成します。 ## デバイス - [Android エミュレータの adb 接続: エミュレータ、クラウド、スマホ](https://automationmacro.com/ja/docs/devices.md): Macro Automation Studio の Android エミュレータ自動化: 検出されるエミュレータ、adb ポートの規則、ポートによるデバイス追加、クラウドデバイスと実機の使い方を説明します。 - [BlueStacks の ADB 接続とポート設定: MAS 向け](https://automationmacro.com/ja/docs/bluestacks-setup-guide.md): BlueStacks 5 で ADB を有効にしてポートを確認し、Macro Automation Studio に接続して、Windows と Mac の device not found や offline エラーを直します。 - [LDPlayer の ADB 接続とポート設定: MAS 向け](https://automationmacro.com/ja/docs/ldplayer-setup-guide.md): LDPlayer 9 で ADB デバッグを有効にし、ADB ポートを確認してインスタンスを Macro Automation Studio に接続し、レコーダーを画面認識マクロに置き換えます。 - [MuMu Player の ADB ポートと接続設定: MAS 向け](https://automationmacro.com/ja/docs/mumu-setup-guide.md): MuMu Player 12 の ADB ポートを確認し、Macro Automation Studio に接続して各インスタンスをデバイスとして追加し、レコーダーの代わりに MAS マクロを実行します。 - [MEmu Play の ADB 接続とポート設定: MAS 向け](https://automationmacro.com/ja/docs/memu-setup-guide.md): MEmu Play をポート 21503 の ADB で Macro Automation Studio に接続してデバイスとして追加し、offline エラーを直し、レコーダーの代わりに MAS マクロを実行します。 - [BlueStacks の adb が接続できない: エミュレータ ADB の対処法](https://automationmacro.com/ja/docs/adb-troubleshooting.md): BlueStacks、LDPlayer、MuMu、MEmu、Nox で adb が接続できない、device not found、offline になるエラーを、自分で試せる adb コマンド付きで解決します。 - [クラウド Android エミュレータ: 作成、配信、マクロ実行](https://automationmacro.com/ja/docs/cloud-devices.md): Macro Automation Studio でクラウド Android デバイスを作成し、WebRTC で画面を見ながら APK をインストールし、PC を切ったままサーバー側でマクロを実行し、止まったデバイスを直します。 - [エミュレータ多重起動を管理するデバイスグループ](https://automationmacro.com/ja/docs/device-groups.md): Macro Automation Studio で多重起動した Android エミュレータやクラウドデバイスをグループにまとめ、1 台ごとにマクロ、引数、プロキシを設定して一括で開始します。 - [Android エミュレータのプロキシ設定: 1 台ごとに固有の IP](https://automationmacro.com/ja/docs/proxies.md): Macro Automation Studio でエミュレータのインスタンスやクラウドデバイス 1 台ごとに HTTP、HTTPS、SOCKS5 プロキシを割り当て、出口 IP をテストして Webhook で確認します。 ## ガイド - [スマホゲームの bot の作り方: MAS で自動化](https://automationmacro.com/ja/docs/make-a-bot-for-any-game.md): Macro Automation Studio で Android のスマホゲーム bot を作る方法: Marketplace から入れる、MAS Agent に頼む、BlueStacks 上で Python で書く、の 3 通りです。 - [BlueStacks マクロの画像認識と LDPlayer のループ](https://automationmacro.com/ja/docs/guides/image-recognition-macros.md): 画像認識を使った BlueStacks マクロの作り方: Asset Lab でテンプレートを切り出し、BlueStacks や LDPlayer で照合し、目的の状態が出るまでループします。 - [Python で adb を使い Android エミュレータを操作する](https://automationmacro.com/ja/docs/guides/control-an-emulator-from-python.md): Macro Automation Studio 向けの Python adb チュートリアル: BlueStacks でタップ、スワイプ、文字入力、キー操作、スクリーンショットを、adb の管理はアプリに任せて行います。 - [Tesseract OCR をゲーム bot で使う: 数値の読み取り](https://automationmacro.com/ja/docs/guides/ocr-text-reading.md): MAS の read_text で Android ゲーム bot に Tesseract OCR を組み込む: Asset Lab で領域を選び、psm と色変換を調整し、カウンターやタイマーの数値を取り出します。 - [LDPlayer マクロのループ、停止条件、スケジュール実行](https://automationmacro.com/ja/docs/guides/loops-and-scheduling.md): LDPlayer や BlueStacks のマクロを停止条件付きでループさせ、実行間で進捗を保存し、終了コードを返し、MAS のスケジューラーで毎日実行する方法です。 - [エミュレータ多重起動で複数アカウントを自動化する](https://automationmacro.com/ja/docs/guides/multi-instance.md): MAS での Android エミュレータ多重起動: BlueStacks や LDPlayer の各インスタンスをポートで追加してグループ化し、デバイスごとにプロファイルとプロキシを持たせます。