If you are the developer or a modder, you can use internal Ren'Py functions to handle save data:

textbutton _("Quit") action Quit(confirm=False)

Ren'Py comes with a built-in debugger that allows you to inspect and modify game data, including save files. To access the debugger:

Find the .save file in your %appdata% or game folder.