# 设置数据 (Set Data)

此节点可帮助您将数据存储在服务器上。在下一次运行中，您只需使用获取数据节点即可使用之前保存在服务器上的数据。

<figure><img src="/files/8Ycpm79mPLIQdkw2AKaX" alt=""><figcaption></figcaption></figure>

存储在服务器上的数据将采用 {"key1":"value1","key2":"value2",....} 的形式。

例如，当您想要将电子邮件和密码保存到服务器时，您可以输入以下内容：

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

然后保存在服务器上的数据将是：{"email":"<email1@gmail.com>","pass":"pass123123"}

备注：使用节点设置数据时，只需在资料中将数据保存到服务器并运行包含此节点的脚本。


---

# 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/zi-dong-hua-yong-hu-shou-ce/shu-ju-data/she-zhi-shu-ju-set-data.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.
