> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get is player in showroom

> Check if the local player is currently in a showroom.

Returns `true` when the player is in a showroom, `false` when they aren't.

```lua Export theme={null}
exports["dealerships_creator"]:isShowroomActive()
```


## Related topics

- [Showroom](/dealerships-creator/client/showroom/index.md)
- [Get is player doing test drive](/dealerships-creator/client/showroom/get-is-player-doing-test-drive.md)
- [Get player ID keys](/vehicles-keys/server/get-player-id-keys.md)
- [Get if a player is on duty](/jobs-creator/server/duty/get-if-a-player-is-on-duty.md)
- [Get player allowed actions](/jobs-creator/client/actions/get-player-allowed-actions.md)
