# Countries and time zones

We have built saaster in such a way that you can choose whether you want to provide your customers with the country choice or not. If you want to offer your software worldwide, the customer only chooses the time zone in which he is located. Saaster then takes the date and time from the time zone.

However, if you want to offer your software only in your own country or in a few countries, you can import the desired countries into the system and add the required data. If you choose a country-based software, the following settings are taken from the country:

* Time zone
* Language
* Currency

For the global solution, the language and locale are fetched from the browser, the time zone is fetched from the customers entry during registration and the currency is fetched from the basic settings. However, the customer can change the currency at any time.


---

# 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.saaster.io/fundementals/countries-and-time-zones.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.
