> For the complete documentation index, see [llms.txt](https://help.divineshop.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.divineshop.vn/gioi-thieu/uu-dai-cho-khach-hang-moi.md).

# Ưu đãi cho khách hàng mới

Với các khách hàng mới khi vào từ link giới thiệu của bạn bè hoặc KOLs, sẽ được giảm giá 5% cho đơn hàng đầu tiên.

{% hint style="info" %}
**5%** giá trị đơn hàng đầu tiên ( Tối đa 20.000 VNĐ)
{% endhint %}

{% hint style="success" %}
**Ví dụ:**\
Một sản phẩm trị giá 400.000 VNĐ. Nếu bạn copy link giới thiệu của bạn gửi cho bạn bè, thì người đó chỉ có thể được giảm giá 20.000 VNĐ và chỉ phải trả 380.000 VNĐ.
{% endhint %}

### Tôi có thể lấy mã ưu đãi bằng cách nào?

Theo dõi các Streamer hiện đang hợp tác với Divine Shop. **VD:** [MixiGaming](https://www.youtube.com/@MixiGaming3con)

Nhận mã giới thiệu từ bạn bè. Tham khảo bên dưới.

{% content-ref url="/pages/-M7jqUW2yLDZDUb7omMR" %}
[Chương trình Giới thiệu bạn bè](/gioi-thieu/chuong-trinh-gioi-thieu-ban-be.md)
{% endcontent-ref %}


---

# 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.divineshop.vn/gioi-thieu/uu-dai-cho-khach-hang-moi.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.
