Global app settings for all views

My app requires global settings that affects all instances (something like initial defaults). I’ve seen the settings view but couldn’t find how can I store the settings globally within monday.com without using external storage.
Can monday.set/get(“settings”) work globally? Is there something similar?
Thanks

It offers both instance and global storage to store your app’s data, and you can use the monday.storage SDK method to interact with it.

folowing apis works globally.

monday.storage.getItem
monday.storage.setItem
monday.storage.deleItem