# Get IP Address for Integrations

### Using Residential or Mobile Proxies

1. Open a terminal on your computer
2. Enter the command: `ping pr.oxylabs.io`
3. The system will provide you with the IP address to input into the third-party tool

{% hint style="info" %}
Dynamic IPs may change over time. If your connection fails, obtain a new IP using the same process. For more reliability, use tools that accept hostnames instead of IPs - they automatically connect to the optimal server.
{% endhint %}

### Using ISP, Datacenter, or Dedicated Datacenter Proxies

We offer pay-per-IP products that connect via hostname and port only. Direct IP connections are not supported. The IP addresses shown in your dashboard are for reference only. For best results, please use third-party tools that support hostname and port connections.

However, if your third party software requires a specific address, we recommend resolving this as follows:

1. Open terminal on your computer
2. Enter the command based on product you're using: \
   `ping isp.oxylabs.io` (for ISP)\
   `ping dc.oxylabs.io` (for Datacenter) \
   `ping ddc.oxylabs.io`(for Dedicated Datacenter)
3. The system will provide you with the IP address to input into the third-party tool
4. Additionally, add assigned port number to target specific IP from your proxy list

This workaround has limitations: service may become unavailable during maintenance and IPs may change without notice. If your proxies stop working, ping the hostname to get a new IP address or switch to a tool that supports hostnames.


---

# 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://developers.oxylabs.io/integrations/proxy-integrations/get-ip-address-for-integrations.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.
