> ## Documentation Index
> Fetch the complete documentation index at: https://www.illusory.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Change IP by Link

> Illusory proxy controls and actions.

You can easily change your proxy's IP by visiting a unique page (a `GET` request), specifically designed to send a proxy IP change command from the browser or automation.

<Warning>
  This endpoint is intended for use with `Limited` API keys and is less secure than the `POST` method, as the API key is exposed in the URL. For a more secure method, follow the instructions here: [Change IP API](/api-reference/proxies/proxy-change-ip), [Change IP Dashboard](/proxy-actions/change-ip/change-ip-link).
</Warning>

### Retrieve the Change IP Link

Watch the visual guide below. For fullscreen [click here](https://app.arcade.software/share/8hIzlf77C9QGvR4dxlVQ).

<div
  style={{
position: 'relative',
paddingBottom: 'calc(66% + 41px)',
height: '0'
}}
>
  <iframe
    src="https://demo.arcade.software/8hIzlf77C9QGvR4dxlVQ?embed"
    title="Change Proxy IP"
    frameborder="0"
    loading="lazy"
    allowfullscreen
    webkitallowfullscreen
    mozallowfullscreen
    style={{
background: '#060714',
width: '100%',
height: '100%',
position: 'absolute',
top: '0',
left: '0',
colorScheme: 'none'
}}
  />
</div>
