> For the complete documentation index, see [llms.txt](https://support.cambridge.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cambridge.vn/huong-dan-su-dung/huong-dan-hoc-chuong-trinh-cambridge/huong-dan-hoc-bai.md).

# Hướng dẫn học bài

**Bước 1**: Sau khi đăng nhập tài khoản, người dùng chọn mục **Học bài** trên thanh Header.

<figure><img src="/files/VJlCeT30JOk0s77GOFmc" alt=""><figcaption></figcaption></figure>

**Bước 2**: Người dùng click bài học sẽ hiển thị danh sách bài học cụ thể.

<figure><img src="/files/XvUdw8B0xICZ1k1Esi3D" alt=""><figcaption></figcaption></figure>

**Bước 3**: Người dùng chọn bài học muốn học sẽ hiển thị giao diện bài học.

<figure><img src="/files/hmp9YbF7cCy3OVm0rvSY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DMbugv5ghbgtm6WijD58" alt=""><figcaption></figcaption></figure>

**Bước 4**:&#x20;

Đối với bài học video, người dùng xem hết video sẽ hiển thị popup xác nhận. Người dùng click "**Học tiếp**" để chuyển sang bài học tiếp theo.

<figure><img src="/files/cI92CM09VQoo4hRmgZwZ" alt=""><figcaption></figcaption></figure>

Đối với bài học thực hành, người dùng chọn đáp án, sau đó click "**Nộp bài**" sẽ hiển thị popup yêu cầu xác nhận nộp bài.

<figure><img src="/files/uamFdO3h3aCFK9LpTiZo" alt=""><figcaption></figcaption></figure>

**Bước 5:** Người dùng click "**Xác nhận**" để xác nhận nộp bài.

<figure><img src="/files/iC1Y8q94vpmODcv4Tlyx" alt=""><figcaption></figcaption></figure>

Sau khi nộp bài sẽ hiển thị giao diện kết quả bài làm. Người dùng có thể xem đáp án đúng/sai cho từng câu và giải thích. Đối với câu tô vẽ và tự luận sẽ không hiển thị đáp án.

<figure><img src="/files/RMqBdYqA0BPLFXhHxsUH" alt=""><figcaption></figcaption></figure>


---

# 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://support.cambridge.vn/huong-dan-su-dung/huong-dan-hoc-chuong-trinh-cambridge/huong-dan-hoc-bai.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.
