> For the complete documentation index, see [llms.txt](https://hdsd.hoclieu.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hdsd.hoclieu.vn/huong-dan-chung.md).

# HƯỚNG DẪN CHUNG

## Đăng nhập / Đăng ký <a href="#id-2r503pbe2k8k" id="id-2r503pbe2k8k"></a>

Nếu đã có tài khoản Google hoặc Zalo, bạn có thể đăng nhập và sử dụng luôn ở [đây](/huong-dan-chung/dang-ky/bang-tai-khoan-google.md).&#x20;

Nếu là học sinh đã có tài khoản do giáo viên cấp thì các em cũng có thể đăng nhập luôn ở [đây](/huong-dan-chung/dang-nhap.md).

Hai trường hợp trên không đúng thì bạn có thể đăng ký tài khoản Google để sử dụng lâu dài. Nếu có khó khăn, bạn có thể đăng ký tài khoản trực tiếp ở [đây](/huong-dan-chung/dang-ky/bang-email-ten-dang-nhap.md).&#x20;

## Các chức năng của hệ thống <a href="#id-2r503pbe2k8k" id="id-2r503pbe2k8k"></a>

Các chức năng của hệ thống được chia theo các nhóm người dùng sau:

* [Học sinh](/cho-hoc-sinh.md)
* [Giáo viên](/cho-giao-vien.md)
* [Cán bộ quản lý](/cho-can-bo-quan-ly.md)

## Các kênh liên lạc/hỗ trợ

Bạn có thể liên lạc với chúng tôi để được hỗ trợ trực tiếp qua các kênh sau:

* Điện thoại hỗ trợ: [1900 636 011](tel:1900%20636%20011)
* Điện thoại kinh doanh: [0964 316 060](tel:0964316060) hoặc  [0964 750 505](tel:0964750505)
* [Zalo: Học Liệu](https://zalo.me/1806506032975628470)
* [Facebook Messenger](http://m.me/hoclieu.vn)
* Facebook Fanpage: [fb.com/hoclieu.vn](http://fb.com/hoclieu.vn)
* Email <hotro@hoclieu.vn>


---

# 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://hdsd.hoclieu.vn/huong-dan-chung.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.
