> 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/workflow/delay.md).

# Delay

Delay là hành động dùng để tạm dừng kịch bản trong một khoảng thời gian trước khi thực hiện hành động tiếp theo. Trong cấu hình GPM Automate, thời gian được tính bằng mili giây (ms), trong đó 1s = 1000 ms.

Hành động này hỗ trợ cơ chế dừng ngẫu nhiên (Random Delay) giúp mô phỏng chính xác thao tác như người dùng thật, giảm thiểu tối đa tần suất bị hệ thống/nền tảng quét hành vi tự động (Anti-bot).

#### Tham số cấu hình:

* Min (ms): Thời gian dừng chờ tối thiểu.
* Max (ms): Thời gian dừng chờ tối đa.

#### Ví dụ thực tế:

Nếu bạn cấu hình Min là `2000` và Max là `4000`. Khi kịch bản chạy đến hành động này, hệ thống sẽ tự động tính toán và tạm dừng luồng trong một khoảng thời gian ngẫu nhiên nằm giữa từ 2000ms đến 4000ms (ví dụ: lượt này dừng `2843 ms`, lượt sau có thể dừng `3120 ms`).


---

# 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/workflow/delay.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.
