# Features that can assist with web scraping tasks

Yes, we have an AI-powered assistant, [OxyCopilot](https://oxylabs.io/products/scraper-api/ai-web-scraper-copilot), accessible via Web Scraper API Playground. Simply provide target URLs and write your needs in plain English, and you'll get a generated web scraping code you can use to gather required public information. You can [register via our dashboard](https://dashboard.oxylabs.io/?route=/api-playground) and test our newest feature yourself.

You can simplify your web scraping efforts even further with [OxyCopilot prompts and code samples library](https://oxylabs.io/resources/prompts-code-samples). It contains step-by-step guides on generating scraping and parsing requests for different targets as well as parsed data examples after using our pre-made prompts.

For more information, you can check out a video on how to use OxyCopilot:

{% embed url="<https://www.youtube.com/embed/9JoF8_5r5HY?rel=0>" %}

Additionally, users can take advantage of the Browser instructions feature available in the Playground. In just a few simple steps, they can define and use browser instructions without a need for manual coding.

This helps to save time on setting up browser instructions, automate interactions on JavaScript-heavy websites, improve workflow efficiency, and reduce human error by generating structured, validated JSON automatically.

***

<a href="https://dashboard.oxylabs.io/en/" class="button primary">Head back to the dashboard</a>


---

# 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/help-center/products-and-features/features-that-can-assist-with-web-scraping-tasks.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.
