> For the complete documentation index, see [llms.txt](https://www.oddle.me/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.oddle.me/docs/help-center/help-center-zh/readme.md).

# 說明中心

尋找答案、逐步指南和疑難排解協助。想查看產品概覽嗎？請參閱 [產品文件](https://www.oddle.me/docs/introduction/docs-zh/).

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>訂單與營運</strong></td><td>處理、建立、修改及管理線上訂單</td><td><a href="/pages/cfc221c2f3e72d2d144a8062243564a5285f20e5">/pages/cfc221c2f3e72d2d144a8062243564a5285f20e5</a></td></tr><tr><td><strong>物流</strong></td><td>運費、車輛類型、賠償及事故回報</td><td><a href="/pages/bfcbfa65a825be842fc09595e782be92de196fbe">/pages/bfcbfa65a825be842fc09595e782be92de196fbe</a></td></tr><tr><td><strong>終端機</strong></td><td>設定您的裝置、管理批次，並於店內發放兌換品</td><td><a href="/pages/c2255dfd8b062efa0c6a2ea5517b20c9555b4c83">/pages/c2255dfd8b062efa0c6a2ea5517b20c9555b4c83</a></td></tr><tr><td><strong>款項撥付與帳單</strong></td><td>撥款時程、Stripe 設定、對帳單與發票</td><td><a href="/pages/2eb83d6cf560b06fffbee6cc95110112c4267c86">/pages/2eb83d6cf560b06fffbee6cc95110112c4267c86</a></td></tr><tr><td><strong>Oddle Shop</strong></td><td>網域設定、分析、SEO、促銷與商店設定</td><td><a href="/pages/6d49d55fa6657e95046ccdc952f681a7a6fa3335">/pages/6d49d55fa6657e95046ccdc952f681a7a6fa3335</a></td></tr><tr><td><strong>訂位</strong></td><td>Host App 設定、時間軸檢視、付款與通知</td><td><a href="/pages/178a5506149df4b038f84093cbc4e938e723cc13">/pages/178a5506149df4b038f84093cbc4e938e723cc13</a></td></tr><tr><td><strong>裝置與整合</strong></td><td>SUNMI 設定、熱感印表機、Google 整合及 ECPay</td><td><a href="/pages/f8040a5a170b6f20ef6e122d801870c7b561dbc6">/pages/f8040a5a170b6f20ef6e122d801870c7b561dbc6</a></td></tr><tr><td><strong>Oddle Check-in</strong></td><td>設定兌換活動並追蹤成效</td><td><a href="/pages/d7559b8990cae07564587e5b7049b4f12a8a1071">/pages/d7559b8990cae07564587e5b7049b4f12a8a1071</a></td></tr><tr><td><strong>行銷</strong></td><td>電子郵件活動、定價、問卷調查與疑難排解</td><td><a href="/pages/c68b50afc08d931f74d2fdd53914851727ab49d4">/pages/c68b50afc08d931f74d2fdd53914851727ab49d4</a></td></tr><tr><td><strong>帳戶</strong></td><td>密碼重設、登入問題及資料下載</td><td><a href="/pages/d7d50daafb0d8721f2b4e10835458d816c1dc820">/pages/d7d50daafb0d8721f2b4e10835458d816c1dc820</a></td></tr></tbody></table>


---

# 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://www.oddle.me/docs/help-center/help-center-zh/readme.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.
