> For the complete documentation index, see [llms.txt](https://docs.hello-lisa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hello-lisa.com/developers/widgets/configuration-options/host-node.md).

# Host node

The hostNode option is needed for LiSA Library to inject its markup into your content page. It accepts a CSS selector, addressing an HTML element within your content page.

If you are using the LiSA Library as a standalone embedded player only (option player.host required), hostNode can be omitted.

```
window.LiSA.library.configs.push({
  hostNode: '#your host.node .query-selector',
});
```
