# Currency Format

Controls how prices are displayed across your store.

## How to access

**Theme settings → Currency format**

## Settings

### Show currency code

When enabled, the currency code (for example `USD`) appears next to each price. When disabled, only the currency symbol is shown.

{% hint style="info" %}
This setting is especially useful for stores using Shopify Markets where shoppers can switch currencies. The code makes it explicit which currency a price is in.
{% endhint %}


---

# 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://docs.webexp.dev/drift/drift-pro/theme-settings/currency-format.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.
