> ## Documentation Index
> Fetch the complete documentation index at: https://jam.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Incognito Sessions

> Enable Jam in incognito or private browsing to capture bugs without leaving a trace in your main session.

## Overview

Jam works seamlessly in incognito mode, giving you complete debugging capabilities while maintaining privacy. Perfect for internal testing, sensitive environments, or when you need to capture bugs without leaving traces in your regular browsing session.

## Key Benefits

* **Full feature access:** All Jam tools work in private browsing mode
* **Complete bug context:** Capture Instant Replay, network logs, console data, and device info
* **Privacy-first testing:** Test and debug without affecting your main browser session
* **Clean environment:** Isolate testing from extensions, cookies, and cached data

## How It Works

When enabled for incognito, Jam works the same as in regular browsing:

* **Instant Replay** captures the last 2 minutes of user actions
* **Screen recording** documents the full bug reproduction
* **Network logs** show API calls, failed requests, and performance data
* **Console logs** capture JavaScript errors and warnings
* **Device information** includes browser, OS, and viewport details

## Getting Started

<Tabs>
  <Tab title="Chrome">
    **Enable Incognito Access in Chrome**

    1. Go to `chrome://extensions` in your address bar
    2. Find the Jam extension
    3. Click Details
    4. Toggle on **Allow in incognito**
  </Tab>

  <Tab title="Firefox">
    **Enable Incognito Access in Firefox**

    1. Go to `about:addons` in your address bar
    2. Find the Jam extension
    3. Click on the extension name
    4. Under **Run in Private Windows**, select **Allow**
  </Tab>

  <Tab title="Edge">
    **Enable Incognito Access in Edge**

    1. Go to `edge://extensions` in your address bar
    2. Find the Jam extension
    3. Click Details
    4. Toggle on **Allow in InPrivate**
  </Tab>
</Tabs>

## FAQs

<AccordionGroup>
  <Accordion title="Does incognito mode affect the quality of bug reports?">
    No. You get the same data collection in incognito mode, including full network logs, console output, and device information.
  </Accordion>

  <Accordion title="Can I use Jam in incognito mode without enabling this setting?">
    No. Browser security policies require explicit permission for extensions to run in private browsing modes.
  </Accordion>

  <Accordion title="Will my incognito browsing data be saved in Jam reports?">
    Jam only captures the specific page and interactions you choose to record. Your broader incognito browsing session remains private.
  </Accordion>
</AccordionGroup>
