# Available Currencies

| Currency Code | Currency Name               |
| ------------- | --------------------------- |
| AED           | United Arab Emirates Dirham |
| AUD           | Australian Dollar           |
| BRL           | Brazilian Real              |
| CAD           | Canadian Dollar             |
| CHF           | Swiss Franc                 |
| CNY           | Chinese Yuan                |
| CZK           | Czech Koruna                |
| DKK           | Danish Krone                |
| EGP           | Egyptian Pound              |
| EUR           | Euro                        |
| GBP           | Pound Sterling              |
| HKD           | Hong Kong Dollar            |
| HRK           | Croatian Kuna               |
| HUF           | Hungarian Forint            |
| IDR           | Indonesian Rupiah           |
| ILS           | Israeli New Shekel          |
| INR           | Indian Rupee                |
| JPY           | Japanese Yen                |
| KRW           | Korean Won                  |
| MXN           | Mexican Peso                |
| MYR           | Malaysian Ringgit           |
| NOK           | Norwegian Krone             |
| PLN           | Polish Zloty                |
| RON           | Romanian Leu                |
| RUB           | Russian Ruble               |
| SAR           | Saudi Riyal                 |
| SEK           | Swedish Krona               |
| SGD           | Singapore Dollar            |
| THB           | Thai Baht                   |
| TRY           | Turkish Lira                |
| TWD           | New Taiwan Dollar           |
| USD           | United States Dollar        |
| VND           | Vietnamese Dong             |
| ZAR           | South African Rand          |


---

# 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://guides.smolcompute.xyz/1/how-to/available-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.
