# Currency

## Open Currency.

1. From your Shopify admin, go to **Online Store** > **Themes**.
2. Find the theme that you want to edit and click **Customize**.
3. In the left-hand toolbar, click **Theme settings.**
4. Click **Currency.**

## GENERAL SETTINGS

{% hint style="info" %}
To offer multiple currencies on your online store, you must first edit your store's currency formatting.
{% endhint %}

* **Format:** choose whether to include currency descriptor, such as USD or CAD, with the converted currency.
* **Show Currency Switcher**: check or uncheck to show currency picker on the storefront so that customers can change to display in a currency they like.
* **Currency Converter Engine:**&#x20;
  * **Shopify JS:** default. It will be explained more details below.
  * **Shopify Payments:**  If you pick "Shopify Payments", you can refer to [this article](https://help.shopify.com/en/manual/payments/multi-currency/setup) for setting up multiple currencies.

## SHOPIFY JS ENGINE

The only affect when you pick the currency converter engine is "Shopify JS". Even though prices are displayed in different currencies, orders will still be processed in your store's currency. Clear your browser cache to see your changes.

* **Enable Auto Currency Converter:** check or uncheck to all the prices will be adjusted to the country of your customer.
* **Supported currencies:** enter currencies that your store is using. Use the country's ISO [currency code](http://www.xe.com/iso4217.php). Separate your currency codes with space.
* **Default currency:** enter currency default on your store.


---

# 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://vodoma-docs.boostheme.com/theme-settings/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.
