# Incognito mode

You can take advantage of all the features of BetterBugs even while using Incognito mode in your browser.&#x20;

BetterBugs enables you to [capture screenshots](/product-features/screen-capturing.md), [record screens](/product-features/screen-recording.md), and use the [Rewind](/product-features/rewind.md) feature with all the details in private browsing mode, just like the general browsing mode.

Here's how to enable BetterBugs for Incognito mode in Chrome:

1. Go to `chrome://extensions` in your browser.
2. Click the "**Details**" button in the BetterBugs extension.
3. Search "**Allow in Incognito**" in the extension settings menu and enable it.


---

# 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/incognito-mode.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.
