> 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/shu-ju-data/she-zhi-shu-ju-set-data.md).

# 设置数据 (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"}

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