# Control flow

- [Repeat Task](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/control-flow/repeat-task.md): Lặp lại số lần thực thi một node hoặc nhiều node
- [Conditions](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/control-flow/conditions.md): Thêm logic của điều kiện vào quy trình
- [Element Exists](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/control-flow/element-exists.md): Kiểm tra một phần tử tồn tại trong trang hoạt động hay không
- [While Loop - Doing](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/control-flow/while-loop-doing.md): Thực thi các node khi điều kiện được đáp ứng.
- [Loop Data](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/control-flow/loop-data.md): Bạn có thể sử dụng node này khi bạn muốn lặp qua một loạt dữ liệu
- [Loop Breakpoint](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/control-flow/loop-breakpoint.md): Nó sẽ dừng vòng lặp tương ứng với id vòng lặp mà bạn nhập và tiếp tục thực hiện node tiếp theo.


---

# Agent Instructions: 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:

```
GET https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/control-flow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
