> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/cn/proxies/isp-proxies/location-settings.md).

# 位置与 ISP 信息

使用 RIPEstat 验证你的 ISP 代理位置、ISP 提供商和 ASN，以实时数据替代过时数据库。

我们使用 [MaxMind GeoIP2](https://www.maxmind.com/en/geoip2-databases) 数据库来确定 IP 的位置。

要访问具有特定位置的 IP，无需提供任何额外参数。只需向与所需位置分配的 IP 关联的端口发送请求。

### ISP 提供商和 ASN 检查

我们理解您可能需要验证 ISP IP 的网络提供商。有些数据库可能会显示 ISP 提供商或 ASN 的不准确数据，因为它们通常显示的是原始 IP 地址所有者，而不是该 IP 当前通告所在的网络。为确保您获得最准确的实时数据，我们建议在 [RIPEstat](https://stat.ripe.net/) 数据库中检查 ISP 提供商和 ASN 数据。它反映了该 IP 当前的互联网通告状态。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/products/cn/proxies/isp-proxies/location-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
