> For the complete documentation index, see [llms.txt](https://hiimmaxx7s-organization.gitbook.io/gpm-automate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hiimmaxx7s-organization.gitbook.io/gpm-automate/no-code-automation/mot-so-bien-mac-dinh.md).

# Một số biến mặc định

1. **$profileName:** giá trị của biến này là tên của profile đang mở.
2. **$profileId:** giá trị của biến này là ID của profile đang mở.
3. **$profileProxy:** giá trị của biến này là proxy mà profile đang mở sử dụng.
4. **$loopIndex:** chỉ số của vòng lặp For.
5. **$inputExcel:** file excel đầu vào, khi tool của bạn viết có nội dung cần đọc ghi dữ liệu từ 1 file excel.
6. **$inputExcelTotalRows:** trả về tổng số dòng của 1 file input excel (ở mục số 5).
7. **$inputExcelFileLocation:** trả về đường dẫn (file path) của file input excel (ở mục số 5).
8. **$inputExcelCurrentRow:** trả về số thứ tự dòng hiện tại đang được truy xuất của file input excel khi thực hiện việc đọc excel.<br>
