> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/concept-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/concept-documentation/basic-configuration/currency.md).

# Currency

To add a country/region and currency, follow the payment settings link to the **Payments area** of your store’s admin page. Refer to[ Payments.](https://help.shopify.com/en/manual/payments)

## How to edit currency formatting?

You can change the way that currencies are shown on your store to make it easier for your customers to read the amounts.

There are a few steps to edit your currency formatting:

1. From your Shopify admin, click **Settings**, then click **Store details**.
2. Scroll down to the **Store currency** sections, click **Change formatting**.
3. In each of the fields, replace **`{{amount}}`** with the currency format that you want to use from the [options table](https://help.shopify.com/en/manual/payments/currency-formatting#currency-formatting-options) and click **Save.**


---

# 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://halosoft.gitbook.io/concept-documentation/basic-configuration/currency.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.
