> 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/automate-zh/action-shi-yong-zhi-nan/blocks.md).

# 🧱各种 Block

- [Normal block](https://docs.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/blocks/normal-block.md): 顺序指令块 (Normal block)
- [For](https://docs.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/blocks/for.md): For 是一个用于将一组操作按照预先设定的次数重复执行的代码块。该循环使用一个默认名为 $loopIndex 的计数变量来跟踪循环的进度。
- [While](https://docs.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/blocks/while.md): While 是一个用于连续重复执行一组操作的语句块，直到满足某个条件（Condition）时才会停止。
- [If、Else if 和 Else](https://docs.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/blocks/if-else-if-and-else.md)
- [条件编写指南](https://docs.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/blocks/writing-conditions.md): 当使用像 If、Else if 或 While 这样的导航区块时，你需要设置 一个条件表达式，让系统在运行时进行检查。此表达式将返回 真（true）或假（false）的结果。


---

# 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/automate-zh/action-shi-yong-zhi-nan/blocks.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.
