> 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/report/create-report.md).

# Create Report

Before creating a Report, ensure that you have already:

* [Created a **Dataset**](/english/get-started-with-fpt-data-suite/tutorial/building-dataset.md)
* [Created a **Data Model**](/english/features/data-modeling/data-model.md#create-data-model)

There are two primary methods to create a new Report:

## From the Data Model

{% stepper %}
{% step %}

#### Access Create Report

In the specific Data Model, click **Create Report**.

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

{% step %}

#### Review and Create Report

Review the information, edit the report display name if needed, and click **Create** to complete the setup.

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

{% step %}

#### Customize Report

You will be redirected to the **Edit Report** page to begin customizing your Report.
{% endstep %}
{% endstepper %}

## From the Report Module

{% stepper %}
{% step %}

#### Access Create Report

Navigate to the **Report** module and click **Create Report > Use Existing Data Model**.

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

{% step %}

#### Select a Data Model

Select the Data Model you have already created. The system will automatically assign a default name to the new report, which you can change as needed.

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

{% step %}

#### Create Report

Click **Create** to complete the process.
{% endstep %}

{% step %}

#### Customize Report

You will be redirected to the **Edit Report** page to begin customizing your Report.
{% 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:

```
GET https://docs.datasuite.vn/english/features/report/create-report.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.
