# Kết nối API

- [Đăng nhập](https://docs.hoola.vn/ket-noi-api/dang-nhap.md): Đăng nhập và lấy token từ server.
- [Tài khoản của tôi](https://docs.hoola.vn/ket-noi-api/my-user.md): Lấy thông tin tài khoản của tôi
- [Lấy thông tin một tài khoản](https://docs.hoola.vn/ket-noi-api/get-single-user.md): Lấy thông tin của một tài khoản
- [Lấy thông tin nhiều tài khoản](https://docs.hoola.vn/ket-noi-api/get-multi-user.md): Lấy thông tin của nhiều tài khoản cùng lúc
- [Tìm kiếm tài khoản](https://docs.hoola.vn/ket-noi-api/search-user.md): Tìm kiếm tài khoản theo email hoặc username
- [Đếm số lượng tài khoản](https://docs.hoola.vn/ket-noi-api/count-user.md): Đếm tổng số lượng tài khoản đang có
- [Tạo một tài khoản](https://docs.hoola.vn/ket-noi-api/create-single-user.md): Tạo mới một tài khoản
- [Tạo nhiều tài khoản](https://docs.hoola.vn/ket-noi-api/create-multi-user.md): Tạo nhiều tài khoản
- [Tạo token login cho một tài khoản](https://docs.hoola.vn/ket-noi-api/create-single-user-1.md): Tạo mới một tài khoản
- [Lấy thông tin một khoá học](https://docs.hoola.vn/ket-noi-api/get-single-course.md)
- [Lấy thông tin nhiều khoá học](https://docs.hoola.vn/ket-noi-api/get-multi-course.md)
- [Tìm kiếm khoá học](https://docs.hoola.vn/ket-noi-api/search-course.md)
- [Đếm số lượng khoá học](https://docs.hoola.vn/ket-noi-api/count-total-course.md)
- [Thêm khoá học cho tài khoản](https://docs.hoola.vn/ket-noi-api/add-course-to-user.md)
- [Thêm nhiều khoá học vào nhiều tài khoản](https://docs.hoola.vn/ket-noi-api/add-multi-course-to-multi-user.md)
- [Xoá khoá học khỏi tài khoản](https://docs.hoola.vn/ket-noi-api/remove-course-from-user.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://docs.hoola.vn/ket-noi-api.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.
