> For the complete documentation index, see [llms.txt](https://developers.vinid.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.vinid.net/khac/thong-tin-ho-tro.md).

# Thông tin hỗ trợ

### **1.Hỗ Trợ Khách Hàng** <a href="#id-1.ho-tro-khach-hang" id="id-1.ho-tro-khach-hang"></a>

* **Hỗ trợ chăm sóc khách hàng**
  * **Hotline**: [1900 6959](tel:1900%206959)
  * **Thời gian**: 8h00 - 22h00 các ngày trong tuần
  * **Email**: <cskh@vinid.net>
* **Hỗ trợ đối tác**:&#x20;
  * **Hotline**: [0247 1015 888](tel:02471015888)
  * **Thời gian**:&#x20;
    * Thứ 2 - 6: 9h00 - 18h00
    * Thứ 7: 9h00 - 13h00
  * **Email**: <hotro.mc@vinid.net>

### 2. Địa Chỉ Liên Hệ <a href="#id-2.-dia-chi-lien-he" id="id-2.-dia-chi-lien-he"></a>

* **Công Ty Cổ Phần VinID**
  1. **Địa chỉ**: Số 7, Đường Bằng Lăng 1, Khu đô thị Vinhomes Riverside, Phường Việt Hưng, Quận Long Biên, Hà Nội, Việt Nam.
  2. **Điện thoại**: [024-39749999](tel:02439749999)
  3. **Mã số Doanh nghiệp**: 0108372860
  4. **Ngày cấp**: 23/07/2018.&#x20;
  5. **Nơi cấp**: Phòng Đăng ký Kinh Doanh – Thành phố Hà Nội
  6. **Email**: <cskh@vinid.net>


---

# 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://developers.vinid.net/khac/thong-tin-ho-tro.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.
