> For the complete documentation index, see [llms.txt](https://appmaster.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appmaster.gitbook.io/docs/data-design/what-is-data-models.md).

# What are data models

**Data models** are descriptions of the information that you will add to your application. They can be compared to shapes or drawings: they determine how your data will look like, what other data will be associated with, how it is stored and processed.

## How it works&#x20;

By creating data models and setting up relationships between them, you d**esign your application's database**. After that, using other AppMaster Studio tools, you add functions to your application that allow you to populate these databases with information.

{% hint style="info" %}
AppMaster.io uses classic **relational databases** fully compatible with **PostgreSQL**.
{% endhint %}

## How to create data models

The [**Data Design**](https://studio.appmaster.io/db) is used to work with data models in AppMaster Studio. There, you will design your database the same way as regular programmers, only using visual programming tools.

## Automatic generation of data models&#x20;

Our no-code platform can also automatically create data models. Read more by the link below.

{% content-ref url="/pages/-Mk2XXcZyEbq55iQjXhl" %}
[Auto-generation of data models](/docs/data-design/auto-generation-of-data-models.md)
{% endcontent-ref %}

## Video

{% embed url="<https://youtu.be/ZxWd2Nj6Xeo>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://appmaster.gitbook.io/docs/data-design/what-is-data-models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
