> For the complete documentation index, see [llms.txt](https://huongdan.cnvloyalty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huongdan.cnvloyalty.com/ket-noi.md).

# Kết nối

- [Tài khoản APPLE DEVELOPER PROGRAM](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program.md): Tài khoản APPLE DEVELOPER PROGRAM là tài khoản cá nhân/doanh nghiệp dùng để publish app lên APP STORE để end-user có thể tải về và sử dụng trên hệ điều hành IOS
- [Các thông tin cần có để đăng ký tài khoản Apple Developer Account cho Doanh Nghiệp](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/cac-thong-tin-can-co-de-dang-ky-tai-khoan-apple-developer-account-cho-doanh-nghiep.md)
- [Tạo tài khoản APPLE DEVELOPER PROGRAM](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/tao-tai-khoan-apple-developer-program.md): Đăng ký tài khoản APPLE DEVELOPER PROGRAM phân biệt loại tài khoản Cá Nhân/ Doanh nghiệp với chi phí là $99/năm
- [Đăng ký tài khoản APPLE ID](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/tao-tai-khoan-apple-developer-program/dang-ky-apple-id.md)
- [Đăng ký số DUNS](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/tao-tai-khoan-apple-developer-program/dang-ky-so-duns.md): Số D.U.N.S là dãy 9 chữ số độc nhất để nhận dạng thực thể kinh doanh tại 1 địa điểm cụ thể. Số DUNS được chỉ định và duy trì bới Dun & Bradstreet (D\&B), nó được sử dụng rộng rãi như là một tiêu chuẩn
- [Đăng ký tham gia Apple Developer Program (khởi tạo)](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/tao-tai-khoan-apple-developer-program/dang-ky-tham-gia-apple-developer-program-khoi-tao.md)
- [Đăng ký tham gia Apple Developer Program (sau khi có mã DUNS)](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/tao-tai-khoan-apple-developer-program/dang-ky-tham-gia-apple-developer-program-sau-khi-co-ma-duns.md)
- [Đăng ký qua app](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/tao-tai-khoan-apple-developer-program/dang-ky-qua-app-coming-soon.md): Đăng ký qua app sẽ giúp cho việc đăng ký APPLE DEVELOPER PROGRAM được tiến hành nhanh hơn
- [Hướng dẫn Publish App khi có doanh nghiệp đã có tài khoản](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/huong-dan-publish-app-khi-co-doanh-nghiep-da-co-tai-khoan.md)
- [Các thông tin CNV cần để thực hiện publish app/ tranfer app](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/huong-dan-publish-app-khi-co-doanh-nghiep-da-co-tai-khoan/cac-thong-tin-cnv-can-de-thuc-hien-publish-app-tranfer-app.md)
- [Thực hiện đồng ý sau khi CNV thực hiện Tranfer](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/huong-dan-publish-app-khi-co-doanh-nghiep-da-co-tai-khoan/thuc-hien-dong-y-sau-khi-cnv-thuc-hien-tranfer.md)
- [Thực hiện thay đổi tên hoặc Account Holder khi có nhu cầu](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-apple-developer-program/thuc-hien-thay-doi-ten-hoac-account-holder-khi-co-nhu-cau.md)
- [Tài khoản GOOGLE PLAY](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-google-play.md): Tài khoản Google Play là tài khoản doanh nghiệp dùng để publish app lên Google Play/ CH PLAY để end-user có thể tải về và sử dụng trên hệ điều hành ANDROID
- [Tạo tài khoản Google Play](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-google-play/tao-tai-khoan-google-play.md): Lưu ý: Đăng ký tài khoản Google Developer không phân biệt tải khoản Cá Nhân/ Doanh nghiệp với chi phí là $25, sử dụng được vĩnh viễn
- [Publish App khi doanh nghiệp đã có tài khoản](https://huongdan.cnvloyalty.com/ket-noi/tai-khoan-google-play/publish-app-khi-co-doanh-nghiep-da-co-tai-khoan.md)


---

# 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://huongdan.cnvloyalty.com/ket-noi.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.
