> For the complete documentation index, see [llms.txt](https://docs.datasuite.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasuite.vn/english/features/data-modeling/data-model.md).

# Data Model

## Create Data Model

You can create **Data Model** using two primary methods:

### From a List of Datasets

{% stepper %}
{% step %}

#### **Navigate to Data Warehouse**

Select a workspace, navigate to **Data Warehouse**, and choose the datasets you want to use to initialize the new Data Model.

<figure><img src="/files/g40iOk5zhIyKllm9qJ3D" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Create Data Model**

Click the More icon > Create Data Model, then enter a name for the new Data Model and confirm its creation.

<figure><img src="/files/slTP2xjSX7gmgf4ichM4" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### From the Data Model Page

{% stepper %}
{% step %}

#### **Navigate to Data Model**

Select a workspace, navigate to **Data Model**, and click **Create Model**.

<figure><img src="/files/Svs44CAIkeWjV0sSKARJ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Configure Data Model**

Enter the Data Model name and select the related Dataset(s) to include, then click **Create**.

<figure><img src="/files/BLC11nfDZdpYisveU5jO" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Modify a Data Model's Dataset List

### Add Dataset to a Data Model

{% stepper %}
{% step %}

#### **Select Data Model**

Select a workspace, navigate to **Data Model**, and choose the Data Model you want to modify.
{% endstep %}

{% step %}

#### **Create Schema**

Click **Create Schema**.

<figure><img src="/files/HnkmZGsqcWVTfg5Bd8hP" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Add Dataset**

Select the Dataset(s) and move it from **Source** to **Target**.

<figure><img src="/files/UeIo9wcQsBfL7R2oxn55" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Confirm Addition**

In the **Target** list, select the Dataset(s) you want to add, then click **Finish**.

<figure><img src="/files/5lksslcTNCw69weX9UCS" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Remove Dataset from a Data Model

{% stepper %}
{% step %}

#### **Select Data Model**

Select a workspace, navigate to **Data Model**, and choose the Data Model you want to modify.
{% endstep %}

{% step %}

#### **Remove Dataset**

Locate the Dataset you want to remove. Click the **More** icon, then select **Delete** to remove the Dataset from the Data Model.

<figure><img src="/files/Y4unbRrNbge2HJdExSq5" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.datasuite.vn/english/features/data-modeling/data-model.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.
