# 地区

ISP 地理定位与网关产品不同：国家（在部分市场可选城市）**在下单时确定**。清单中每个 IP 在其生命周期内地理固定。

## 覆盖

| 层级          | 国家                                  | 城市可选 |
| ----------- | ----------------------------------- | ---- |
| T1（深池、支持城市） | US、GB、DE、FR、JP、KR、BR、CA、AU、IN、NL、SG | 是    |
| T2（仅国家）     | 另外 30+ 国家                           | 否    |

实时覆盖与各城市可用库存在下单页可见，API 返回同样数据：

```bash
curl -H "Authorization: Bearer API_KEY" \
     https://api.helodata.com/v1/isp/inventory
```

返回每国可用数量、月价、可选城市。

## 下单时选什么

下单时需要选定：

1. **国家** — 必填
2. **城市** — 可选，仅 T1 国家
3. **数量** — 单笔最少 5、最多 5,000

混合批次（如 50 个美国 + 50 个德国）需分两单。每个批次独立跟踪自己的国家。

## 一旦交付，IP 的地理固定

IP 在释放前保持同一国家、城市、ASN、运营商。元数据可在控制台和 CSV/JSON 下载中查看：

```json
{
  "ip": "198.51.100.42",
  "country": "US",
  "city": "New York",
  "asn": 7922,
  "carrier": "Comcast"
}
```

若后续需要其他城市，请重新下单。**没有「更改地理」操作**。

## 下单时城市回退

下单时所选城市超额，控制台提供两种选项：

* **等待** — 订单排队直至库存释放（通常 <24h）
* **替换** — 自动选择最近、有库存的城市

替换会在订单邮件与控制台中标记，便于审计。

## 下单时指定 ASN（仅 T1）

T1 国家中可在下单时进一步指定 ASN——Comcast 还是 Charter、Deutsche Telekom 还是 Vodafone 等。定价按 ASN 变化：高级运营商溢价约 20%。

```bash
curl -H "Authorization: Bearer API_KEY" \
     "https://api.helodata.com/v1/isp/inventory?country=us&asn=7922"
```

各国可用 ASN 由 inventory 接口返回。

## 子网

helodata 默认不会给同一客户的同一批次分配同一 `/24` 子网中超过 4 个 IP，以降低目标站点的关联识别概率。如需特定连续子网（如测试 CDN 边缘行为），联系 <support@helodata.com>——年度合约下可预留 `/29` 段。


---

# 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://docs.helodata.com/helodata-zh/chan-pin/overview-2/locations.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.
