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

# Store

The store option allows you to define the specific store setting in a multi-store environment. It accepts a store's key as configured in the LiSA dashboard and passes it onto the LiSA player, when launching a show from the Library.

This option ensures, that the player display's the correct pricing information, locale settings and product deep links for a specific store.

```
window.LiSA.library.configs.push({
  store: 'uae',
});
```
