> 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-thao-tac-su-dung-tai-khoan/dang-nhap.md).

# Đăng nhập

**Bước 1**: Truy cập vào website <https://tienganh247.vn/> và click "**Đăng nhập**" ở góc phải trên cùng màn hình.

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

**Bước 2**: Người dùng đăng nhập tài khoản

***Trường hợp 1:*** Đăng nhập theo số điện thoại đăng ký

Người dùng nhập thông tin tài khoản gồm:

* Số điện thoại đã đăng ký
* Mật khẩu đã đăng ký

Sau đó click "**Đăng nhập**" để hoàn thành thao tác.

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

***Trường hợp 2***: Người dùng đăng nhập qua Google

* Người dùng click **biểu tượng Google** để đăng nhập qua Google, sau đó chọn gmail đăng nhập
* Đăng nhập thành công, hiển thị popup cập nhật số điện thoại (trường hợp nếu tài khoản chưa cập nhật số điện thoại)
* Nhập số điện thoại, sao đó click **"Gửi mã xác thực"**

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

* Nhập OTP được gửi về SMS theo số điện thoại đã nhập, sau đó click **"Xác nhận"**

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

**Bước 3:** Hệ thống chuyển vào màn cấp độ sau khi đã đăng nhập

<figure><img src="/files/biqkxnCbXLQpnpY4Uok0" 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-thao-tac-su-dung-tai-khoan/dang-nhap.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.
