> For the complete documentation index, see [llms.txt](https://help.netnut.io/netnut-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.netnut.io/netnut-documentation/netnut-documentation-chn/netnut-dai-li/jing-tai-zhu-zhai-dai-li/chu-shi-she-zhi.md).

# 初始设置

使用随机静态住宅 IP 地址向gw\.netnut.net:5959 发送请求。使用您的代理用户身份信息替换“用户名”和“密码”并输入相关站点 URL。&#x20;

curl示例： curl-x 用户名-stc-any:密码@gw\.netnut.net:5959 “example.site.com”

您可以通过将两个字母的国家/地区代码添加到上述字符串来指定要使用的国家/地区 IP。 例如，需要荷兰代理则添加 nl，如下例所示：

curl-x 用户名-stc-nl:密码@gw\.netnut.net:5959 “example.site.com”

点击查看国家[/地区代码列表](https://countrycode.org/)。请注意，对于英国，NetNut 使用代码 UK，而不是 GB。&#x20;

您可以为您的请求进行城市和州级别的定位。 例如，将 nl\_amsterdam 添加到用户字符串，将指定来自荷兰阿姆斯特丹的代理： curl-x 用户名-stc\_sc-nl\_amsterdam:密码@gw\.netnut.net:5959“example.site.com” 您还可以指定美国州/城市的配置。&#x20;

点击这里详细了解[城市/州](https://portal.netnut.io/states-and-cities)级别的代理定位选项。&#x20;

请参阅我们的[集成指南](https://netnut.cn/integrations/)页面，了解有关第三方设置和配置的信息。

NetNut 支持第三方工具，例如：MultiLogin、Web Scraper、Jarvee、Puppeteer 等。 登录仪表板以获取更多功能，例如跟踪使用情况统计信息和子用户信息。&#x20;

如有任何疑问，请联系您的个人客户经理或我们的支持团队：<support@netnut.io> 。


---

# 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://help.netnut.io/netnut-documentation/netnut-documentation-chn/netnut-dai-li/jing-tai-zhu-zhai-dai-li/chu-shi-she-zhi.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.
