# Advanced API Features

The full power of the BrowserAPI stands in its ability to allow users to customise each request. From simply [rendering JavaScript files](https://docs.webscrapingapi.com/browser-api/advanced-api-features/rendering-javascript) on targeted websites, to creating [sessions](https://docs.webscrapingapi.com/browser-api/advanced-api-features/sessions), or even [parsing the HTML file in a JSON format](https://docs.webscrapingapi.com/browser-api/advanced-api-features/json-dom-response), almost everything is possible by adding the respective parameters to your request.

This section documents the more advanced API features, offering you an overview of each parameter and also implementation examples in the most used programming languages. After reading through our full documentation, you should be able to spin a web scraping project in little to no time.&#x20;


---

# 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/webscrapingapi/advanced-api-features.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.
