> For the complete documentation index, see [llms.txt](https://docs.ezorderly.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ezorderly.com/guide/resources.md).

# 其他資源

- [常見問題 Q\&A](https://docs.ezorderly.com/guide/resources/faq.md): 關於 ORDERLY 系統的常見問題，秘書幫大家彙整在這裡囉！你可以點選右方的段落來快速前往問題。如果還有其他問題，歡迎在系統內點選右下角橘色對話框，將有專人為您服務喔！
- [ORDERLY 版本更新紀錄 1.14](https://docs.ezorderly.com/guide/resources/release-note.md): 2019/04/12 起，ORDERLY 系統功能更新、介面優化、系統除錯記錄
- [操作手冊 版本更新紀錄 1.1.9](https://docs.ezorderly.com/guide/resources/manual-release-note.md)
- [2018](https://docs.ezorderly.com/guide/resources/line_binding_message.md): 本模組可自動邀約會員綁定 LINE@，除可增加商家 LINE@ 粉絲數外，還可取得其 LINE UID，作為後續分眾行銷、廣告投放之用，將 CRM 與行銷完美串聯。


---

# 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://docs.ezorderly.com/guide/resources.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.
