# Currency

With Pipeline, you can exhibit the conversion rates of various currencies to your customers. After setting up the currencies on your Shopify Admin, you can utilize the Currency settings in the Theme settings to customize the display preferences.

## Overview

<details>

<summary>Settings overview</summary>

* Choose to display the country name and currency code or currency code only
* Display currency code along with all prices

</details>

Video overview of currency display options:&#x20;

{% embed url="<https://www.loom.com/share/6aacc66d458c443c9fdb34ac803dc899?sid=106af539-0507-4134-ad37-4afa29e056fd>" %}

### Currency setup

To configure your store to use multiple currencies, use the Shopify Admin -> Settings -> Markets to set up which currencies your store will support. Conversions are done by Shopify and not the theme.&#x20;

<figure><img src="/files/fL36duhzxy6GsiVBfOmR" alt=""><figcaption><p><strong>Shopify Admin -> Settings</strong></p></figcaption></figure>

{% hint style="success" %}
Note: Only stores using **Shopify Payments** can make **Full** use of this feature.&#x20;
{% endhint %}

To learn more about currency markets, Shopify provides an article on their support site about their Markets feature:

{% embed url="<https://help.shopify.com/en/manual/markets/>" %}
Link to Shopify Support
{% endembed %}


---

# 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://pipeline.groupthought.com/settings/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.
