> For the complete documentation index, see [llms.txt](https://gdb-ndcgov.gitbook.io/gdb-web/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gdb-ndcgov.gitbook.io/gdb-web/datadownload.md).

# 資料下載限制說明

1. 資料下載前請先進行登入，如果尚無會員，則請先進行申請。
2. 使用者可下載之資料內容為已授權的資料。
3. 現階段所有資料下載皆為即時下載，部分資料因內容較多故需稍候幾分鐘。當資料過大時，平台將出現提醒視窗，請使用者選擇下載筆數。
4. 部分資料集提供進階下載服務，使用時須先選擇篩選條件，再輸入欲篩選內容，方可達成篩選後資料下載。
5. 如有違反公序良俗，應自負全部法律責任。​&#x20;
6. 本會保留隨時修改本用戶權益與義務說明，如有修訂將公告於本平臺，不另外個別通知使用者，請您隨時注意修訂之公告訊息。若您繼續使用本平臺服務，則視為您已閱讀、瞭解並同意接受修訂內容。​&#x20;
7. 使用者若有任何疑問或需諮詢事宜，歡迎來信至 <gdb@iisigroup.com>。


---

# 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://gdb-ndcgov.gitbook.io/gdb-web/datadownload.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.
