> For the complete documentation index, see [llms.txt](https://docs.dataimpulse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataimpulse.com/dataimpulse-documentation-zh-cn/dai-li/can-shu/asn.md).

# ASN

\
我们的代理支持按 ASN 编号定位，这意味着您可以选择来自特定运营商的代理。您需要在请求中输入所需的 `asn` 参数，并与 `cr` 国家代码参数结合使用。

下面是针对 Play 的示例，其在波兰的 ASN 编号为 39603：

`cr.pl;asn.39603`

```
curl -x "http://login__cr.pl;asn.39603:password@gw.dataimpulse.com:823" https://api.ipify.org/
```

{% hint style="info" %}
重要的是要注意，选择国家是指定城市、州、邮编和 ASN 定位的强制要求。
{% endhint %}


---

# 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:

```
GET https://docs.dataimpulse.com/dataimpulse-documentation-zh-cn/dai-li/can-shu/asn.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.
