> For the complete documentation index, see [llms.txt](https://assetstore.essentialkit.voxelbusters.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assetstore.essentialkit.voxelbusters.com/v2/cloud-services/use-cases.md).

# Use Cases

### Store your player progress

As the profile data size will be [in the limits](/v2/cloud-services/faq.md#how-much-data-i-can-store) , you can save to cloud so that your user's won't miss their progress.

### Replacement to [Player Prefs](https://docs.unity3d.com/ScriptReference/PlayerPrefs.html)

As Player preferences is local to the device, you can replace it with Cloud Services to store the details specific to the user across devices.
