# 할인

- [대량 구매 할인](https://help.makeshop.co.kr/manual/promotion/undefined/undefined.md): 메이크샵의 새로운 할인 프로모션 기능으로 상품 구매 수량에 따라 할인을 설정할 수 있어요. 구매 수량 구간별로 각각 다른 할인율 / 할인금액을 적용할 수 있어 한 번에 동일한 상품을 여러 개 구매하시도록 유도할 수 있어요. ex) A 상품: 5개~10개 구매 시, 3% 할인 / 11개 ~ 20개 구매 시, 5% 할인


---

# Agent Instructions: 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:

```
GET https://help.makeshop.co.kr/manual/promotion/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
