# Default Country

The default country is the entry point of the flow, as it loads the offer catalog based on this attribute. It's also a mandatory attribute to successfully create an order as a country is required to assign tax and billing status. Currently, the default country is fetched from the customer record in Limio, and this is set to the last used purchase country for an order.

<figure><img src="/files/SbmRrGjBbTxtYzDJLCNN" alt=""><figcaption></figcaption></figure>

In the flow, this action is performed by the apex class GetPurchaseCountry, that then passes the retrieved value to the offers screen.

<figure><img src="/files/eQ145nhh8CGM612jnap5" alt=""><figcaption></figcaption></figure>

The value being passed here could be replaced with any other value, omitting this step, in favour of a more appropriate value to use.

For example, instead of fetching the value from limio, the country value could be retrieved from a more pertinent attribute either on the case record itself or the related contact/account records.

Important: for the formatting of this value, use the 2 characters country iso code, e.g. GB for United Kingdom; do not pass the entire name of the country as it won't be understood by the offers screen.


---

# 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.limio.com/integrations/using-limio-for-salesforce/acquisition-flow/default-country.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.
