> 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/http/http-download.md).

# HTTP Download

## Giải thích thêm về 1 số thông số khi dùng action HTTP Download

<figure><img src="/files/xXVxdky3kAjMR1Yh2YzV" alt=""><figcaption><p>HTTP Download</p></figcaption></figure>

<figure><img src="/files/y791DwkI0d23VHb7Azl0" alt=""><figcaption><p>HTTP Download</p></figcaption></figure>

* **URL**: Nhập đường dẫn trực tiếp đến file (direct URL).
* **Save path**: Nhập đường dẫn đầy đủ bao gồm **tên file** bạn muốn lưu (không chỉ là thư mục).\
  \&#xNAN;*Ví dụ:* `D:\Downloads\file_name.jpg`
* **Output**: Trả về `True` nếu tải thành công, `False` nếu thất bại.

Có thể kết hợp với vòng lặp **For** và lệnh **HTTP Download** để thử tải lại trong trường hợp file bị chậm hoặc khó tải.\
(Sử dụng điều kiện `If`, nếu biến output là True thì dùng `ExitLoop` để thoát vòng lặp.)
