Application Datastore

I am making an Application Center, and I have every answer stored in a table like this:

{“answer 1”, “answer 2”, “answer 3”}

How can I save it to a datastore with the players User ID?

And how can I get it from the datastore?

Please search before posting. The Developer Hub has an article about how you can use DataStores in your game. See: Data Stores. If you already know how to use DataStores, then the content here isn’t representative of your problem and a proper, informative explanation would be appreciated.