# 文本

| Text                          | 文本          |
| ----------------------------- | ----------- |
|                               |             |
| Insert Text by Pasting        | 通过粘贴插入文本    |
| Insert Styled Text by Pasting | 通过粘贴插入样式文本  |
| Insert Text by Typing         | 通过键入插入文本    |
| Display Text                  | 显示文字        |
| a Type a Keystroke            | a 输入击键      |
| Set Clipboard to Text         | 将剪贴板设置为文本   |
| Prepend Text to Variable      | 将文本添加到变量前面  |
| Set Variable to Text          | 将变量设置为文本    |
|                               |             |
| Append Variable with Text     | 附加变量与文本     |
| Set Dictionary Value          | 设置字典值       |
| Set JSON Value                | 设置 JSON 值   |
| Set Variables to JSON         | 将变量设置为 JSON |
| Set Dictionary to JSON        | 将字典设置为 JSON |
| Apply Style to Clipboard      | 将样式应用到剪贴板   |
| Speak Text                    | 朗读文字        |


---

# 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/wen-ben.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.
