> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/qi-ta-other/ting-zhi-xun-huan-stop-loop.md).

# 停止循环 (Stop loop)

您可以使用此按钮停止所需的循环，并继续运行下一个按钮。该节点仅在循环内有效。

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

示例用例：当您想要单击 Ebay 页面的 class="hl-cat-nav\_\_container" 中的元素时，您想要在单击 Sports 时停止循环：

<figure><img src="/files/2nqUnqvFy47OeMzvw6Ef" alt=""><figcaption></figcaption></figure>

然后，您可以使用“Stop loop”按钮来停止循环。对于这种情况，我们有这样的场景：

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

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


---

# 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.hidemium.io/zi-dong-hua-yong-hu-shou-ce/qi-ta-other/ting-zhi-xun-huan-stop-loop.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.
