# Multiple Currency Setup

*Article Topics:* [*Customization*](/getting-started/common-topics/customization.md)*,* [*Billers*](/getting-started/common-topics/billers.md)

## Multiple Currency Setup

NATS records all transactions in its base currency. This base currency, which is usually set to U.S. Dollars (USD), is set during the installation of your NATS build and cannot be changed. NATS only records transactions in its base currency, but you can create join options that will accept other countries. However, you must first tell NATS what exchange rate to use.

To set your exchange rates go to the [Configuration Admin](/nats-admin/configuration.md), select "Currency - All" from the drop-down menu, and click Change Section. On the next page, find the currency you want to accept and fill in the current exchange rate.&#x20;

{% hint style="danger" %}
**Important:** You must update this currency table whenever exchange rates change, as NATS will not automatically update them for you.&#x20;
{% endhint %}

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

Some 3rd Party Billers can allow you to set up just the USD setting in NATS, but based on Biller Code, Biller's page displays, charges in different currencies, and more, then reports back to NATS with the USD. In this case, NATS doesn't handle conversion at all.&#x20;

Some Billers will report back the EUR amount, and NATS will convert to USD due to it needing to record everything in USD.&#x20;


---

# 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.toomuchmedia.com/nats-admin/sites/further-reading/multiple-currency-setup.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.
