> For the complete documentation index, see [llms.txt](https://docs.minautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minautomate.com/gioi-thieu/min-automate-la-gi.md).

# MIN Automate là gì?

**MIN Automate** là phần mềm desktop **no-code automation** dành cho Windows, cho phép bạn xây dựng quy trình tự động hóa trên **thiết bị Android** và **trình duyệt Chrome** chỉ bằng thao tác kéo thả các "node" (khối lệnh) trên sơ đồ workflow.

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

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

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

## Vấn đề mà MIN Automate giải quyết

Trong các công việc lặp đi lặp lại như:

* Đăng bài hàng trăm tài khoản Facebook/Instagram mỗi ngày
* Like/comment/share theo lịch
* Tự nhắn tin Zalo/Telegram cho danh sách khách hàng
* Quét dữ liệu (scrape) từ website
* Login & thao tác lặp lại trên web (banking, e-commerce, social…)
* Test app/web với hàng chục device cùng lúc

…người dùng thường phải **làm tay** hoặc **thuê coder viết script**. MIN Automate giúp bạn **tự làm** mà không cần code, đồng thời **chạy song song hàng chục device/browser** chỉ trên 1 máy tính.

## Cách thức hoạt động

{% stepper %}
{% step %}

### 1. Android (qua ADB)

```
[MIN Automate]  ─USB/WiFi─►  [ADB]  ─►  [Android Device]
```

* Kết nối thiết bị thật hoặc giả lập (LDPlayer, NoxPlayer, BlueStacks, MEmu…) qua **ADB**.
* Gửi lệnh chạm, vuốt, gõ phím, mở app… như người dùng thật.
* Hỗ trợ chạy đồng thời nhiều device, mỗi device 1 luồng độc lập.
  {% endstep %}

{% step %}

### 2. Browser (qua WebDriver)

```
[MIN Automate]  ─chromedriver─►  [Chrome Instance]
```

* Mở Chrome thật (có profile, cookies, extension như người dùng bình thường).
* Điều khiển qua chuẩn **W3C WebDriver** — click, gõ, scroll, lấy thông tin element bằng XPath/CSS.
* Hỗ trợ chạy nhiều browser song song, mỗi browser 1 profile/account khác nhau.
  {% endstep %}
  {% endstepper %}

## Triết lý thiết kế

| Nguyên tắc                              | Ý nghĩa                                                                                                |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| **Visual-first**                        | Mọi logic đều biểu diễn bằng sơ đồ node — không có code editor làm chính.                              |
| **No-code, không có nghĩa là kém mạnh** | 60+ node có sẵn, hỗ trợ điều kiện rẽ nhánh, vòng lặp, sub-workflow, biến, account.                     |
| **Có thoát ra được**                    | Khi 60+ node chưa đủ, có node **ExecuteJS** để bạn viết JavaScript riêng.                              |
| **Chia sẻ được**                        | Workflow export ra file `.json` (thường) hoặc `.mina` (mã hóa AES-256), import vào máy khác chạy ngay. |
| **Cộng đồng**                           | **Store** cho phép tải workflow của người khác, share của bạn.                                         |

## Đối tượng phù hợp

* ✅ **Người bán hàng online** muốn auto đăng bài, ads, chốt đơn.
* ✅ **MMO / Marketing** chạy account farming, ads, social signals.
* ✅ **Tester** muốn test app Android trên nhiều device cùng lúc.
* ✅ **Văn phòng** muốn auto thao tác lặp trên web (data entry, báo cáo…).
* ✅ **Coder** muốn làm tool prototype nhanh, không muốn setup framework.


---

# 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.minautomate.com/gioi-thieu/min-automate-la-gi.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.
