# Dynamic Data

Jigx Dynamic Data is a built-in database used to create, read, update, and delete data in an app. What you need to understand about the Dynamic Data provider:

1. [Creating tables](https://docs.jigx.com/building-apps-with-jigx/data/data-providers/dynamic-data/creating-tables)
2. [Creating columns & data records](https://docs.jigx.com/building-apps-with-jigx/data/data-providers/dynamic-data/creating-columns-data-records)
3. [Deleting tables](https://docs.jigx.com/building-apps-with-jigx/data/data-providers/dynamic-data/deleting-tables)
4. [Using Dynamic Data](https://docs.jigx.com/building-apps-with-jigx/data/data-providers/dynamic-data/using-dynamic-data)

The following examples with code snippets are provided in this section:

* [Creating Dynamic Data](/examples/readme/data-providers/dynamic-data/creating-dynamic-data.md)
* [Reading Dynamic Data](/examples/readme/data-providers/dynamic-data/reading-dynamic-data.md)
* [Updating Dynamic Data](/examples/readme/data-providers/dynamic-data/updating-dynamic-data.md)
* [Deleting Dynamic Data](/examples/readme/data-providers/dynamic-data/deleting-dynamic-data.md)

{% hint style="warning" %}
Jigx does not recommend storing images in Dynamic Data (via any conversion), as the max file size per record is 350K.
{% endhint %}


---

# 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.jigx.com/examples/readme/data-providers/dynamic-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.
