# Data

Every Zingy app comes with it's own database for storing data. This database can store various types of data, such as text, numbers, files, etc.

The App Database can be managed through the Data tab as shown below:

<figure><img src="https://3401585094-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmnBepgycwgisXr9ya1N4%2Fuploads%2F93uAjjLodVdPGobwJRts%2Fimage.png?alt=media&#x26;token=06d0ea2f-c7d4-4e93-b5b0-07f307b1ae5f" alt=""><figcaption><p>Zingy App Editor - Data tab</p></figcaption></figure>

Using the data tab you can:

* [Create Database Tables](https://docs.zingy.ai/app-editor/database-tables#creating-a-database-table)
* [Modify Database Tables](https://docs.zingy.ai/app-editor/database-tables#modifying-a-table)
* [Delete Database Tables](https://docs.zingy.ai/app-editor/database-tables#deleting-a-table)
* Configure [Access (Security) rules](https://docs.zingy.ai/app-editor/database-tables#access-security-rules) for Database Tables
* [Manage Database Queries](https://docs.zingy.ai/app-editor/data/database-queries)
* Launch the [Data Tool](https://docs.zingy.ai/app-editor/data/data-tool)

***

## Overview

The following video shows a general overview about Zingy's database features and the ways in which your app can read, modify and show data.&#x20;

{% embed url="<https://youtu.be/3h_bRxORBlY>" %}
Video: Database Features
{% endembed %}

## Page Flow blocks

The following is a list of some important [Page Flow ](https://docs.zingy.ai/app-editor/page-flow)blocks related to your app's database. For a complete listing of all Page Flow blocks, please see [Toolbox Blocks](https://docs.zingy.ai/app-editor/page-flow/toolbox-blocks).

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;">Data Read</mark></td><td><a href="page-flow/toolbox-blocks/data-read">data-read</a></td></tr><tr><td><mark style="color:blue;">Data Record Loop</mark></td><td><a href="page-flow/toolbox-blocks/data-record-loop">data-record-loop</a></td></tr><tr><td><mark style="color:blue;">Data Add Record</mark></td><td><a href="page-flow/toolbox-blocks/data-add-record">data-add-record</a></td></tr><tr><td><mark style="color:blue;">Data Update Record with ID</mark></td><td><a href="page-flow/toolbox-blocks/data-update-record-with-id">data-update-record-with-id</a></td></tr><tr><td><mark style="color:blue;">Data Delete Record with ID</mark></td><td><a href="page-flow/toolbox-blocks/data-delete-record-with-id">data-delete-record-with-id</a></td></tr></tbody></table>

## See Also

<table data-view="cards"><thead><tr><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="data/database-tables">database-tables</a></td></tr><tr><td><a href="data/database-queries">database-queries</a></td></tr><tr><td><a href="data/data-tool">data-tool</a></td></tr></tbody></table>
