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

# Enabled

The optional enabled flag allows you to explicitly turn off the Promo widget.

```typescript
const alertConfig: Partial<AlertConfig> = {
  enabled: true,
};
```
