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

# DOM

The DOM or [Document Object Model](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) is where you can control the entire document within JavaScript or in this case. LuaScript has a similar model JavaScript does. With basic DOM functions, showcased in both

[Document Elements](/websitecreator/luascript/dom/elements.md)

[Document Model ](/websitecreator/luascript/dom/document.md)

All Documentation from\
<https://developer.mozilla.org/en-US/docs/Glossary><br>
