# Currencies

The **Currencies** section allows you to configure which currencies your store supports.\
Currencies are configured both tenant-wide and independently for particular sites, so you can add the currencies you need.

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

## Adding a currency

To enable a new currency, follow these steps:

1. Go to **Settings** -> **Currencies** and choose **Add currency**.
2. Find the the currency to add by filtering the list of all available currencies by its ISO code or a country, and select the checkbox.

   {% hint style="info" %} You can select multiple currencies. {% endhint %}
3. Confirm your choice with **Add currency**.
4. The added currency appears on the list of all supported currencies. Edit its exchange rate to the base currency for proper calculations.

{% hint style="info" %}
To learn more about how you can manage currencies in your system, see [Currency Service](/api-references/api-guides/configuration/currency-service.md) API guide.
{% 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://developer.emporix.io/ce/management-dashboard/settings/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.
