# GemAutomate Phone

**GemAutomate Phone** operates similarly to GemAutomate Browser but focuses on automating the control of **real mobile devices** or emulators like LDPlayer. This is ideal for users who need to control mobile applications directly, such as Facebook, TikTok, or Instagram.

<details>

<summary><strong>How to connect Android Phone and Box Phone</strong></summary>

#### Enable USB Debugging on Android

1. Open **Settings** on your Android device
2. Go to **About phone**
3. Tap **Build number** 7 times to unlock **Developer options**
4. Go back to **Settings > Developer options**
5. Enable **USB Debugging**

***

#### Connect your phone to your computer via USB

* The first time you connect, a message will pop up on your phone:\
  \&#xNAN;**"Allow USB debugging?"**
* Tap **Allow** to confirm.

</details>

<details>

<summary><strong>Accounts Information</strong></summary>

By configuring your accounts ahead of time, you only need to create them once.\
These accounts can then be used across multiple devices **without having to re-create them every time.**

#### To get started, click on the **`Accounts`** menu to manage the accounts you want to use with the system.

<figure><img src="/files/2tJqpAbiDPnOdykS7YKT" alt=""><figcaption></figcaption></figure>

Click the **`Add Account`** button to add a new account.\
A pop-up window will appear where you can enter account details, such as **username** and **password**.

#### **Select the Account Type from the `Resource Type` menu**

At this step, you can choose the appropriate account type for the platform you wish to use, such as **Facebook**, **Instagram**, **TikTok**, etc.

If the platform you're looking for isn't listed, you can also **add a new account type** manually.

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

**Format**

Users can define the **format of account data** as needed.&#x20;

For example:

* **Username**
* **Password**
* **2FA (Two-Factor Authentication)**

You can combine multiple fields together, such as:

* `Username|Password`
* `Username|Password|2FA`

Use the pipe symbol **`|`** to separate each data field.

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

**List Account**

In this section, users can add **multiple accounts under a single Account** by entering the account information **one line per account**.

For example, if you want to add 2 accounts, enter the data on **two separate lines**, like this:

```
Username1|Password1|2FA1  
Username2|Password2|2FA2
```

<br>

</details>

<details>

<summary><strong>Next level on automation workflows</strong> </summary>

To start creating a workflow, click the button on the left side of the screen, then select `Automation` to begin setting up and managing your workflow.

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

Then, proceed to the main page for creating or importing the workflow.\
Set the file name and provide additional descriptions.\
You can use the automation function by `Drag and Drop` on the left side menu.&#x20;

Each basic block comes with a description, and you can view additional details as shown in the provided image.

Keep it simple with how to `Start` ⎯>  `Start App`&#x20;

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

To start a workflow, press button `Execute` or `▶️` the scripts would run together with auto saved!

</details>


---

# 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://gemautomate.gitbook.io/manual/manual/gemautomate-phone.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.
