# Currencies

At `Settings > Currencies`  you can manage the available currencies and select the default one. Once a base currency is selected, all other currencies' exchange rates are shown as conversion rates against the base currency.

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

Our system continuously updates exchange rates using data from the European Central Bank.

Keep in mind: changing the base currency does not convert or rewrite existing stored prices. It only changes the reference currency used for conversion, so storefront prices are displayed in the customer's selected currency relative to the new base currency.


---

# 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.hostware.io/system-and-configuration/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.
