# Supported browsers

Currently, BetterBugs is compatible with all Chromium-based browsers, including:

* Google Chrome (version 109 and later)
* Microsoft Edge
* Opera&#x20;
* Brave
* Arc&#x20;

You can use BetterBugs while you are:

* Logged in a browser
* In Incognito mode

To enable BetterBugs for Incognito, follow the steps mentioned [here](/product-features/incognito-mode.md). Our team is working on making BetterBugs compatible with other popular browsers.

### Download BetterBugs

You can get the BetterBugs extension for all Chromium browsers from the official Chrome Web Store. Download BetterBugs by visiting the link [here](https://chromewebstore.google.com/detail/betterbugs-a-fresh-approa/mdljmlgokccncglfobogbfjgcijldnaj).

### Logs and Feature Support

| Browser        | Console Logs | Network Requests | Web Sockets |
| -------------- | ------------ | ---------------- | ----------- |
| Google Chrome  | ✔️           | ✔️               | ✔️          |
| Microsoft Edge | ✔️           | ✔️               | ✔️          |
| Opera          | ✔️           | ✔️               | ✔️          |
| Brave          | ✔️           | ✔️               | ❌           |
| Arc            | ✔️           | ✔️               | ✔️          |


---

# 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.betterbugs.io/product-features/supported-browsers.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.
