# I. THIẾT LẬP CƠ BẢN

- [Tạo ứng dụng ChatX](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx.md)
- [Bắt đầu nhanh](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/bat-dau-nhanh.md)
- [Tổng quan](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/tong-quan.md)
- [Tạo AI Bot](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/tao-ai-bot.md)
- [Agent Assistant](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/tao-ai-bot/agent-assistant.md)
- [Chatbot](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/tao-ai-bot/chatbot.md)
- [Máy tạo văn bản](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/tao-ai-bot/may-tao-van-ban.md)
- [Câu hỏi thường gặp](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/cau-hoi-thuong-gap.md)
- [Trường hợp sử dụng](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/truong-hop-su-dung.md)
- [Trợ lý Notion AI dựa trên ghi chú của riêng bạn](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/truong-hop-su-dung/tro-ly-notion-ai-dua-tren-ghi-chu-cua-rieng-ban.md)
- [ChatBot AI với dữ liệu doanh nghiệp](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/truong-hop-su-dung/chatbot-ai-voi-du-lieu-doanh-nghiep.md)
- [Bot Yêu Cầu Giữa Hành Trình](https://developer.chatx.vn/i.-thiet-lap-co-ban/tao-ung-dung-chatx/truong-hop-su-dung/bot-yeu-cau-giua-hanh-trinh.md)
- [Phát hành ứng dụng ChatX](https://developer.chatx.vn/i.-thiet-lap-co-ban/phat-hanh-ung-dung-chatx.md)
- [Bắt đầu nhanh](https://developer.chatx.vn/i.-thiet-lap-co-ban/phat-hanh-ung-dung-chatx/bat-dau-nhanh.md)
- [Phát triển với API](https://developer.chatx.vn/i.-thiet-lap-co-ban/phat-hanh-ung-dung-chatx/phat-trien-voi-api.md)
- [Câu hỏi thường gặp](https://developer.chatx.vn/i.-thiet-lap-co-ban/phat-hanh-ung-dung-chatx/phat-trien-voi-api/cau-hoi-thuong-gap.md)
- [Sử dụng ứng dụng ChatX](https://developer.chatx.vn/i.-thiet-lap-co-ban/su-dung-ung-dung-chatx.md)
- [Máy tạo văn bản](https://developer.chatx.vn/i.-thiet-lap-co-ban/su-dung-ung-dung-chatx/may-tao-van-ban.md)
- [Chatbot](https://developer.chatx.vn/i.-thiet-lap-co-ban/su-dung-ung-dung-chatx/chatbot.md)
- [Cài đặt ứng dụng trò chuyện khác](https://developer.chatx.vn/i.-thiet-lap-co-ban/su-dung-ung-dung-chatx/cai-dat-ung-dung-tro-chuyen-khac.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://developer.chatx.vn/i.-thiet-lap-co-ban.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.
