# Advanced Proxy Requests

Here is a list of all the available features and the corresponding headers:

<table><thead><tr><th width="210.66666666666666">Parameter</th><th width="354">Description</th><th align="center">More</th></tr></thead><tbody><tr><td>X-WSA-Session-ID</td><td>Add a session ID to reuse the same proxy (IP Address) for multiple requests. The value of the ID can be any integer.</td><td align="center"><a href="advanced-proxy-requests/sessions">learn</a></td></tr><tr><td>X-WSA-Geo-Location</td><td>Use an IP address from a specific country. You can find the supported geo-location values here.</td><td align="center"><a href="advanced-proxy-requests/geolocation">learn</a></td></tr><tr><td>Custom Headers</td><td>You can add your own headers, such as Accept, User-Agent or any other. Just prefix them with “WSA-”.</td><td align="center"><a href="advanced-proxy-requests/custom-headers">learn</a></td></tr><tr><td>Custom Cookies</td><td>You can add cookies through headers. Ex: the "WSA-Cookie: SID=abcd“ header will add the “SID=abcd” cookie to your request.</td><td align="center"><a href="advanced-proxy-requests/custom-cookies">learn</a></td></tr><tr><td>X-WSA-Render</td><td>You can set "X-WSA-Render: screenshot" to request a screenshot of the page.</td><td align="center"><a href="advanced-proxy-requests/screenshots">learn</a></td></tr></tbody></table>


---

# 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.webscrapingapi.com/webstealthproxy/advanced-proxy-requests.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.
