> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/scripting-cyberpunk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/scripting-cyberpunk/whats-where/menu-and-credits.md).

# Menu and Credits

## Summary

This page will list different ways to interact with the Cyberpunk 2077 menus (pause and start screen)

## Triggering menus/contexs

With a reference of `gameuiInGameMenuGameController`, you can spawn menu instance events to trigger different contexts, e.g.:

```
menu:SpawnMenuInstanceEvent("OnOpenPauseMenu")
menu:SpawnMenuInstanceEvent("OnSwitchToCredits")
```

See [NativeDB](https://nativedb.red4ext.com/c/8091296115053125) for more detail
