> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/quick-start/readme/3.-define-store-currencies.md).

# 3. Define Store Currencies

In addition to language settings, it is essential to configure the **currencies** your project will support. By default, the system is configured to use the Turkish Lira (`try`). If you wish to use a different currency, follow the steps below to ensure proper setup.

{% stepper %}
{% step %}

### Define Supported Currencies \[`AVAILABLE_CURRENCIES`]

To use a currency other than the default, it must first be added to the system via the `AVAILABLE_CURRENCIES` dynamic setting.

* Navigate to **Omnitron > Sales Channels > Sales Channel Settings > Dynamic Settings**.
* Locate the `AVAILABLE_CURRENCIES` setting.
* Click on the **+ Add Field** button.
* From the dropdown menu, select the currency (e.g., `usd`, `eur`, etc.) you want to enable.
* Click **Save** to apply the change.

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

⚠️ If a currency is not defined in `AVAILABLE_CURRENCIES`, attempting to use it in the next step as the default currency will result in an error.
{% endstep %}

{% step %}

### Set the Default Currency \[`DEFAULT_CURRENCY`]

After defining the available currencies, you must designate one of them as the default currency.

* In the same location (**Omnitron > Sales Channels > Sales Channel Settings > Dynamic Settings**), locate the `DEFAULT_CURRENCY` setting.
* In the **Value** field, enter the code of the currency you previously added via `AVAILABLE_CURRENCIES`.
* Click **Save**.

<figure><img src="/files/c8mMS8j6Wk6JnrG3uqTn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Supported Currency Codes

The system currently supports the following currency codes:

```
try ➡ Turkish Lira 🇹🇷
eur ➡ Euro 🏦
usd ➡ US Dollar 🇺🇸
egp ➡ Egyptian Pound 🇪🇬
gbp ➡ British Pound 🇬🇧
mad ➡ Moroccan Dirham 🇲🇦
pln ➡ Polish Zloty 🇵🇱
sar ➡ Saudi Riyal 🇸🇦
ron ➡ Romanian Leu 🇷🇴
uah ➡ Ukrainian Hryvnia 🇺🇦
czk ➡ Czech Koruna 🇨🇿
huf ➡ Hungarian Forint 🇭🇺
rub ➡ Russian Ruble 🇷🇺
bgn ➡ Bulgarian Lev 🇧🇬
iqd ➡ Iraqi Dinar 🇮🇶
kwd ➡ Kuwaiti Dinar 🇰🇼
bhd ➡ Bahraini Dinar 🇧🇭
omr ➡ Omani Rial 🇴🇲
qar ➡ Qatari Rial 🇶🇦
aed ➡ UAE Dirham 🇦🇪
ngn ➡ Nigerian Naira 🇳🇬
inr ➡ Indian Rupee 🇮🇳
lei ➡ Romanian Leu 🇷🇴
kzt ➡ Kazakhstani Tenge 🇰🇿
jod ➡ Jordanian Dinar 🇯🇴
rsd ➡ Serbian Dinar 🇷🇸
```

{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://docs.akinon.com/quick-start/readme/3.-define-store-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.
