> 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/accounts-and-achievements.md).

# 帳號與成就

在 IPCheck.ing 上登入是可選的。這裡說明帳號能解鎖什麼，以及成就徽章如何透過實際使用工具來獲得。

{% hint style="warning" %}
**僅適用於 IPCheck.ing** — 此功能不包含在自架部署中。
{% endhint %}

MyIP 上幾乎每個工具都可在沒有帳號的情況下使用。登入是可選的，之所以提供登入功能有兩個原因：解鎖一組進階功能——每項都有每月免費額度——以及追蹤你的成就徽章。

## 登入

點擊 **登入** 右上角。你可以使用 **使用 Google 登入** 或 **使用 GitHub 登入** — 無需建立密碼。

你的帳號選單會顯示建立時間、上次登入時間、使用者等級，並可開啟下方說明的 **權益與用量** 對話框。

## 帳號可解鎖什麼

此 **權益與用量** 對話框有兩個分頁。 **權益** 分頁比較三個層級——訪客、已登入使用者與贊助者——而登入後會增加：

* 當你使用 IPCheck.ing 作為 IP 資料來源時，進階欄位會顯示出來——包括代理判定、位址類型與 IP 品質分數。
* 你可以使用 **隱身測試**.
* 你可以使用 **深入 DNS 洩漏測試**.
* 你可以使用 **深入身分檢查** — 參見 [深入身分檢查](/knowledge-base/zh-tw/connection-tools/persona-check.md).
* 你可以查看你的成就徽章。
* 你可以詢問 **IPilot**，內建 AI 助理，它也可以為你執行核心測試——參見 [向 IPilot 提問](/knowledge-base/zh-tw/getting-started/asking-ipilot.md).

這些進階功能附帶每月免費額度。 **用量統計** 分頁會顯示你目前的用量以及每項功能的限制——參見 [每月免費額度](/knowledge-base/zh-tw/getting-started/free-quotas.md) 了解額度如何運作。

{% hint style="info" %}
額度的存在是為了讓免費服務保持公平，而對一般使用來說，免費額度相當慷慨。無論如何，IPCheck.ing 都是免費且開源的； [贊助此專案](https://github.com/sponsors/jason5ng32) 可提高你的限制。
{% endhint %}

## 成就如何運作

成就是你使用本站時會解鎖的小徽章。你不需要特地去找它們——你會透過執行測試、變更設定或發現有趣的內容來觸發它們。

兩項規則：

1. **你必須已登入。** 成就會儲存在你的帳號中，所以當你登出時不會解鎖任何內容。
2. **你必須真的做那件事。** 每個徽章都與一次真實測試所得出的真實結果相關。

當其中一項解鎖時，會出現一則小型恭喜訊息。開啟 **我的成就** ，即可從你的帳號選單查看你已收集的所有內容以及仍在等待解鎖的項目。

這些徽章本身設計成用來被發現，而不是被記錄。完整圖鑑——包括你尚未獲得的那些——位於 **我的成就**，而找出每個徽章的觸發條件正是樂趣的一部分：探索工具、深入檢視結果，看看哪些內容會亮起來。應用程式也註明，偶爾可能會有限時成就，因此這個收藏並非永遠固定不變。

## 隱私

登入會將你的電子郵件地址分享給本站，以便識別你的帳號，另外還會提供你已使用多少進階功能的計數，而成就規則就是根據這個計數計算。登入是透過 Google Firebase Authentication 處理的。

你的測試結果不會附加到你的帳號。閱讀完整的 [隱私權政策](https://ipcheck.ing/privacy) 以了解詳細資訊。

## 自架部署

帳號、成就、隱身測試、深入 DNS 洩漏測試以及深入身分檢查，都是官方網站 [ipcheck.ing](https://ipcheck.ing)上的特定功能。MyIP 的自架版本沒有登入按鈕——其他所有工具仍可正常使用。

參見 [關於 MyIP](/knowledge-base/zh-tw/faq/about.md) 如果你想執行自己的版本。

## 相關頁面

* [導覽儀表板](/knowledge-base/zh-tw/getting-started/touring-the-dashboard.md)
* [隱身測試](/knowledge-base/zh-tw/connection-tools/invisibility-test.md)
* [深入身分檢查](/knowledge-base/zh-tw/connection-tools/persona-check.md)
* [安全性檢查清單](/knowledge-base/zh-tw/lookup-privacy/security-checklist.md)
* [代理規則測試](/knowledge-base/zh-tw/network-tests/proxy-rule-test.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/accounts-and-achievements.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.
