# Geolocation

## Overview

When detecting the shopper's country through geolocation, 2Checkout sets the country's currency as the billing currency. Refer to the table below to see the display currency and billing currency values when your payment methods do not support the country's currency.

| Geolocation | Payment method supports country currency                                          | Payment method does not support country currency                                                 |
| ----------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| Enabled     | <p>Display currency = country currency<br>Billing currency = country currency</p> | <p>Display currency = country currency<br>Billing currency = default payment method currency</p> |


---

# 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.2checkout.com/payment-link/checkout-links-and-options/geolocation.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.
