> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vn/huong-dan-su-dung-kenh-partner-portal/tong-quan-partner-portal.md).

# Tổng quan Partner Portal

Khi người dùng đã đăng ký thành công tài khoản đại lý, log in vào Partner Portal màn hình sẽ tương tự như sau

<figure><img src="https://docs.vngcloud.vn/download/attachments/59804986/image2023-7-3_11-23-45.png?version=1&#x26;modificationDate=1688358229000&#x26;api=v2" alt=""><figcaption></figcaption></figure>

Các chức năng hỗ trợ đối tác trên partner portal gồm

1. Cho chọn ngôn ngữ trên portal: người dùng có thể chọn tiếng Việt hoặc Tiếng Anh
2. Xem và cập nhật hồ sơ: người dùng có thể xem và cập nhật một số thông tin sau
   * Xác thực hai lớp
   * Thay đổi mật khẩu
   * Xem lịch sử đăng nhập
3. Đăng ký chiết khấu mua dịch vụ GreenNode
4. Đăng ký tài khoản khách hàng, việc đăng ký tài khoản khách hàng giúp đối tác GreenNode có thể quản lý được doanh số bán hàng cùng như tra cứu, đối soát số liệu doanh thu và hoa hồng với GreenNode
5. Thiết lập chiết khấu cho khách hàng đối tác: Giúp đối tác GreenNode quản lý được giá bán của người dùng sử dụng cho việc quản lý công nợ cũng như xuất hóa đơn cho khách hàng
6. Nạp credit cho khách hàng mua dịch vụ GreenNode
7. Xem lịch sử chiết khấu của đối tác, khách hàng của đối tác
8. Báo cáo: xem các báo cáo về credit nạp, sử dụng, báo cáo chiết khấu và doanh thu phần bổ theo tháng

<br>


---

# 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://docs.vngcloud.vn/vng-cloud-document/vn/huong-dan-su-dung-kenh-partner-portal/tong-quan-partner-portal.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.
