Storing Data

Hi everyone,

I have a similar issue.

To write on flash memory we can use this PROGMEM - Arduino Reference
But the solution is only for to get more space for our variables, we store and retrieve data in the same running.
I need store data into the flash to retrieve the values any time the board is turned on.
Someone know how to do that?

Thanks