# 🗄️ Data

## Local Storage

<div align="left"><img src="/files/-LbhqycCLqrukk981fKz" 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="/files/-LbhuKVmIrAPp30LN0Xc" 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="/files/-Lbhty6UVQbGf6WWqRqZ" 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thunkable.com/snap-to-place/data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
