Is there a way to extract player entered information?

I’m thinking of using Narrat to create a game in which players, through the game, are providing information about a situation, their approach to it, and why.

I figure the variables can/will be saved in some format. Is there a way to build in an upload feature for the player to somewhere, or run it from a server in which each player’s data is saved to be analyzed at a later date?

What do you mean by providing information and uploading a file?

Do you want to do some kind of analytics where you record which choices people picked? Or do you want to send the values of all the variables in their save?

Either way something like that is definitely doable by making a plugin and writing some javascript to extract the data, turn it into json and send it to a server, but you’d need a server on the other end to store that, and tools to look at the data.

Hard to say more without knowing more