> For the complete documentation index, see [llms.txt](https://support.hamibook.com.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hamibook.com.tw/ebook/discount-coupon.md).

# 如何使用折價券序號？

折價券不可與優惠促銷價書籍併用。一次交易限抵用一組折價券序號。若為活動所指定品項的折價券，則需符合活動條件才可使用。若是指定致贈給您的折價券，折價券皆恕無法折現。

❶   於購物車中點擊「使用折價券」按鈕。

<img src="/files/-MgQWmiLbWFfqDqDE5_l" alt="" data-size="original">&#x20;

❷   於文字框中輸入您取得的折價券序號，按下「確定」，並且勾選「我已閱讀並同意『折價券使用條款』」。

<img src="/files/-MgQWI8664w1jHgtwTwh" alt="" data-size="original">&#x20;

❸    購物車中若有超過1個品項的商品，可指定要抵扣於何項商品中。於下拉選單中選擇要折抵的書籍，按下「確定」。

<img src="/files/-MgQWcU7F81d1Jmc0LaB" alt="" data-size="original">&#x20;

❹    成功折抵會顯示優惠後的金額，即可進行結帳流程。您也可點擊「取消」，日後選購電子書時再使用折價券。

<img src="/files/-MgQWf4U9bi0rbi07eK1" alt="" data-size="original">&#x20;


---

# 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://support.hamibook.com.tw/ebook/discount-coupon.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.
