> 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/to.md).

# to

The **`to()`** method of the Location interface redirects the user to another page

Example

```lua
window.location.to(URL)
```

```lua
window.location.to("https://rhodium.com")
```
