# Hỗ trợ

Nếu bạn vẫn còn thắc mắc hoặc gợi ý về việc sử dụng sản phẩm khi đọc tài liệu này, hãy thử các cách sau để tìm kiếm hỗ trợ. Đội ngũ của chúng tôi và cộng đồng sẽ cố gắng hết sức để giúp bạn.

## Hỗ trợ Cộng đồng

{% hint style="info" %}
Vui lòng không chia sẻ thông tin tài khoản ChatX hoặc thông tin nhạy cảm khác với cộng đồng. Nhân viên hỗ trợ của chúng tôi sẽ không yêu cầu thông tin tài khoản của bạn.
{% endhint %}

* **Gửi Vấn đề trên** GitHub
* **Tham gia cộng đồng** Discord
* Email <support@chatx.ai>

## Liên hệ với chúng tôi

Đối với các vấn đề khác ngoài hỗ trợ sản phẩm.

* Email <hello@chatx.ai>


---

# 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://developer.chatx.vn/cong-dong/ho-tro.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.
