> For the complete documentation index, see [llms.txt](https://doc.thordata.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/doc/zh-hk/chang-jian-wen-ti/chan-pin-wen-ti/wei-shen-mo-zai-zhi-wen-liu-lan-qi-zhong-shi-yong-wo-men-de-dai-li-wu-fa-da-dao-nin-de-li-xiang-shi/dai-li-sheng-xiao-dan-dai-li-de-gui-shu-di-jian-ce-jie-guo-shi-sui-ji-de.md).

# 代理生效，但代理的歸屬地檢測結果是隨機的

如果此問題發生在具有動態代理的場景中，可能是位置設定錯誤。 比如您在需要英國IP時忘記設定國家/地區，則輸出格式中的帳戶部分將不包含與國家/地區相關的資訊，囙此系統將默認為您隨機分配來自不同國家/地區的IP地址，這與您的初衷相反。

1.當你忘記選擇你想要的國家時

<figure><img src="/files/c3YIO9I72VkMSpepuEz1" alt=""><figcaption><p>當你忘記選擇你想要的來源時</p></figcaption></figure>

<figure><img src="/files/z8fIPHn65alskrHgVx6a" alt=""><figcaption><p>從不同國家獲得ip</p></figcaption></figure>

<figure><img src="/files/EPm0eBChx7EixRN9DR0A" alt=""><figcaption><p>單ip配寘與删除頁面</p></figcaption></figure>

2.當你選擇你想要的國家時

<figure><img src="/files/1z4BsYBh6eYg1c9zVnhc" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/I6j9G8kCh44jFfvVQltT" alt=""><figcaption><p>從同一個國家得到ips</p></figcaption></figure>

<figure><img src="/files/MmpSPVwz5orutPRM0zdU" alt=""><figcaption><p>單ip配寘與檢測頁面</p></figcaption></figure>


---

# 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://doc.thordata.com/doc/zh-hk/chang-jian-wen-ti/chan-pin-wen-ti/wei-shen-mo-zai-zhi-wen-liu-lan-qi-zhong-shi-yong-wo-men-de-dai-li-wu-fa-da-dao-nin-de-li-xiang-shi/dai-li-sheng-xiao-dan-dai-li-de-gui-shu-di-jian-ce-jie-guo-shi-sui-ji-de.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.
