# API

- [Login](https://docs.hoola.vn/english/api/login.md): Login and take token from server
- [My Account](https://docs.hoola.vn/english/api/my-account.md): Get the information of my account
- [Get an account's information](https://docs.hoola.vn/english/api/get-single-user.md)
- [Get multiple accounts' information](https://docs.hoola.vn/english/api/get-multi-user.md)
- [Search accounts](https://docs.hoola.vn/english/api/search-user.md): Search accounts using email or username
- [Count Accounts](https://docs.hoola.vn/english/api/count-user.md): Count the total number of accounts
- [Create an account](https://docs.hoola.vn/english/api/create-single-user.md)
- [Create multiple accounts](https://docs.hoola.vn/english/api/create-multi-user.md)
- [Get a course's information](https://docs.hoola.vn/english/api/get-single-course.md)
- [Get multiple courses' information](https://docs.hoola.vn/english/api/get-multi-course.md)
- [Search course](https://docs.hoola.vn/english/api/search-course.md)
- [Count courses](https://docs.hoola.vn/english/api/count-total-course.md)
- [Add a course to a user](https://docs.hoola.vn/english/api/add-course-to-user.md)
- [Add multiple courses to multiple users](https://docs.hoola.vn/english/api/add-multi-course-to-multi-user.md)
- [Remove a course from a user](https://docs.hoola.vn/english/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/english/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.
