# Data Modeling

Trong FPT Data Suite, **Data Model** là một cấu trúc dữ liệu tổng hợp, dùng để tổ chức và quản lý thông tin trong hệ thống báo cáo của người dùng.

Mỗi Data Model bao gồm nhiều **Dataset** – và được gọi là **Schema** – đại diện cho các nhóm dữ liệu riêng biệt theo từng mục đích khác nhau của người dùng.

#### Vai trò của Data Model:

* **Tổ chức dữ liệu**: Data Model giúp bạn sắp xếp các Dataset liên quan thành một cấu trúc logic, dễ quản lý.
* **Nền tảng báo cáo**: Mỗi báo cáo (Report) được xây dựng dựa trên một Data Model cụ thể.
* **Khả năng tái sử dụng**: Một Data Model có thể được sử dụng chung cho nhiều báo cáo khác nhau mà không cần phải tạo lại từ đầu, giúp tiết kiệm thời gian và đảm bảo tính nhất quán của dữ liệu.


---

# 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.datasuite.vn/cac-tinh-nang/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.
