# 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="/files/BQ97ZcnGu9WXgt67mErI" alt=""><figcaption><p>Zingy App Editor - Data tab</p></figcaption></figure>

Using the data tab you can:

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

***

## 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 ](/app-editor/page-flow.md)blocks related to your app's database. For a complete listing of all Page Flow blocks, please see [Toolbox Blocks](/app-editor/page-flow/toolbox-blocks.md).

<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="/pages/sVgBZY3KhNqTV2KaOgS6">/pages/sVgBZY3KhNqTV2KaOgS6</a></td></tr><tr><td><mark style="color:blue;">Data Record Loop</mark></td><td><a href="/pages/RGbtwCDJP9ZtM3c9s8rl">/pages/RGbtwCDJP9ZtM3c9s8rl</a></td></tr><tr><td><mark style="color:blue;">Data Add Record</mark></td><td><a href="/pages/FZ9di1Km4AXoWcm1t2Sr">/pages/FZ9di1Km4AXoWcm1t2Sr</a></td></tr><tr><td><mark style="color:blue;">Data Update Record with ID</mark></td><td><a href="/pages/khebNlWV0LiEIXIlqaXp">/pages/khebNlWV0LiEIXIlqaXp</a></td></tr><tr><td><mark style="color:blue;">Data Delete Record with ID</mark></td><td><a href="/pages/f6JuHuBtKhtpg2iCCnKJ">/pages/f6JuHuBtKhtpg2iCCnKJ</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="/pages/QPeA5RSHJYeyNf0n3Bod">/pages/QPeA5RSHJYeyNf0n3Bod</a></td></tr><tr><td><a href="/pages/u5VInqrFvXV1LiI3UlDA">/pages/u5VInqrFvXV1LiI3UlDA</a></td></tr><tr><td><a href="/pages/wpaX25WM0206susuT64I">/pages/wpaX25WM0206susuT64I</a></td></tr></tbody></table>


---

# 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.zingy.ai/app-editor/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.
