> For the complete documentation index, see [llms.txt](https://help.vbee.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vbee.vn/huong-dan-su-dung/thanh-toan/giao-dien-may-tinh/mua-them-diem.md).

# Mua thêm điểm

Hệ thống cho phép người dùng mua thêm điểm khi đang có gói cước trả phí (Đang sử dụng gói nào sẽ mua thêm điểm ở gói đó). Giá bán phụ thuộc vào từng gói cước đang sở hữu.

Có 2 cách để người dùng có thể thao tác mua thêm điểm sử dụng.\
**Cách 1:** Truy cập mục **Mua gói cước**, tại gói cước đang sử dụng chọn vào **Mua thêm điểm**

<figure><img src="/files/1EXPEAdPFr9u5nnIu9Pe" alt="" width="563"><figcaption></figcaption></figure>

**Cách 2:** Truy cập mục **Gói cước của tôi** bằng cách bấm vào **Avatar** ở góc màn hình.&#x20;

<figure><img src="/files/QxaNuCEtqDW3ELAXR7hj" alt="" width="312"><figcaption></figcaption></figure>

Tại giao diện **Gói cước của tôi**, người dùng có thể kiểm tra lượng điểm đã sử dụng trong chu kỳ và tiến hành mua thêm ký tự bằng cách bấm vào **Mua thêm điểm**

<figure><img src="/files/4agUrM62RkgWDbQFEcOK" alt=""><figcaption></figcaption></figure>

-> **Di chuyển thanh trượt** để lựa chọn số lượng điểm mua thêm.

-> Kiểm tra tổng tiền và khuyến mại (nếu có) rồi tiến hành thanh toán.\
Trường hợp cần **Xuất hóa đơn** vui lòng để lại thông tin tại mục **Yêu cầu xuất hóa đơn.**

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

**Quy định mua thêm điểm:** Số điểm mua thêm có hạn sử dụng theo chu kỳ hiện đang sử dụng.


---

# 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://help.vbee.vn/huong-dan-su-dung/thanh-toan/giao-dien-may-tinh/mua-them-diem.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.
