> For the complete documentation index, see [llms.txt](https://docs.ipcheck.ing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipcheck.ing/knowledge-base/zh-tw/getting-started/free-quotas.md).

# 每月免費配額

IPCheck.ing 上需要登入的功能享有每月免費額度。這裡說明哪些項目會計入額度、達到上限會發生什麼事，以及在哪裡查看你的使用情況。

{% hint style="warning" %}
**僅適用於 IPCheck.ing** — 自架部署沒有帳戶，也沒有配額。
{% endhint %}

有四個登入後功能享有每月免費配額：

* **IP 進階資料** — 當 IPCheck.ing 是資料來源時，IP 卡片上顯示的代理判定、位址類型和 IP 品質欄位。
* 該 **隱形測試**.
* 該 **深入 DNS 洩漏測試**.
* **深入 Persona 檢查**.

每個配額都會在每個月開始時（UTC）自動重設。您目前的數字在應用程式中隨時可見：打開您的帳戶選單並查看 **用量統計** 分頁的 **權益與用量** 對話框。那裡顯示的限制才是權威數值——它們可能會隨時間調整，因此文件刻意不重複列出。

## 各項配額計算的內容

這四項功能的計量方式並不相同：

* **IP 進階資料是按唯一 IP 位址計算，而不是按查詢次數。** 在特定月份中，某個位址只有第一次查詢才會消耗配額。一天內多次檢查自己的 IP，整個月也只會耗用一個單位，而您已查詢過的位址即使在達到限制後仍可繼續使用——只有查詢 **新** 位址會暫停。請注意 **查詢 IP** 工具會從同一個配額池中扣除，因此逐一處理一串不熟悉的位址才是真正消耗配額的情況。
* **隱形測試、深入 DNS 洩漏測試和深入身分檢查是按執行次數計算。** 每完成一次執行就會耗用一個單位，包括重新執行。

## 達到限制時的情況

不會出現任何錯誤，網站上其他內容也不會改變：

* 在 IP 卡片上，進階欄位會顯示一則通知，表示新 IP 的每月配額已用盡，並提供 **查看用量** 連結。卡片上的其他所有內容——位置、ASN 以及其餘資訊——仍會載入，而已查詢過的位址仍會顯示其進階資料。
* 隱形測試、深入 DNS 洩漏測試和深入身分檢查會顯示一則通知，表示本月免費配額已用盡，並提供 **查看用量** 連結。它會在下個月自動重設。

## 提高限制

[在 GitHub 上贊助此專案](https://github.com/sponsors/jason5ng32) 會提高您的每月配額——目前的贊助者權益列於贊助頁面以及 **權益** 分頁的 **權益與用量** 對話框中。

## 相關頁面

* [帳號與成就](/knowledge-base/zh-tw/getting-started/accounts-and-achievements.md)
* [IP 資訊](/knowledge-base/zh-tw/connection-tools/ip-information.md)
* [隱形測試](/knowledge-base/zh-tw/connection-tools/invisibility-test.md)
* [DNS 洩漏測試](/knowledge-base/zh-tw/connection-tools/dns-leak-test.md)
* [深入 Persona 檢查](/knowledge-base/zh-tw/connection-tools/persona-check.md)


---

# 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://docs.ipcheck.ing/knowledge-base/zh-tw/getting-started/free-quotas.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.
