> ## 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.

# Setup and configuration

> Set up the Jam extension and control where it runs: specific sites, local files, and incognito windows.

Install the Jam extension once, then control exactly where it runs: every site or just a few, local files, and incognito windows.

## Install the extension

Install Jam from the [Chrome Web Store](https://chromewebstore.google.com/detail/jam/iohjgamcilhbgmhbnllfolmkmmekfmci). The same extension works across all supported Chromium browsers. See [Browser support](/docs/browser-support) for the full compatibility list.

After installing, pin Jam to your browser toolbar so it's always one click away.

## Site access

By default, Jam runs on all websites. To restrict it:

<Steps>
  <Step title="Open Chrome extensions">
    Enter `chrome://extensions` in your URL bar and press Enter.
  </Step>

  <Step title="Open the Jam extension details">
    Click **Details** for the Jam extension.
  </Step>

  <Step title="Switch to specific-site access">
    Under **Site access**, change from **On all sites** to **On specific sites**.
  </Step>

  <Step title="Add the Jam domain">
    Add `https://*.jam.dev/*` and click **Add**.
  </Step>

  <Step title="Add any other URLs you want Jam to run on">
    Use **Add a new page** to include additional websites.
  </Step>

  <Step title="Re-enable on all sites later">
    To re-enable Jam everywhere, change **Site access** back to **On all sites**.
  </Step>
</Steps>

## Local files

Annotate and share feedback on any file type (JPG, PDF, HTML) by opening it in your browser.

<Steps>
  <Step title="Open Chrome extensions">
    Enter `chrome://extensions` in your URL bar.
  </Step>

  <Step title="Open the Jam extension details">
    Click **Details** for Jam.
  </Step>

  <Step title="Enable access to file URLs">
    Under **Allow access to file URLs**, enable the toggle.
  </Step>
</Steps>

## Incognito sessions

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.

<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="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>

### Incognito 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>
