> For the complete documentation index, see [llms.txt](https://docs.gpmautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/phone-app/install-app.md).

# 安装应用

从计算机将应用程序文件 (.apk) 安装到手机设备上。

Install app 是将一个 Android 应用程序文件（格式为 `.apk`）从计算机推送并安装到连接的手机设备上的操作。通常在脚本的开头使用，以准备好需要操作的应用程序（例如安装 Facebook、TikTok...）然后再打开运行。

#### 解释配置参数：

* Install file (.apk): 需要安装到设备上的 `.apk` 文件在计算机上的路径（例如：`D:\Facebook_573.0.0.37.74_APKPure.apk`）。可以直接输入路径或传入一个包含文件路径的变量。

<figure><img src="https://1806980278-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiDNNiVZHPKSIcyshmOTB%2Fuploads%2Fgit-blob-81c8a84432a6287cd6de4f9f4699a21eb1fd7690%2Fpa-01.png?alt=media" 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.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/phone-app/install-app.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.
