> For the complete documentation index, see [llms.txt](https://docs.perfectscale.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perfectscale.io/product-overview/multi-currency-support.md).

# Multi-currency support

Explore the currencies supported by PerfectScale and how to set the one that works best for you.

{% hint style="success" %}
**Don’t see your currency in the list?** Reach out to your [PerfectScale contact](mailto:support@perfectscale.io). New currencies are added based on customer demand.
{% endhint %}

You can set a tenant-level display currency so that costs shown throughout the product, including dashboards, Podfit and Infrafit tables, Zoom-In, and the Trends report, are converted to your team's preferred currency.

{% hint style="info" %}
Setting a display currency only changes how amounts are displayed, it does not change how they're calculated or stored.
{% endhint %}

### How it works

* All costs are calculated and stored in USD.&#x20;
* Conversion happens at display time, using exchange rates refreshed daily from FX markets.
* The display currency is a tenant-wide setting, so everyone on your team sees the same converted values.
* Changing the display currency requires [settings-edit permission](https://docs.perfectscale.io/product-overview/pages/dSHIkTa0iuiSisCEi7K4#id-3.-new-permissions-matrix).
* Any page showing converted amounts includes a banner naming the currency and the exchange rate date.\
  Example: *Amounts are shown in EUR, converted from USD at the Sep 8 exchange rate.*

### Setting the display currency

1. Go to your account **Settings** in the left sidebar and select **Display Currency**.
2. Select a currency from the list. The change takes effect immediately for everyone in your tenant.

{% hint style="info" %}
Changing the currency does not modify any underlying data. You can switch back to the default currency or select another one from the list at any time.
{% endhint %}

<figure><img src="https://1573387604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FABMqnYtsOO44JmQTVSnn%2Fuploads%2FZHPE3KIGSrrOMguLje9p%2Fmulti-currancy.gif?alt=media&amp;token=b732ec47-3751-448c-ba00-da5c79d8a221" alt=""><figcaption><p>Set the display currency</p></figcaption></figure>


---

# 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.perfectscale.io/product-overview/multi-currency-support.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.
