> 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/promo-widget/configuration-options/show-id.md).

# Show ID

The optional showId option allows you to set a specific show to be promoted in the widget, irrelevant of its state.

```typescript
const alertConfig: Partial<AlertConfig> = {
  showId: '864276c9-85b3-4755-96c9-b70efa4f454a',
};
```
