# Stop loop

* You can use this node to stop one Loop you want and it continue run the next nodes \
  \
  Bạn có thể sử dụng nút này để dừng một Vòng lặp bạn muốn và nó tiếp tục chạy các nút tiếp theo. Node này chỉ có tác dụng trong vòng lặp.

<figure><img src="/files/B3RAK0OjgEVhw9yCJbH7" alt=""><figcaption></figcaption></figure>

Ví dụ trường hợp sử dụng: Khi bạn muốn click vào các thành phần trong class="hl-cat-nav\_\_container" của trang *Ebay*, bạn muốn dừng vòng lặp khi click Sports:

<figure><img src="/files/jjVxc6Drx13XtQvKUbD5" alt=""><figcaption></figcaption></figure>

&#x20;khi đó bạn có thể sử dụng node ***Stop loop*** để dừng vòng lặp. Ta có script cho trường hợp này như sau:

<figure><img src="/files/yKGjffXwbWENtmKJYN1l" alt=""><figcaption></figcaption></figure>

{% file src="/files/WMSBYXaq3HETb3dy29Pt" %}


---

# 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://docs.hidemium.io/automation-user-manual/other/stop-loop.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.
