> For the complete documentation index, see [llms.txt](https://doc.moze.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.moze.app/feature/notification.md).

# 通知中心

跟別人借的錢還沒還、幫忙代付的錢還沒收到、重複性的收支、分期付款，或是信用卡繳款提醒等等，都可以在通知中心一覽無遺。

上方頁籤可以分成「**全部**」、「**信用卡帳單**」、「**待完成交易**」、「**借還款追蹤**」和「**即將到來**」，點擊頁籤就能查看對應的通知內容。

<img src="/files/5ydVeHIskveVySjFfQ8A" alt="" width="375">

### 信用卡帳單 <a href="#credit-card-bill" id="credit-card-bill"></a>

這裡會顯示所有未繳納的信用卡帳單，包含已經過期的。上方也會顯示這張帳單是自動扣繳還是需要手動繳納，以及是否已完成對帳。

你可以右滑進入**對帳模式**或**移除這筆帳單通知**，也可以左滑直接**繳費**。

{% hint style="info" %}
帳單通知移除後就無法恢復回通知中心，但你還是可以從帳戶總覽進入對應的帳戶，直接對帳或繳費。
{% endhint %}

<figure><img src="/files/COuoxUFtg5RFjul6hAdZ" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/5pePq1vNs4YV1YLlcfi0" alt="" width="375"><figcaption></figcaption></figure>

### 待完成交易 <a href="#transaction-reminder" id="transaction-reminder"></a>

這裡會顯示未完成的交易，你可以左滑完成這筆記錄。

<figure><img src="/files/VPTvWC1Hn54ChUabCTDt" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/JR0PrwHPVsHBrT7gNmrB" alt="" width="375"><figcaption></figcaption></figure>

### 借還款追蹤 <a href="#payables-receivables" id="payables-receivables"></a>

這裡會依照對象統計你的借還款狀態，點進去可以查看該對象的相關款項，直接收款或還款。

<figure><img src="/files/KVxY7jkL5rwvCJDSuarV" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/TDwKHZCKzz0uTEiPG9m4" alt="" width="375"><figcaption></figcaption></figure>

### 即將到來 <a href="#incoming" id="incoming"></a>

這裡會顯示接下來一個月即將出帳的週期事件或分期事件，右上方還會統計這些未來交易的總額供你參考。

<figure><img src="/files/0iLke4AIfsBRdvkNRdEl" alt="" width="375"><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://doc.moze.app/feature/notification.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.
