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

# Introduction

> Integration guides for Python, Node.js, Go, anti-detect browsers (Dolphin Anty, AdsPower, GoLogin), and proxy managers.

## Integrate Catproxy in Minutes

Welcome to the integration hub! Our goal is to make connecting to the catproxy.io network as seamless and fast as possible, no matter what tool you use.

Our proxies are designed to be compatible with any application that supports standard **HTTP/S** or **SOCKS5** protocols. Whether you're building a custom scraper, managing profiles in an anti-detect browser, or just need to route your traffic, we've got you covered.

### Find Your Tool

This section provides step-by-step, copy-paste ready guides for the most popular tools in the data collection ecosystem. Choose your category to get started:

<CardGroup>
  <Card title="Scraping Frameworks" icon="code" href="/integrations/frameworks/python-requests">
    Get code examples for integrating with popular libraries and frameworks like Python Requests, Scrapy, Puppeteer, and Playwright.
  </Card>

  <Card title="Anti-Detect Browsers" icon="user-secret" href="/integrations/antidetect/multilogin">
    Find step-by-step visual guides on how to configure our proxies in browsers like AdsPower, Dolphin Anty, and Multilogin.
  </Card>

  <Card title="Proxy Managers & Tools" icon="toolbox" href="/integrations/tools/foxyproxy">
    Learn how to set up our proxies in system-level tools like FoxyProxy, SwitchyOmega, and Proxifier for easy browser or application-wide routing.
  </Card>
</CardGroup>

***

### The Core Principle: `username:password@host:port`

No matter which tool you use, the integration always comes down to providing these four pieces of information, which you can find in your proxy's settings:

1. **Host:** `proxy.catproxy.net`
2. **Port:** `5555`
3. **Username:** (Your proxy's username, e.g., `cat-customer-...`)
4. **Password:** (Your proxy's password)

<Info>
  **Don't forget the power of parameters!** You can add geo-targeting and session control parameters directly to your `username` to change the proxy's behavior on the fly. Learn more in the **[Configuration Guide](/proxy-products/configuration/authentication)**.
</Info>

```bash cURL (Example) theme={null}
curl --proxy PROXY_USERNAME:PROXY_PASSWORD@proxy.catproxy.net:5555 "https://ipinfo.io/country"
```
