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

# How do I implement geotargeting?

Two syntax options are available:

1. Dash Syntax:

```bash theme={null}
curl -x https://network.joinmassive.com:65535 \
-U '{USERNAME}-country-US-subdivision-CA:{PASSWORD}' \
https://cloudflare.com/cdn-cgi/trace
```

2. Query String Syntax:

```bash theme={null}
curl -x https://network.joinmassive.com:65535 \
-U '{USERNAME}?country=US&subdivision=CA:{PASSWORD}' \
https://cloudflare.com/cdn-cgi/trace
```

Learn more at [Geotargeting documentation](https://docs.joinmassive.com/residential/geotargeting)
