> For the complete documentation index, see [llms.txt](https://guide.ssi.com.vn/ssi-products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.ssi.com.vn/ssi-products/tieng-viet/tong-quan.md).

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