> 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/motors-car-dealer-classifieds-and-listing/search-filter/search-results-page/currency.md).

# Currency

The **Currency** tab allows you to define and configure how prices are displayed for listings on your website. You can set the default currency, customize symbols and formatting, and enable multiple currencies for international users.:

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

Here are the available settings:

* **Currency Name** - specify the name of the currency used in the listings, such as USD, EUR, etc.
* **Currency Symbol** - Enter the symbol representing the currency, such as $ for USD or € for Euro.
* **Currency Position** - Choose the placement of the currency symbol relative to the number.
* **Thousands Separator** - define the character used to separate thousands.
* **Multiple Currencies (pro feature)** - allows you to display prices in various currencies for users from different regions. You can add multiple currencies and set their conversion rates relative to the default currency.
  * **Currency Name -** enter the currency code for the additional currency (e.g., EUR for Euro).
  * **Currency Symbol -** add the symbol for the additional currency (e.g., € for Euro).
  * **Conversion Rate**: Set the conversion rate relative to the default currency. For example, if 1 USD = 1.12 EUR, you would set the conversion rate to **1.12**.

{% hint style="success" %}
You can add multiple currencies using the **Add Currency** button and remove any unnecessary ones by clicking **Delete**.
{% endhint %}


---

# 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/motors-car-dealer-classifieds-and-listing/search-filter/search-results-page/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.
