# 教學範例

- [帳號綁定](https://docs.botbonnie.com/jiao-xue-fan-li/zhang-hao-bang-ding.md): 本教學將說明如何在對話訊息流程中引導用戶綁定企業的個人帳號，並在用戶完成登入後，提供用戶個人化服務功能。例如：訂單查詢、點數查詢等。
- [用戶推播](https://docs.botbonnie.com/jiao-xue-fan-li/yong-hu-tui-bo.md): 本教學將說明對用戶推播的兩種方式，分別適用於不同的場景。您可以依照需求選擇適合的推播方式。
- [用戶標籤](https://docs.botbonnie.com/jiao-xue-fan-li/yong-hu-biao-qian.md): 本教學將說明如何透過 API 來操作 BotBonnie 平台的標籤，包含建立 / 刪除標籤和標籤資料夾，以及如何將標籤貼到用戶身上等。
- [用戶參數](https://docs.botbonnie.com/jiao-xue-fan-li/user-params.md): 本教學將說明如何透過 API 來操作 BotBonnie 平台的用戶參數，目前提供對用戶增加參數的 API。
- [用戶資料](https://docs.botbonnie.com/jiao-xue-fan-li/user-data.md): 本教學將說明如何透過 API 來取得一個機器人下所有用戶的基本資料。
- [用戶訊息](https://docs.botbonnie.com/jiao-xue-fan-li/user-message-history.md): 本教學將說明如何透過 API 來取得一個機器人下的用戶訊息紀錄。
- [如何使用 JSON 訊息？](https://docs.botbonnie.com/jiao-xue-fan-li/ru-he-shi-yong-json-xun-xi.md)
- [支援的訊息格式](https://docs.botbonnie.com/jiao-xue-fan-li/ru-he-shi-yong-json-xun-xi/zhi-yuan-de-xun-xi-ge-shi.md)


---

# 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://docs.botbonnie.com/jiao-xue-fan-li.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.
