# 開發文件

- [API 說明](https://help.firstline.cc/developer/api.md)
- [請求方式說明](https://help.firstline.cc/developer/api/request-methods.md)
- [回應物件資料](https://help.firstline.cc/developer/api/response-object.md)
- [客戶](https://help.firstline.cc/developer/api/contact.md)
- [客戶標籤](https://help.firstline.cc/developer/api/contact-tag.md)
- [公司](https://help.firstline.cc/developer/api/company.md)
- [客戶匯入排程](https://help.firstline.cc/developer/api/contact-import-task.md): 你可以透過指定存在的「客戶匯入範本」新增相關排程，排程將依據指定時間、檔案等資訊進行匯入。而同一時間為避免資料衝突，若有相同時段排程，將依據執行匯入。
- [客戶自訂表格匯入排程](https://help.firstline.cc/developer/api/contact-import-table-task.md): 你可以透過指定存在的「客戶自訂欄位匯入範本」新增相關排程，排程將依據指定時間、檔案等資訊進行匯入。而同一時間為避免資料衝突，若有相同時段排程，將依據執行匯入。
- [自訂欄位主分類](https://help.firstline.cc/developer/api/custom-field-category.md)
- [自訂欄位](https://help.firstline.cc/developer/api/custom-field.md): 鑑於不同行業別，或企業商務邏輯的不同，勢必對於資料需求也會有差異，坊間固定的表單形式很難滿足所有用戶的需求，因此 FIRST LINE 能透過自訂欄位讓用戶打造自己所需的資料。
- [自訂表格](https://help.firstline.cc/developer/api/custom-table.md)
- [電話號碼](https://help.firstline.cc/developer/api/phone.md)
- [國家、縣市及區域](https://help.firstline.cc/developer/api/country-city.md)
- [地址](https://help.firstline.cc/developer/api/address.md)
- [電子信箱](https://help.firstline.cc/developer/api/dian-zi-xin-xiang.md)
- [工單](https://help.firstline.cc/developer/api/gong-chan.md)
- [服務紀錄](https://help.firstline.cc/developer/api/service-log.md)
- [滿意度調查](https://help.firstline.cc/developer/api/man-yi-du-diao-cha.md)
- [產品](https://help.firstline.cc/developer/api/product.md)
- [訂單](https://help.firstline.cc/developer/api/contact-order.md)
- [訂單品項](https://help.firstline.cc/developer/api/contact-order-item.md)
- [知識庫](https://help.firstline.cc/developer/api/zhi-shi-ku.md)
- [進階](https://help.firstline.cc/developer/api/jin-jie.md)
- [發送訊息](https://help.firstline.cc/developer/api/jin-jie/fa-song-xun-xi.md)
- [PUSH API 發送訊息](https://help.firstline.cc/developer/api/jin-jie/fa-song-xun-xi/push-message.md)
- [透過 Hash 取得 Text-Call ID](https://help.firstline.cc/developer/api/jin-jie/restore-text-call-id.md)
- [透過 Text Call ID 發送訊息](https://help.firstline.cc/developer/api/jin-jie/tou-guo-text-call-id-fa-song-xun-xi.md)
- [即時聊天 Javascript API](https://help.firstline.cc/developer/ji-shi-liao-tian-javascript-api.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://help.firstline.cc/developer.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.
