Best way to store 2-3 game settings

Does unity have a built in system where you can store variables between game sessions (app opening and closing) or do we need to make our own file and import it at the beginning of the app?

yes, this one works:

perfect thanks.