# Currency

ScandiPWA supports the configuration of setting up individual currencies for each store view/website.

| SECTION          | STATUS          | DESCRIPTION                                                                                                                                  |
| ---------------- | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Currency Setup   | **SUPPORTED**   | ScandiPWA supports default Magento currency configurations, which include *base currency* and *default display currency* setup.              |
| Currency Symbols | **IN PROGRESS** | Currency symbols will be supported in the upcoming releases. Track the progress here - <https://github.com/scandipwa/base-theme/issues/1461> |
| Currency Rates   | **SUPPORTED**   | Currency rates can be set for each currency that is accepted as payment in your store.                                                       |
| Currency Chooser | **SUPPORTED**   | If the store supports multiple currencies, a Currency Chooser appears in the header after currency rates are updated.                        |

{% embed url="<https://youtu.be/VzkX8zhAYIc>" %}
How does multistore work in ScandiPWA
{% endembed %}

For more information about Currency Configuration, please refer to the [Magento User Guide.](https://docs.magento.com/user-guide/stores/currency-configuration.html)


---

# 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://manual.scandipwa.com/v5.1.2/basic-configuration/store-details/currency.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.
