# Kết nối và chuẩn bị dữ liệu

FPT Data Suite cho phép người dùng lựa chọn sử dụng một trong hai loại cơ sở dữ liệu để lưu trữ các dữ liệu báo cáo

* **Shared Database**: Là cơ sở dữ liệu dùng chung, được Data Suite quản lý tập trung. Phù hợp với các khách hàng nhỏ, yêu cầu đơn giản hoặc không có sẵn hạ tầng riêng. Data Suite gán mỗi Workspace vào một Schema riêng và đảm bảo tách biệt dữ liệu.
* **Customer Database**: Là cơ sở dữ liệu riêng do khách hàng sở hữu và vận hành (có thể nằm trên Cloud hoặc On-premise). Data Suite sẽ kết nối tới DB này thông qua thông tin cấu hình do khách hàng cung cấp. Thông tin kết nối DB riêng được mã hóa và chỉ sử dụng trong môi trường runtime.

FPT Data Suite hiện đang hỗ trợ các loại Database sau:

* [Clickhouse](https://clickhouse.com/)


---

# 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/ket-noi-va-chuan-bi-du-lieu.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.
