# Regions

Limy runs AI search queries from multiple geographic regions to capture location-specific results. Use the `countries` filter parameter to narrow analytics to specific regions.

## Supported Regions

Filter by ISO 3166-1 alpha-2 country codes using the `countries` parameter.

Common regions:

| Code | Country        |
| ---- | -------------- |
| `US` | United States  |
| `GB` | United Kingdom |
| `DE` | Germany        |
| `FR` | France         |
| `CA` | Canada         |
| `AU` | Australia      |
| `IL` | Israel         |
| `IN` | India          |
| `JP` | Japan          |
| `BR` | Brazil         |

The full list of available regions depends on your account configuration. Use the [Filters endpoint](/reference/filters.md) to see which regions are configured for your account.

## Usage

```
# Single region
?countries=US

# Multiple regions
?countries=US&countries=DE&countries=GB
```

## Notes

* Regions affect where AI search queries are executed, which can influence which brands and products appear in results
* Not all prompts are executed in all regions — your account settings determine the active regions
* Region availability varies by plan tier


---

# 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://api-reference.limy.ai/reference/regions.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.
