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

# 轉帳

當你需要在兩個帳戶之間轉移金額時，例如提款、存款、換匯，可以用轉帳功能來記錄。

## 新增轉帳 <a href="#create" id="create"></a>

記帳時先點擊最上方的轉帳區塊，選擇對應的類別。

<img src="/files/-MGqsuPHJzO1r9BIIS7G" alt="" width="375">

{% hint style="warning" %}
如果上方沒有轉帳這個選項，表示你的帳戶清單裡只有一個帳戶。至少要建立兩個帳戶才能轉帳。
{% endhint %}

點選類別後畫面會切換成轉帳介面，左邊是**轉出**帳戶，右邊是**轉入**帳戶，點擊帳戶圖示即可更換帳戶。

<img src="/files/-MGqtI39IV60AjAooFZ6" alt="從中信提款 NT$3000 到錢包" width="375">

{% hint style="info" %}
點擊兩個帳戶圖示之間的箭頭，可以快速對調轉出和轉入帳戶。
{% endhint %}

轉出和轉入都可以點擊金額旁邊的「＋」分別設定手續費或折扣。

<img src="/files/-MGqvqItCD4B7ZKUC5eC" alt="" width="375">

&#x20;

<img src="/files/-MGqvtxHsD-tbQrRpGjo" alt="" width="375">

也支援不同幣種帳戶之間的轉帳，填上轉出和轉入的對應金額，系統會自動幫你換算匯率。

<img src="/files/-MGqxE3Y-5zbS3yGh9jf" alt="" width="375">

## 支援專案 <a href="#project" id="project"></a>

v4.1.12 起，轉帳也支援專案歸類和相關的預算統計。

<figure><img src="/files/ftO2riyVYzv1zk7xFcTG" 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/record/transfer.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.
