> 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/huong-dan-cac-action/file-and-folder/folder-get-file-list.md).

# Folder get file list

Folder get file list là hành động dùng để quét một thư mục trên máy tính và thu thập toàn bộ đường dẫn của các tệp tin (file) đang có bên trong thư mục đó, sau đó lưu tất cả vào một mảng danh sách (array) ở biến đầu ra.

Hành động này cực kỳ hữu ích khi bạn có một thư mục chứa rất nhiều ảnh, video hoặc file cấu hình và muốn lấy danh sách đó để dùng vòng lặp xử lý từng file một, hoặc dùng để đếm xem trong thư mục đang có tổng cộng bao nhiêu tệp tin.

🎥 Xem thêm video hướng dẫn: [Tại đây](https://youtu.be/EH7olDLAb9c).

> 🔗 Xem hướng dẫn chi tiết về cách kết hợp hành động này để đếm số lượng file và kiểm tra điều kiện tại mục [2. Đếm số lượng tệp tin trong một thư mục (Folder)](/huong-dan-cac-action/variables/count.md#vi-du-thuc-te-dem-so-luong-anh-bat-dong-san-trong-thu-muc-d-bds-cat-bi) trong phần Count.


---

# 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/huong-dan-cac-action/file-and-folder/folder-get-file-list.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.
