> For the complete documentation index, see [llms.txt](https://docs.thunkable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thunkable.com/snap-to-place/local-storage.md).

# Local Storage

## Local Storage Overview

{% hint style="warning" %}
You should now use [stored variables](/snap-to-place/variables.md#app-stored-and-cloud-variables) instead of adding a Local Storage component. This will work the same way in the background but will save you a lot of blocks. To work with tabular data in your app please use the [local DB](/snap-to-place/local-db.md) component in your app.
{% endhint %}

This storage option is useful for saving simple info on the device, especially helpful for remembering user's setting from a previous session.

## Save Data

To save data locally to your phone, simply name a `key` to store a `value` under. If you have a previous `value` in your `key`, saving it will override that `value`

![](/files/-LAn6Egc5yhMFI-0p1O6)

## Get Data

![](/files/-LAn6EhaX0XOe3ZIIHrC)
