If you want to get access to Global Settings and use it within a page or custom section. You can get the settings like so.
var globalSettings = await Mediator.GetGlobalSettings();
Did you know. The built in Global Settings actually uses the Global Data, using the same methods you can use to create and save custom data of your own in the CMS