# Customize currency display

{% hint style="info" %}
We understand that everyone comes from diverse backgrounds and may use a variety of currencies for their transactions. Therefore, we have made it easy for you to track your balance in different currencies.
{% endhint %}

### Supported currencies

Currently, SubWallet supports 9 fiat currencies, which include:

* USD - United States Dollar
* BRL - Brazilian Real
* CNY - Chinese Yuan
* EUR - Euro
* GBP - British Pound Sterling
* HKD - Hong Kong Dollar
* JPY - Japanese Yen
* RUB - Russian Ruble
* VND - Vietnamese Dong

### Customize your currency preferences

**Step 1:** On the SubWallet homepage, click the "**Settings**" tab on the sidebar to get to the Settings section.

<figure><img src="/files/nfkjKuXfHJm7I8GO5bn5" alt=""><figcaption></figcaption></figure>

**Step 2:** In the Settings section, click “**General settings**”.&#x20;

<figure><img src="/files/yRDRH3D18QuaUv4QNpSR" alt=""><figcaption></figcaption></figure>

After that, choose the “**Currency**” option.

<figure><img src="/files/smZBbJ4DHROzDfUeRImp" alt=""><figcaption></figcaption></figure>

**Step 3:** A popup screen will appear on the right side. Either scroll down or type in the search bar to select your preferred currency.

{% hint style="info" %}
By default, your balance will be displayed in *USD - United States Dollar*, as this is the most popular currency used worldwide.
{% endhint %}

<figure><img src="/files/TKDfSQKp6md5DLaPsvkO" alt=""><figcaption></figcaption></figure>

*In this example, we chose "EUR - Euro" as the displayed currency. Once done, the screen will be closed, and your chosen currency will be displayed in the General settings screen.*

<figure><img src="/files/GK0TDmKytKe1KeLjyqKw" alt=""><figcaption></figcaption></figure>

**Step 4:** Click the "**Portfolio**" tab on the sidebar to return to the SubWallet homepage.&#x20;

<figure><img src="/files/p8qrAXfbB6UWddZ6UiLD" alt=""><figcaption></figcaption></figure>

Now, you can see your balance in your chosen currency!

<figure><img src="/files/lz0qkFoLRf9w9AjwHRhg" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The next time you open the web dashboard, your Portfolio balance will be displayed with your chosen currency.
{% endhint %}


---

# 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.subwallet.app/main/web-dashboard-user-guide/getting-started/customize-currency-display.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.
