# Currencies

Currently, our application supports displaying 16 types of currencies:

* :flag\_bd: Bangladeshi Taka (BDT)
* :flag\_cn: Chinese Yuan (CNY)
* :flag\_eu: Euro (EUR)
* :flag\_id: Indonesian Rupiah (IDR)
* :flag\_jp: Japanese Yen (JPY)
* :flag\_kr: South Korean Won (KRW)
* :flag\_my: Malaysian Ringgit (MYR)
* :flag\_ng: Nigeria Naira (NGN)
* :flag\_ph: Philippine Peso (PHP)
* :flag\_pk: Pakistani Rupee (PKR)
* :flag\_ru: Russian Ruble (RUB)
* :flag\_fr: South African Rand (SAR)
* :flag\_sg: Singapore Dollar (SGD)
* :flag\_tw: New Taiwan Dollar (TWD)
* :flag\_us: US Dollar (USD)
* :flag\_vn: Vietnamese Dong (VND)

We plan to add more widely-used currencies globally soon.


---

# Agent Instructions: 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:

```
GET https://docs.soei.social/products/other/currencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
