> 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/data.md).

# 🗄️ Data

Information is the lifeblood of any organisation so Thunkable gives you several options for collecting, storing and, retrieving data in your app

## Local Storage

<div align="left"><img src="https://689802330-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAn5scXl2uqUJUOqkJo%2F-LbhpKyBish06SzR3EqV%2F-LbhqycCLqrukk981fKz%2FlocalDB.png?alt=media&amp;token=0a9a0781-23e9-45da-953c-4a36b6dbddbd" alt=""></div>

You can use the Local DB and the Local Storage components to store data on your users device.

{% content-ref url="/pages/-LZ7M7dHcTC2NpJTyO9d" %}
[Local DB](/snap-to-place/local-db.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LZ7M7dIv9zX\_669dIWk" %}
[Local Storage](/snap-to-place/local-storage.md)
{% endcontent-ref %}

## Cloud Storage

<div align="left"><img src="https://689802330-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAn5scXl2uqUJUOqkJo%2F-LbhpKyBish06SzR3EqV%2F-LbhuKVmIrAPp30LN0Xc%2Fcloud_based.png?alt=media&amp;token=63dbd40d-1633-4425-adba-267f341195e1" alt=""></div>

If you want to store data in the cloud, whether you're working with plain text or with media files, Thunkable has a wide variety of components to suit your needs.

{% content-ref url="/pages/-LZ7M7dJHs30-f1mCstG" %}
[Realtime DB by Firebase](/snap-to-place/realtime-db.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LZ7M7dKMr1EHAaEGE7f" %}
[Airtable](/snap-to-place/spreadsheet.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LZ7M7dMvpSN\_cKGDLGJ" %}
[Media DB by Cloudinary](/snap-to-place/media-db.md)
{% endcontent-ref %}

## API

<div align="left"><img src="https://689802330-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAn5scXl2uqUJUOqkJo%2F-LbhpKyBish06SzR3EqV%2F-Lbhty6UVQbGf6WWqRqZ%2FwebAPI.png?alt=media&amp;token=cb3c3dc4-88ad-4e6a-9881-ecdc01c2dc14" alt=""></div>

The WebAPI component allows you to quickly and easily connect to any third-party API. Click on the link below to see some examples of how to get started.

{% content-ref url="/pages/-LZ7M7dLaXQFG7k5JnTI" %}
[Web API](/snap-to-place/web-api.md)
{% endcontent-ref %}
