# 为本地更改重新载入

开发插件时，可能需要快速重新加载最新代码更新，而无需重新加载整个应用程序。这可以在 Web 和 Windows 版的 FormIt 中实现，而无需重新加载整个应用程序。

## Web 重新加载

💡 要在 FormIt Web 中重新加载插件，请在插件的 HTML 上单击鼠标右键，然后单击 `Reload Frame`

![](/files/VfwHCBsPfnT3LMNQQFwi)

## Windows 重新加载

💡 要在 FormIt Windows 中重新加载插件，请在插件的 HTML 上单击鼠标右键，然后单击 `Hard Reload`

![](/files/UzwoDhqG1Ew5Edm4dNiV)


---

# 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://windows.help.formit.autodesk.com/zh-cn/plugins/how-to-develop-plugins/advanced-development/reloading-for-local-changes.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.
