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

# 資料集申請

## 功能說明

本功能提供使用者申請全文檢索及資料集查詢中的非公開資料申請，當您欲檢視以下非公開資料時，則需透過本功能進行申請。

## 資料集是什麼

【政府計畫資料庫】為提供行政院所屬中央機關政府計畫、管考、成效相關資訊，由各機關配合提供相關資料庫或檔案提供介接，搭配各機關公開資訊，由本平台盤點資料整合為具參考意義之主題式資料集，對內可提供政府相關機關計畫撰寫、管考之參考，對外提供一般民眾取得已公開之政府計畫相關資訊。相關功能及畫面介紹請參考[資料集查詢](/gdb-web/dataset.md)

{% hint style="info" %}
資料集依據機敏性，由本會區分為公開及非公開資料集。

1.公開之資料集:提供所有一般民眾及各機關免註冊即可查看資料，惟如需下載、介接API則需申請帳號。(請參考[會員申請](/gdb-web/account_apply.md))

2.非公開資料集:僅提供政府機關申請，不開放民眾或民間機關申請，各政府機關需事先申請帳號，再依需求申請資料集。
{% endhint %}

## 申請流程

1. 登入後點選「會員專區>資料集申請」功能。
2. 選擇「未申請」：此處將顯示所有您可申請而未申請的資料集。&#x20;
3. 「關鍵字」：可輸入關鍵字查詢資料集名稱&#x20;
4. 「說明/欄位」：點選後，可查看該資料集相關欄位資訊，以利判斷是否為您需要的資料。&#x20;
5. 勾選欲申請的資料集。&#x20;
6. 輸入您使用資料的用途。&#x20;
7. 點選「確認申請」，待管理機關進行審核。(申請單檔案為提供紙本留存需求之機關使用，如無須留存可以忽略)

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

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

8\. 審核結果通知：待管理者審核後，您將收到以下審核結果通知。

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

9.當資料集申請通過，使用者即可在登入後前往「資料集查詢」查看及下載已申請之資料集。

<figure><img src="/files/RE96SV72ibtbSVlHXiGA" 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/data_application.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.
