> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/equipme/offer-management/multi-currency-offers.md).

# Multi-Currency Offers

Not every customer is billed in Euro. If you work with customers in the US, the UK or Southeast Asia, you can create offers in the currency those customers actually pay in.

## Set the currency when you create the offer

The currency is part of the pricing model. You select it while setting up a new offer, and it applies to both the one-time and the monthly charges.

Euro is the default. Currencies are shown throughout the platform, either as a symbol or as the standard ISO code, so it always stays clear which currency a price refers to.

<figure><img src="/files/xcVqiFPF4tGwq3ZqGAS5" alt="" width="563"><figcaption><p>Currency selection in the pricing model of an offer.</p></figcaption></figure>

## The currency is locked once the offer is saved

{% hint style="warning" %}
After you save an offer, its currency can no longer be changed.
{% endhint %}

If an offer needs a different currency later, duplicate it and select the new currency during creation. The original offer stays untouched, so you can keep both variants side by side.

## One customer, one currency

Each customer works in a single assigned currency. Mixed currencies across the services of one customer are not supported.

That restriction is deliberate. It keeps reporting readable and invoicing consistent, because every amount belonging to that customer refers to the same currency.

Across your customer base the picture is different. You can manage as many currencies as you need — one customer in Euro, the next in US Dollar, the next in Pound Sterling. The limit applies within a customer, not across your portfolio.

## Compare offers by currency

In the Service Portfolio you can filter and group offers by currency. This helps once you maintain the same service for several markets: you can see all offers of one currency together, or check which offers exist for a currency at all.

## Decide the currency early

Because the currency is fixed per offer and a customer only works in one currency, it pays to settle this when you set the customer up. Changing course later means duplicating the affected offers instead of editing them.


---

# 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://hub.equipme.io/equipme/offer-management/multi-currency-offers.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.
