# Initial Setup

Send a request to <mark style="color:blue;">gw\.netnut.net:5959</mark> using a random static residential IP address. Use your proxy user credentials to replace USERNAME and PASSWORD and enter the relevant site URL.

cURL example:

<mark style="color:blue;">`curl`</mark>`-x  USERNAME-stc-any:PASSWORD@gw.netnut.net:5959 “example.site.com”`

&#x20;

You can specify which country IP to use by adding the two-letter country code to your username string. For example, a request that goes through a proxy in the Netherlands would add nl, as in the example below:

<mark style="color:blue;">`curl`</mark>`-x  USERNAME-stc-nl:PASSWORD@gw.netnut.net:5959 “example.site.com”`

&#x20;

See the list of country codes [here.](https://countrycode.org/)  Please note that for the United Kingdom, NetNut uses the code UK, not GB.

You can target the city and state level with your request. For example, adding nl\_amsterdam to the username string specifies the request go through a proxy from Amsterdam in the Netherlands:

<mark style="color:blue;">`curl`</mark>`-x  USERNAME-stc_sc-nl_amsterdam:PASSWORD@gw.netnut.net:5959 “example.site.com”`

You can also specify a US state/city configuration.

Learn more about proxy targeting options at the city/state level [here](https://portal.netnut.io/states-and-cities). &#x20;

See our [Integration Guides](https://netnut.io/integrations/) to learn about third-party setup and configuration. NetNut supports third-party tools such as: MultiLogin, Web Scraper, Jarvee, Puppeteer, and more.

Log in to the dashboard for additional functions such as tracking usage statistics and sub-user information.&#x20;

Please contact your personal account manager or our support team with any questions at <support@netnut.io>.


---

# 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://help.netnut.io/netnut-documentation/netnut-proxies/static-residential-proxies/initial-setup.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.
