# Recarregar alterações locais

Ao desenvolver um plug-in, talvez seja necessário recarregar rapidamente as atualizações de código mais recentes sem recarregar o aplicativo inteiro. Isso pode ser feito nas versões Web e Windows do FormIt sem recarregar o aplicativo inteiro.

## Recarregamento para Web

💡 Para recarregar o plug-in no FormIt para Web, clique com o botão direito do mouse no HTML do plug-in e clique em `Reload Frame`

![](/files/xAAoxEeTrXxZi2ZgaGAB)

## Recarregamento para Windows

💡 Para recarregar o plug-in no FormIt para Windows, clique com o botão direito do mouse no HTML do plug-in e clique em `Hard Reload`

![](/files/kULDbLHKArQw5ZjWEFQS)


---

# 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/pt-br/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.
