# Country

This option allows to limit the search to one country, multiple countries or Worldwide. If set a country it will only search through addresses within that specific country and will not show results outside the selected country/countries.

A list of countries including an option 'Worldwide' is provided to users on settings page. A condition runs depending on selection. The Worldwide option passes '**WW**' which runs it without the componentRestrictions. Choosing a country passes the **ISO 3166-1 Alpha-2 code** and limits the search to that country.

'**WW**' is not a country at this stage, if it is allocated to any country then string can be passed.

![](/files/-MPwgUiNU_OjoqvTruxe)

## Related

* [How to limit search to one country?](/kb/how-to-limit-search-to-one-country.md)


---

# 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://saa.khadim.nz/doc/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.
