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

# 帳單資訊和歷史紀錄

如何查看帳戶儲值記錄和月帳單。

### 帳戶儲值記錄

[​登入](https://console.littlepig.cloud/login)您的小豬科技帳戶。現在將滑鼠移至右上角個人檔案，然後導航至「付款記錄」頁面。

<figure><img src="https://4036456047-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9Wny4xFTP3hWPrOAS1g6%2Fuploads%2FlM6LKr0uzlVST2hLWwCr%2F%E6%88%AA%E5%9C%96%202024-12-23%20%E4%B8%8B%E5%8D%881.23.54.png?alt=media&amp;token=90f42d1e-7875-4ab5-b2df-77d21813bee2" alt=""><figcaption></figcaption></figure>

### 月帳單

[登入](https://vps.littlepig.tech/login)您的小豬科技帳戶。進入側邊欄中的“月帳單”頁面。<br>

<figure><img src="https://content.gitbook.com/content/9Wny4xFTP3hWPrOAS1g6/blobs/uwAVJHLlybWw9RhStPZi/image.png" 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://docs.littlepig.cloud/zh-tw/docs/payment/payment-record.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.
