# Data modeling

Guides for how to create a robust data model and a maintainable solution. If you are new to the concepts of Data modeling, you may find our article [Data modeling 101](/appcademy/background/databases/data-modeling-101.md) useful as well.

{% content-ref url="/pages/4sOLOSIkgX5yzOOXEKLB" %}
[Many-to-many relationships](/how-to/data-modeling/many-to-many-relationships.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MiRISPFwII0--0XK6Gx" %}
[Use naming conventions](/how-to/data-modeling/naming-conventions.md)
{% endcontent-ref %}

{% content-ref url="/pages/fphGnPlyL8tNbUr9PaJm" %}
[Data silos and White labelling](/how-to/data-modeling/data-silos.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://docs.appfarm.io/how-to/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.
