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

# 跨幣種記帳

在國外購物網站消費時，常常會刷到外幣交易。這時你依然可以用原本的台幣信用卡記錄，只要點擊幣種按鈕切換成外幣即可。

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

你可以先輸入消費的美金金額，下方「轉換成 TWD」的數字會依照線上匯率自動計算。

{% hint style="info" %}
如果你沒有手動變更轉換金額或匯率，下方「採用線上匯率」的開關是不能關閉的。這個開關的用途是：當你不小心動到轉換金額、想回復成線上匯率時，可以打開它重置換算的金額。
{% endhint %}

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

當你收到信用卡交易簡訊或帳單後，可以再次編輯，填上銀行實際換匯的台幣金額或匯率，下方「採用線上匯率」的開關就會自動關閉。

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

填好外幣刷卡金額和換匯後的台幣金額並儲存後，你也可以在記錄明細內點擊金額旁邊的箭頭，查看外幣和主幣種的換算金額。

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

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

### 增加常用幣種 <a href="#favorite-currencies" id="favorite-currencies"></a>

如果左邊沒有出現你想記錄的幣種，可以點擊右上角的星星按鈕增加常用幣種，之後就能在選單裡選到。

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

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

### 自訂幣種符號 <a href="#custom-currency-symbol" id="custom-currency-symbol"></a>

如果有多個幣種的符號相同、容易混淆，你可以修改要顯示的幣種符號，方便辨識。

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

### 自訂幣種小數位數 <a href="#custom-decimal-place" id="custom-decimal-place"></a>

針對加密貨幣，你可以自行決定小數位數要到第幾位，方便日常記錄。

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

### 自訂幣種 <a href="#custom-currency" id="custom-currency"></a>

如果想追蹤信用卡紅利點數 Line Point、P 幣這類點數，可以建立自訂幣種來記錄。

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

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

#### 基準幣種 <a href="#base-code" id="base-code"></a>

如果你的主幣種是台幣，但自訂幣種是對應美金，可以修改基準幣種，讓這個貨幣與美金對價。

<figure><img src="/files/QMK0U3l1SW5nWkG6NaXS" 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/multiple_currencies.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.
