# Data modeling

In this series of articles, you will learn what is data modelling and when to use it, as well as the process you need to follow in order to design and maintain data models.

{% content-ref url="/pages/V35Y3uBRCBqWVPdLbRDQ" %}
[Understanding data models](/core-concepts/data-modeling/understanding-data-models.md)
{% endcontent-ref %}

{% content-ref url="/pages/cnTBfyCd7PDcAXUmSJRx" %}
[Designing data models](/core-concepts/data-modeling/designing-data-models.md)
{% endcontent-ref %}

{% content-ref url="/pages/QIFFzHra6ROBOhx7Cg86" %}
[Maintaining data models](/core-concepts/data-modeling/maintaining-data-models.md)
{% endcontent-ref %}

{% content-ref url="/pages/IZxKnv15VybCbx1ifVUW" %}
[Data models best practices](/core-concepts/data-modeling/data-models-best-practices.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://help.whaly.io/core-concepts/data-modeling.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.
