> For the complete documentation index, see [llms.txt](https://docs-en.shoppy.is/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.shoppy.is/shoppy-dashboard/settings/app-settings/markets.md).

# Markets

## Overview

{% hint style="info" %}
This feature is available on the **Bloom** plan and above.
{% endhint %}

&#x20;If enabled, Shoppy will show a popup on first launch that will prompt the user for their country of origin from those configured on Shopify Markets. From that choice, the names and prices of products in the store will be shown based on the user's country. You can choose whether to enable or disable multi country upon the first installation of your app. This allows users to select the language and currency they wish to view. *If you have Shopify Market set up on your Shopify store, you will be able to have the same functionality on your Shoppy app.*&#x20;

When Multi-Language and Mulit- Currency is enabled, language and currency are manageable through the app’s settings. The Shoppy app, by default, suggests the language in which the devise is set. For example, if your user’s smartphone has English set as the primary language, then the app will propose content in English and users can, at any time, change the language simply through the app’s Settings menu.

This is a setting that can be enabled or disabled by going to **Settings > App Settings > Multi-Countries.** Below is a tutorial of how to do this in your Shoppy Dashboard:&#x20;

{% embed url="<https://cdn.mburger.cloud/347639/multi-countries-new-screen-dashboard.mp4?data=eyJtZWRpYV9pZCI6MzQ3NjM5LCJieXRlcyI6MTI2MTQ0LCJwcm9qZWN0X2lkIjoyNzg3LCJoYXNfaW1naXgiOjB9>" %}

Below, you can see the in-app view that users see upon the first opening of your app:

{% embed url="<https://cdn.mburger.cloud/347596/Multi-country-video-NEW.mp4?data=eyJtZWRpYV9pZCI6MzQ3NTk2LCJieXRlcyI6MTA0MTI1MiwicHJvamVjdF9pZCI6Mjc4NywiaGFzX2ltZ2l4IjowfQ%3D%3D>" fullWidth="false" %}

## Supported Languages

English, Spanish, German, French, Hungarian, Italian, Polish, and Portuguese

## Supported Currencies

GBP,GHS,EUR,CZK,CNY,CHF,CAD,AUD,BRL,JPY,KRW,TRY,MXN,NGN,NOK,NZD,PLN,RUB,TWD,USD,ZAR,AED,AFN,ALL,AMD,ANG,ARS,AWG,AZN,BAM,BBD,BDT,BGN,BIF,BND,BOB,BSD,BWP,BZD,CDF,CLP,COP,CRC,CVE,DJF DKK,DOP,DZD,EGP,ETB, FJD,FKP, GMD, GNF; GTQ GYD, HKD, HNL,HRK, HUF, IDR, ILS, ISK, JMD, KES, KGS, KHR, KMF, KYD, KZT, LAK, LBP, MAD, MDL,MKD,MMK,MNT,MOP,MUR,MVR MWK, MYR, NIO, NPR,PEN,PGK, PHP,PKR,PYG,QAR,RON,RSD,RWF,SAR,SBD, SEK,SGD,SHP,SLL,STD,THB,TJS,TOP,TTD,TZS,UAH,UGX,UYU,UZS,VND, WST,XAF,XCD,XOF,XPF,YER


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-en.shoppy.is/shoppy-dashboard/settings/app-settings/markets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
