> For the complete documentation index, see [llms.txt](https://docs.novarietygames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novarietygames.com/websitecreator/luascript/dom/window/location/reload.md).

# reload

The **`reload()`** method of the Location interface reloads the current URL, like the Refresh button.

This reload the page instantly

Example

```lua
window.location.reload()
```
