# ローカルでの変更を再ロードする

プラグインの開発中に、アプリケーション全体を再ロードせずに、最新のコード更新をすばやく再ロードすることが必要となる場合があります。これは、Web バージョンと Windows バージョンの両方の FormIt で実行できます。アプリケーション全体を再ロードする必要はありません。

## Web での再ロード

💡 FormIt for Web でプラグインを再ロードするには、プラグインの HTML パネルで右クリックして `Reload Frame` をクリックします。

![](/files/ALC3taHhIqcAJhqaoDfM)

## Windows での再ロード

💡 FormIt for Windows でプラグインを再ロードするには、プラグインの HTML パネルで右クリックして `Hard Reload` をクリックします。

![](/files/Knmm6jAxOVY0CpzjxQp9)


---

# 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/ja/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.
