> 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/khoi-dau-nhanh-voi-data-suite/cai-dat.md).

# Cài đặt

FPT Data Suite được thiết kế để mang đến trải nghiệm phân tích dữ liệu toàn diện và linh hoạt, cung cấp trên nhiều nền tảng khác nhau để đáp ứng nhu cầu đa dạng của người dùng

### Phiên bản Web

* Truy cập qua trình duyệt tại: [https://datasuite.fptcloud.com](https://datasuite.fptcloud.com/)
* Hỗ trợ đầy đủ tính năng dành cho người dùng phân tích và quản trị hệ thống.
* Hỗ trợ tốt nhất với trình duyệt Chrome.

### **Phiên bản Desktop App**

{% tabs %}
{% tab title="Windows" %}
Dành cho người dùng hệ điều hành Windows 10 trở lên.

Tải App [tại đây](https://apps.microsoft.com/detail/9nr6vmxt6zm1?hl=vi-VN\&gl=VN).
{% endtab %}

{% tab title="macOS" %}
Hỗ trợ các thiết bị chạy macOS Catalina trở lên.

Tải App [tại đây](https://apps.apple.com/vn/app/fpt-data-suite/id6450694562?platform=mac).
{% endtab %}
{% endtabs %}

Desktop App cung cấp trải nghiệm ổn định, phù hợp với nhu cầu sử dụng lâu dài.

### **Phiên bản Mobile App**

{% tabs %}
{% tab title="Android" %}
Tải trên [Google Play Store](https://play.google.com/store/apps/details?id=com.fpt.fci.datafusion\&hl=vi\&pli=1).

<div align="left"><figure><img src="/files/KYanbrrRAlbwKrwT45Mc" alt="" width="188"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="iOS" %}
Tải trên [Apple App Store](https://apps.apple.com/vn/app/fpt-data-suite/id6450694562).

<div align="left"><figure><img src="/files/N7JKJTOmueaJLE0aOnOF" alt="" width="188"><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

Mobile App tối ưu cho việc xem báo cáo, dashboard, và theo dõi dữ liệu khi đang di chuyển.

{% hint style="success" %}
Mỗi phiên bản đều được đồng bộ hóa dữ liệu, đảm bảo tính liên tục trong quá trình làm việc dù bạn sử dụng bất kỳ nền tảng nào.
{% endhint %}


---

# 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/khoi-dau-nhanh-voi-data-suite/cai-dat.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.
