> For the complete documentation index, see [llms.txt](https://help.dotb.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dotb.vn/dang-ky-tai-khoan-developer/huong-dan-dang-ky-tai-khoan-apple-developer/huong-dan-dang-ky-so-duns.md).

# Hướng dẫn đăng ký số DUNS

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

Trang truy cập: <https://developer.apple.com/enroll/duns-lookup/#!/search>

1. Sau khi bấm **Check Now** bạn sẽ thấy màn hình đăng ký thông tin, hãy lấy Giấy phép kinh doanh ra và điền đúng các thông tin (sử dụng tên công ty là Tiếng Anh) để đăng ký

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

2\. Sau khi điền thông tin, sẽ có 2 trường hợp

### **a) Nếu DUNS chưa có thì Apple sẽ cho phép tạo mã DUNS mới**

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

### b) Đã có mã DUNS ở hệ thống Apple

Apple sẽ hiển thị danh sách các công ty có tên tương tự đã được kích hoạt tự động mã DUNS trên Apple, bạn chọn công ty của mình và bấm **Continue**

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

**Mã DUNS sẽ được gởi về mail của bạn, hãy kiểm tra để lấy mã DUNS**

<figure><img src="/files/cOwFwTwecCELMvlSBONU" 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://help.dotb.vn/dang-ky-tai-khoan-developer/huong-dan-dang-ky-tai-khoan-apple-developer/huong-dan-dang-ky-so-duns.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.
