> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/masterstudy-lms/lms-settings/ecommerce/currency.md).

# Currency

The **Currency** tab allows you to set the default currency used for your platform. You are free to design any currency using the settings under this tab for your LMS Platform.

To acceess the tab, follow **WP Dashboard > MS LMS > Settings > eCommerce > Currency:**

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

* **Transaction currency** - choose the currency to sell courses. It will be applied to Stripe and PayPal [payment methods](/masterstudy-lms/lms-settings/ecommerce/payment-methods.md).
* **Currency symbol** - Specify the symbol for the currency used on the site. E.g., `$`, `€`, `£`.
* **Currency position** - Set the currency position against the price. Available options are **Left** and **Right**.
* **Thousands separator** - a symbol used to divide large numbers into groups of three digits, making them easier to read. For example, the number **one million** can be displayed as `1,000,000` or `1 000 000` depending on the chosen separator.
* **Decimal separator** - a symbol used to separate the whole number part from the fractional part in a decimal number. For example, the number **three and a half** can be written as `3.5` or `3,5`, depending on the chosen separator.
* **Number of fractional numbers allowed** - define how many digits can appear after the decimal separator in a price or value. For example, if set to 2, a price can be displayed as 19.99, while setting it to 0 would round it to 20.

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


---

# 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.stylemixthemes.com/masterstudy-lms/lms-settings/ecommerce/currency.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.
