# How to target specific countries/regions?

1. In the endpoint generator, select the country/region list and select the country/region you want to specify in the list.

{% hint style="info" %}
[**Click here**](broken://pages/KR3EVpTm4XLwbQWVv7DS) to learn more about endpoint generator usage tutorials
{% endhint %}

2. You can also specify to use an IP from a certain country by adding the `country` parameter and the country code after the parameter.

Example: Use a random IP from the United States to perform a query for `ipinfo.thordata.com`

```sh
curl -x kbfvdcxo.pr.acenlabs.com:9999 -U "td-customer-USERNAME-country-US:PASSWORD" ipinfo.thordata.com
```

{% hint style="info" %}
[**Click here**](/doc/proxies/residential-proxies/location-settings.md) to learn more about geolocation tutorials
{% endhint %}


---

# 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://doc.thordata.com/doc/faq/product-problem/how-to-target-specific-countries-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.
