> 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/dataset.md).

# 資料集查詢

## 功能說明

GDB系統整合與介接國內外政府計畫相關之資訊系統，包含政院政府計畫管理資訊網(GPMnet)、一般性輔助款子系統、工程標案管理系統、個案計畫空間管理資訊系統、人口推估查詢系統、地方創生資訊共享交流平臺、現行政府計畫系統、地方發展知識庫等系統資料，並加值開發為多種主題之資料集，提供資料集說明、資料集欄位資訊，透過系統功能直接查詢、預覽與下載資料集內容。

資料集查詢功能進入方式為點選功能列「資料集查詢」後，再點選選單中「資料集查詢」方可進入頁面。若使用者為未登入狀態下進入資料集查詢頁面，系統會出現提醒視窗，提醒使用者若未登入會員，則僅能查看資料集內容案但無法下載資料。此提醒視窗每次進入資料集查詢畫面皆會顯示，使用者可勾選提醒視窗下方「我已瞭解，不要再顯示此訊息」文字，取消每次進入皆會出現提醒視窗的功能。

資料集查詢頁面預設呈現所有資料集項目，內容包含資料集性質、資料分類、資料集名稱、來源系統、來源單位、更新日期、是否提供API服務，以及資料集說明、欄位、下載按鈕，並提供依關鍵字篩選、資料集類型、來源系統、來源單位與是否提供API服務等篩選條件。

<figure><img src="/files/2Cv0NgKxrXLw5wSPXNUw" alt=""><figcaption></figcaption></figure>

## 資料集說明

資料集的詮釋資料資訊預計提供分類、資料集名稱、主要欄位資訊、資料集類型、檔案格式、資料集來源系統、資料集來源單位、資料集來源網址、資料量、收錄期間、更新頻率、最後更新時間、授權方式、授權說明網址、計費方式、計費說明網址、計費法令依據、編碼格式、標籤/關鍵字、資料集提供機關聯絡人姓名、資料集提供機關聯絡人電話、資料集提供機關聯絡人電子郵件、備註。

<figure><img src="/files/nOizgcP9hZdd07kgaASJ" alt=""><figcaption></figcaption></figure>

## 資料集欄位

資料集的欄位資訊預計提供欄位編號、欄位名稱、中文說明、資料型態與是否可篩選

<figure><img src="/files/fkwZNbm7igmpHOILUrlp" alt=""><figcaption></figcaption></figure>

## 資料集預覽

提供使用者預覽並可依指定欄位篩選預覽。惟本平台提供之相關資料需登入方可進行下載，如欲下載資料進行其他應用，建議您註冊本平台會員。

<figure><img src="/files/WxZXnyRpqBIWQxpkW6gg" alt=""><figcaption></figcaption></figure>

## 資料集下載

提供使用者下載資料並可依指定欄位篩選下載之資料，惟本平台提供之相關資料需登入方可進行下載，如欲下載資料進行其他應用，需註冊本平台會員並進行登入後方可使用。

<figure><img src="/files/zLYnjHMt71ezvrxKOhvH" alt=""><figcaption></figcaption></figure>


---

# 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/dataset.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.
