# 变量

| Variables                          | 变量          |
| ---------------------------------- | ----------- |
|                                    |             |
|                                    |             |
| Prepend Text to Variable           | 将文本添加到变量前面  |
| Set Variable to Text               | 将变量设置为文本    |
|                                    |             |
| Append Variable with Text          | 附加变量与文本     |
| Set Variable to Calculation        | 设置变量进行计算    |
| Set Variable to Clipboard          | 将变量设置为剪贴板   |
| Set Dictionary Value               | 设置字典值       |
| Set JSON Value                     | 设置 JSON 值   |
| Set Variables to JSON              | 将变量设置为 JSON |
|                                    |             |
| Set Dictionary to JSON             | 将字典设置为 JSON |
| Set Variable to Keychain Password  | 将变量设置为钥匙串密码 |
| Set Keychain Password to Text      | 将钥匙串密码设置为文本 |
| Set Keychain Password to Variable  | 将钥匙串密码设置为变量 |
| Filter                             | 筛选          |
|                                    |             |
| Search and Replace                 | 搜索和替换       |
| Search using Regular Expression    | 使用正则表达式搜索   |
| Substring of Variable or Clipboard | 变量或剪贴板的子字符串 |
| Split Path                         | 分割路径        |
| Use Variable                       | 使用变量        |
|                                    |             |
| Prompt for User Input              | 提示用户输入      |
| Prompt for Snippet                 | 提示片段        |
| Prompt for File                    | 提示输入文件      |
| Prompt With List                   | 提示列表        |
| Prompt for Screen Rectangle        | 提示输入屏幕矩形    |
| Custom HTML Prompt                 | 自定义 HTML 提示 |
| Display Progress                   | 显示进度        |


---

# 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://km.qxpai.cn/dong-zuo-action/bian-liang.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.
