> ## 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.

# Showroom

> Events and exports for the Dealerships Creator showroom feature.

This page lists the **showroom-related** events and exports available in Dealerships Creator.

<CardGroup cols={2}>
  <Card title="On showroom enter" icon="right-to-bracket" href="/dealerships-creator/client/showroom/on-showroom-enter">
    Triggered after the player enters the showroom.
  </Card>

  <Card title="On showroom exit" icon="right-from-bracket" href="/dealerships-creator/client/showroom/on-showroom-exit">
    Triggered after the player exits the showroom.
  </Card>

  <Card title="Get is player in showroom" icon="circle-question" href="/dealerships-creator/client/showroom/get-is-player-in-showroom">
    Check if the player is currently in a showroom.
  </Card>

  <Card title="Get is player doing test drive" icon="circle-question" href="/dealerships-creator/client/showroom/get-is-player-doing-test-drive">
    Check if the player is currently on a test drive.
  </Card>
</CardGroup>


## Related topics

- [On showroom enter](/dealerships-creator/client/showroom/on-showroom-enter.md)
- [On showroom exit](/dealerships-creator/client/showroom/on-showroom-exit.md)
- [Get is player in showroom](/dealerships-creator/client/showroom/get-is-player-in-showroom.md)
- [Client](/dealerships-creator/client/index.md)
- [Get is player doing test drive](/dealerships-creator/client/showroom/get-is-player-doing-test-drive.md)
