> 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/gioi-thieu-chung/huong-dan-thiet-lap-cau-hinh-de-chay-script/2.-giai-thich-cac-thong-so-cau-hinh-du-lieu-excel-use-input-excel.md).

# 2. Giải thích các thông số cấu hình dữ liệu Excel (Use input Excel)

Khi bạn tích chọn Use input Excel, hệ thống sẽ hiện ra các thông số chi tiết sau để quản lý cách đọc/ghi dữ liệu:

* 📂 Excel file: Bấm vào nút `Browse...` để chọn file dữ liệu đầu vào từ máy tính của bạn. Hệ thống hỗ trợ các định dạng file thông dụng như `.xlsx`, `.xls` hoặc `.csv`.
* 📄 Sheet Id: Chọn số thứ tự của trang tính (Sheet) trong file Excel mà bạn muốn tool đọc dữ liệu. Ô này bắt đầu tính từ số `0` (tương ứng với Sheet đầu tiên bên trái trong file Excel của bạn).
* 🔄 Map mode (Chế độ đọc dòng): Phần này quyết định cách các profile trình duyệt sẽ lấy dữ liệu từ Excel:
  * Each profile reads all rows: Mỗi một profile trình duyệt khi bật lên sẽ đọc và chạy lần lượt tất cả các dòng dữ liệu có trong file Excel.
  * Each profile reads one row: Mỗi profile trình duyệt chỉ lấy đúng một dòng dữ liệu duy nhất để xử lý (phù hợp khi xếp mỗi dòng là thông tin của một tài khoản riêng biệt).
* 🆔 Map according to the profile name in column A: Nếu tích chọn ô này, tool sẽ tự động đối chiếu: Tên của profile GPM Login đang chạy trùng với chữ ở dòng nào trong Cột A của file Excel thì nó sẽ nhảy thẳng vào dòng đó để lấy dữ liệu.
* ✅ Write 'OK' status to the Excel file upon completion: Tự động ghi chữ 'OK' vào file Excel sau khi kịch bản chạy xong. Tính năng này giúp bạn dễ dàng theo dõi xem dòng nào, tài khoản nào đã được tool xử lý thành công.

<figure><img src="/files/0VkpLgfQn2vZEnSXg8YD" 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/gioi-thieu-chung/huong-dan-thiet-lap-cau-hinh-de-chay-script/2.-giai-thich-cac-thong-so-cau-hinh-du-lieu-excel-use-input-excel.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.
