> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/sdk/methods/featureenabled.md).

# featureEnabled()

Returns if a concrete feature is available inside the room - e.g. **chat** or **screenshare**.

```javascript
//Prints a boolean value if chat feature is available or not
console.log('Chat feature status:', sambaFrame.featureEnabled('chat'));
```

Read about the [features](/reference/sdk/properties/features.md) property for the full list of possible features.
