> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/help-center/troubleshooting.md).

# Troubleshooting

- [Response codes for Proxies](https://developers.oxylabs.io/help-center/troubleshooting/response-codes-for-proxies.md): Find proxy status codes to verify request or troubleshoot errors.
- [Response codes for Web Scraper API](https://developers.oxylabs.io/help-center/troubleshooting/response-codes-for-web-scraper-api.md): Find Web Scraper API status codes to verify request or troubleshoot errors.
- [How do I use a cURL command?](https://developers.oxylabs.io/help-center/troubleshooting/how-do-i-use-a-curl-command.md): Learn how to use cURL commands with Residential, Mobile, Datacenter, and ISP Proxies, as well as Web Unblocker and Web Scraper API.
- [I can’t access my account](https://developers.oxylabs.io/help-center/troubleshooting/i-cant-access-my-account.md): Find the steps to take if you are unable to log in to your account.
- [Where can I find my scraping job ID?](https://developers.oxylabs.io/help-center/troubleshooting/where-can-i-find-my-scraping-job-id.md): Learn where to find the job ID for your scraping requests.
- [Does Web Unblocker have JavaScript rendering?](https://developers.oxylabs.io/help-center/troubleshooting/does-web-unblocker-have-javascript-rendering.md): Learn how to enable server-side JavaScript rendering in Web Unblocker.
- [From what targets can I get parsed data?](https://developers.oxylabs.io/help-center/troubleshooting/from-what-targets-can-i-get-parsed-data.md): Find the list of targets that support automatic data parsing and learn how to extract parsed data with Custom Parser or OxyCopilot.
- [What targets can I scrape with a Web Scraper API?](https://developers.oxylabs.io/help-center/troubleshooting/what-targets-can-i-scrape-with-a-web-scraper-api.md): Learn about supported scraping targets and learn how to test them using the Web Scraper API Playground.
- [How to use the Endpoint Generator](https://developers.oxylabs.io/help-center/troubleshooting/how-to-use-the-endpoint-generator.md): Learn how to use the Endpoint Generator to create request endpoints for Residential and Mobile Proxies.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/help-center/troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
