> 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/en-us/glossary/currency-code.md).

# Currency Code

Currency Converter 使用 [*ISO 4217 Three Letter Currency Code*](https://en.wikipedia.org/wiki/ISO_4217) 作为货币代码，你可以在 [此处](https://www.exchangerate-api.com/docs/supported-currencies) 查看支持的所有货币。

常用的货币及代码如下：

<table data-full-width="true"><thead><tr><th align="center">货币代码</th><th align="center">货币名称</th><th align="center">国家 / 地区</th></tr></thead><tbody><tr><td align="center">USD</td><td align="center">美元</td><td align="center">美国</td></tr><tr><td align="center">CNY</td><td align="center">人民币</td><td align="center">中国</td></tr><tr><td align="center">EUR</td><td align="center">欧元</td><td align="center">欧盟</td></tr><tr><td align="center">HKD</td><td align="center">港币</td><td align="center">香港</td></tr></tbody></table>


---

# 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/en-us/glossary/currency-code.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.
