> For the complete documentation index, see [llms.txt](https://docs.littlepig.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlepig.cloud/zh-tw/docs/account-management/find-your-password.md).

# 恢復密碼

### 步驟 1

進入[登入頁面](https://vps.littlepig.tech/login)，並點擊“忘記 用戶名/密碼”。

<figure><img src="/files/0Z21VTKWiBwsHsMlatuo" alt=""><figcaption></figcaption></figure>

### 步驟 2&#x20;

輸入您註冊的信箱地址，並提供您的新密碼。

{% hint style="info" %}
在您驗證信箱地址之前，密碼不會被更改。
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc8YhX5HqiXZ81M1TLq-qQiVD_ko0GGAxRmeJGx-qdrR_THziesXOaOzqdWDJeNAnweER-_pX17zWoiAwiKEcgnnbali1oTrFiktMDY9F0mlN4Wqltpb8vMGw6Z-6Vsbh9i9E_qM33eP_UoJKVzUmQU7OE?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>

### 步驟 3&#x20;

輸入發送到您信箱的OTP驗證碼。

<figure><img src="/files/9aQw8kf6ZYs8z1PUJX0Q" alt=""><figcaption></figcaption></figure>

你會收到以下信件內容。

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcmxaXf_254vA5a2fYqiKcJ3lAptf7IoaNeJqUjQukp_1ttGF7Gb94z0fhVFIa_RFXK2uXKPXIpHbCkf1pXyjmFYI9qS5N2YYEdGlo2UBK_wSmm1yBVpv6arLUHbflhMtEo9A9ja5TW-qO6YsX_uBwF7MeG?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>

### 步驟 4

輸入驗證碼後，密碼將成功更改。現在您可以使用新密碼登入您的帳號。


---

# 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.littlepig.cloud/zh-tw/docs/account-management/find-your-password.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.
