# 入門指南

交通部「[公共運輸整合資訊流通服務平臺(PTX)](https://ptx.transportdata.tw/PTX/)」為在有限的資源下提供用戶穩定的資料服務水準、提升服務品質以及加強資訊安全管理，本書主要係提供使用本平臺服務的各項資料服務加值業者，在程式開發過程中常見問題的處理方式及資料使用的注意事項，使開發者能更快速地掌握PTX APIs的資料特性，並避免在旅運加值應用上資料運用錯誤。

本書分別透過四大主題加以說明：

* API會員：於106年度本平臺開始導入會員機制，針對不同用戶採取不同服務使用限制，本章節將針對各會員層級進行說明並提供會員申請流程，並期望可快速解決各界針對會員申請的問題與解答。
* API使用說明：此章節將針對API呼叫方法及注意事項進行說明。
* API特色說明：本平臺採API(On Demand)方式提供服務，此章節將針對API獨特的使用技巧進行說明。
* API資料使用注意事項：此章節針對各運具資料面注意事項進行說明。


---

# 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://motc-ptx-api-documentation.gitbook.io/motc-ptx-api-documentation/readme.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.
