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

# getKey

The **`getKey()`** method of the localStorage interface gets the saved data stored with the key name

Example

```lua
window.localStorage.getKey("session") --> "93b21393-3dfb-428c-b6c0-2ee3c8018a6f"
```
