> 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.md).

# 如何購買電子書

## 如何購買電子書？

❶ 於Hami書城選購您喜愛的電子書，選擇好您要購買的書籍後，點選購物車按鈕。

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

❷ 購買的書籍會放入購物車中，您可選擇繼續購書或確認購買。

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

❸ 結帳時會請您登入書城會員帳號，登入後將至付款頁面。

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

❹ 選擇付款方式並完成付款後，該電子書會自動置入您的雲端書單裡面。

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

注意事項：行動小額付款僅限自然人使用，因認證端需輸入手機設備號及證號。

2023／02／15起，<mark style="color:red;">公司門號無支援電信帳單付款購買電子書</mark>。中華電信個人門號用戶，若選擇電信帳單付款，請開通「小額付款」功能。


---

# 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.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.
