# IP Değiştir

`mobile-change` ile Mobil proxynizin çıkış ip adresini değiştirebilirsiniz.&#x20;

IP adresi değiştirmenin herhangi bir limiti yoktur fakat yeni ip adresi gelmeden tekrar değişim isteği atılamamaktadır. `"new_ip: "192.168.1.1"` response kodunu aldığınızda tekrar ip değiştirme isteği gönderebilirsiniz.&#x20;

{% code title="GET" overflow="wrap" %}

```
https://my.proxynet.io/api/mobile-change?proxy_id=[YOUR_PROXY_ID]&key=[YOUR_API_KEY]
```

{% endcode %}

<table><thead><tr><th>Parametre</th><th>Açıklama</th><th data-hidden></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td>YOUR_API_KEY</td><td>API Keyiniz</td><td></td><td></td><td></td></tr><tr><td>PROXY-ID</td><td>Proxy ID'niz</td><td></td><td></td><td></td></tr></tbody></table>

**Örnek Response**

```
{
    "status": true,
    "new_ip": "192.182.1.1"
}
```


---

# 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.proxynet.io/proxy/mobil-proxy/price-3.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.
