> For the complete documentation index, see [llms.txt](https://docs.logthm.com/currency-converter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logthm.com/currency-converter/quick-tour.md).

# 快速游览

## 国际化

如果你习惯使用其他货币，你可以设置你的[基准货币](/currency-converter/basic/base-currency.md)。

如果你习惯使用 `,` 而非 `.` 作为整数与小数的分隔符，你可以设置[分隔符](/currency-converter/basic/decimal-separator.md)。

如果你使用其他语言，你可以切换语言偏好。

## 汇率转换的精确度

对于包含小数的结果，Currency Converter 将保留4位有效数字。

Currency Converter 使用 [exchangerate-api.com](https://www.exchangerate-api.com/) 提供的免费 api 获取汇率信息，该信息每天更新一次。

对于以下货币参与的转换，Currency Converter 使用直接汇率（Direct Rate）。

对于不包含以下货币的转换，Currency Converter 使用以 USD 为中介的交叉汇率（Cross Rate）。

支持直接转换的货币：

* USD (美元)
* CNY (人民币)
* EUR (欧元)
* JPY (日元)
* GBP (英镑)
* AUD (澳元)
* NZD (新西兰元)
* CAD (加拿大元)
* CHF (瑞士法郎)


---

# 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.logthm.com/currency-converter/quick-tour.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.
