# Pricing

<figure><img src="/files/65zyuFNlwaWffSXaI799" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Subscription charges follow **your store’s billing currency in Shopify**: if your Shopify billing currency is EUR or GBP, we’ll charge you in that same currency. Otherwise, all plans are billed in USD.

For example:

* If your store is billed in **EUR**, the Advanced plan is **29€/mo** instead of $29.
* If your store is billed in **GBP**, the Advanced plan is **£29/mo** instead of $29.
* For all other billing currencies (e.g. MXN, CHF), charges remain in **USD**.
  {% endhint %}

## How do we count total redirects?

We only count a redirect when a visitor lands in the wrong shopping experience and then moves to the correct one.

### Example

Imagine your main store experience is the United States (`www.mystore.com`) with USD and English, and you also have a Spain experience (`www.mystore.com/es-es`) with EUR and Spanish.

<table data-full-width="false"><thead><tr><th width="315.6015625">Scenario</th><th width="173.2578125" align="center">Counts as redirect?</th><th>Why</th></tr></thead><tbody><tr><td>A US visitor lands directly on <code>www.mystore.com</code></td><td align="center">No</td><td>They already land in the correct experience.</td></tr><tr><td>A Spain visitor lands on <code>www.mystore.com</code> and accepts Orbe's recommendation</td><td align="center">Yes</td><td>Orbe moves the visitor to the correct country and language experience.</td></tr><tr><td>On a later visit, that same Spain visitor lands on the wrong experience and Orbe redirects automatically</td><td align="center">Yes</td><td>Orbe applies saved preferences and sends the visitor back to the correct experience.</td></tr><tr><td>On a later visit, that same Spain visitor lands directly on <code>www.mystore.com/es-es</code></td><td align="center">No</td><td>No redirect is needed because they already land in the correct experience.</td></tr><tr><td>A visitor changes country or language from an Orbe selector and moves to another experience</td><td align="center">Yes</td><td>The visitor is moved to a different market experience.</td></tr></tbody></table>

{% hint style="info" %}
The Free Plan includes up to 300 total redirects. Paid plans include unlimited redirects.
{% endhint %}

For a full analytics view of redirect metrics, see [Metrics](/general/metrics.md).

## Do you offer a free trial?

You can use our geolocation service for free, up to 300 total redirects. If you'd like more time to evaluate our service before making a decision, we offer free trials:

* For Monthly plans, you'll enjoy a **7-day free trial**. If you decide to cancel your plan within these seven days, you won't incur any charges.
* We provide a **15-day free trial** with yearly plans. If you choose to cancel your plan during the first 15 days, no charges will be applied.


---

# 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://help.orbe.app/before-starting/pricing.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.
