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

# 默认定位

此定向包括国家选择/排除和 ASN 排除。&#x20;

{% hint style="info" %}
默认定向已包含在基础代理价格中，不会另外收费。
{% endhint %}

<figure><img src="/files/298492b57b7eea6570505f47a648899583d33587" alt=""><figcaption></figcaption></figure>

如果您通过仪表板设置参数，请点击 **`Save Configuration`** 按钮。若不点击此按钮，所选参数将不会应用。

如果您想在代码中手动设置参数，需要在用户名后使用特殊参数：

* `__cr` — 用于 **选择应发送请求的国家。** 从中发送请求的国家。
* `__noasn` — 用于 **排除特定的 ASN** .

**例如：**

如果您想选择 **Germany** 作为国家，您的代码如下所示：

```bash
curl -x "http://login__cr.de:password@gw.dataimpulse.com:823" https://api.ipify.org/
```


---

# 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/mo-ren-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.
