> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/assets/vms_vehicleshopv2/developer-api/client-events.md).

# Client Events

### openShowroom

Opening the showroom menu

```lua
---@param {id: string or nil}: Dealership ID or don't give ID, then it will detect the current area of the dealership you are in

TriggerEvent('vms_vehicleshopv2:openShowroom', id)
```
