> 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/inkisystemrequestshandler.md).

# inkISystemRequestsHandler

{% hint style="info" %}
For the API doc, see [nativeDb](https://nativedb.red4ext.com/inkISystemRequestsHandler)
{% endhint %}

This class handles system functions available from the game's menu, such as [GotoMainMenu](https://nativedb.red4ext.com/inkISystemRequestsHandler#GotoMainMenu), [LoadSavedGame](https://nativedb.red4ext.com/inkISystemRequestsHandler#LoadSavedGame), [QuickSave](https://nativedb.red4ext.com/inkISystemRequestsHandler#QuickSave) or [ManualSave](https://nativedb.red4ext.com/inkISystemRequestsHandler#ManualSave).&#x20;

You can get an instance with&#x20;

```swift
Game.GetSystemRequestsHandler()
```
