# Features

- [Browser Sessions](https://dev-docs.tasknet.co/features/browser-sessions.md): You can start browser session on-demand
- [Automation Script Support](https://dev-docs.tasknet.co/features/browser-sessions/automation-script-support.md)
- [Automation with API](https://dev-docs.tasknet.co/features/browser-sessions/automation-with-api.md)
- [Real-Time View](https://dev-docs.tasknet.co/features/browser-sessions/real-time-view.md): Monitor browser activity in real time
- [File Downloads, and Uploads](https://dev-docs.tasknet.co/features/browser-sessions/file-downloads-and-uploads.md): handle files on your browser session
- [User Fingerprints](https://dev-docs.tasknet.co/features/user-fingerprints.md): You can customize browser fingerprints to make each session unique by adjusting the configuration of the fingerprint
- [Proxy](https://dev-docs.tasknet.co/features/user-fingerprints/proxy.md): obscure the browser from detection
- [Chrome Extensions](https://dev-docs.tasknet.co/features/user-fingerprints/chrome-extensions.md): Use your desired chrome extensions


---

# 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://dev-docs.tasknet.co/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.
