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

# Channel

The optional channel option, allows you to limit the show listed in your library to those that are assigned to a certain channel. The channel option accepts your desired channel's slug as a value.

If omitted, all public shows are considered to be listed in your library.

```
window.LiSA.library.configs.push({
  channel: 'demos',
});
```
