> 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/ding-wei.md).

# 定位

我们为 DataImpulse 的代理网络提供两种定位选项：

1. [**默认定位**: ](/dataimpulse-documentation-zh-cn/dai-li/ding-wei/mo-ren-ding-wei.md)\
   这包括国家选择/排除和 ASN 排除。这些选项已包含在基础代理价格中，不另行收费。
2. [**目标过滤器**: ](/dataimpulse-documentation-zh-cn/dai-li/ding-wei/mu-biao-guolqi.md)\
   此高级定位选项包括按州、城市、邮政编码和 ASN 选择。\
   通过这些过滤器路由的流量按标准费率的两倍计费。

{% hint style="info" %}
通过目标过滤器（州、城市、邮政编码和 ASN）路由的流量按标准费率的两倍计费。
{% endhint %}

<table data-column-title-hidden data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>默认定位</strong></td><td>国家（选择/排除）</td><td>排除 ASN</td></tr><tr><td><strong>目标过滤器</strong></td><td>州<br>城市<br>邮编<br>ASN</td><td></td></tr></tbody></table>

如果当前没有可用于特定城市/州/邮编/ASN 的 IP，您将收到一个 `400 NO_RAY` 响应代码。在这种情况下请尝试其他城市/州/邮编/ASN。


---

# 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://docs.dataimpulse.com/dataimpulse-documentation-zh-cn/dai-li/ding-wei.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.
