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

# Open menu manually

> Trigger the Blips Creator menu to open from your own client-side code.

You can use this event from anywhere **client side** to open the menu.

```lua Event theme={null}
TriggerEvent("blips_creator:openBlipsMenu")
```

## Example

You can open the menu with a command, for example:

```lua theme={null}
RegisterCommand("blipscreator", function()
    TriggerEvent("blips_creator:openBlipsMenu")
end)
```


## Related topics

- [Client](/blips-creator/client/index.md)
- [Open actions menu](/jobs-creator/client/actions/open-actions-menu.md)
- [Open billing menu](/billing-ui/client/open-billing-menu.md)
- [Open remote UI menu](/vehicles-keys/client/open-remote-ui-menu.md)
- [Manually start panic button](/trackers-creator/client/manually-start-panic-button.md)
