# TỔNG QUAN

**FastConnect API** (hay còn gọi là FC)  là bộ phương thức kết nối cho phép khách hàng tích hợp lấy thông tin thị trường và đặt lệnh giao dịch vào hệ thống của SSI. Sản phẩm do SSI phát triển và cung cấp tới khách hàng.&#x20;

FastConnect API bao gồm 2 sản phẩm là **FastConnect Data (FC Data)** và **FastConnect Trading (FC Trading)**. Trong đó:

* FC Data cung cấp dữ liệu giá realtime
* FC Trading cung cấp bộ api truy vấn thông tin tài khoản, đặt/hủy/sửa lệnh và cập nhật trạng thái lệnh.&#x20;

SSI cung cấp mẫu code kết nối bằng **Python, Node.js, Java và .Net** để thuận tiện cho việc trải nghiệm sản phẩm của quý khách. Quý khách có thể tham khảo cách sử dụng tại:

* FC Data - [Hướng dẫn sử dụng Client mẫu](/ssi-products/tieng-viet/fastconnect-data/su-dung-client-mau.md)
* FC Trading - [Hướng dẫn sử dụng Client mẫu](/ssi-products/tieng-viet/fastconnect-trading/su-dung-client-mau.md)

##


---

# 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://guide.ssi.com.vn/ssi-products/tieng-viet/tong-quan.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.
