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

# Creating a Jam

> Install the Chrome extension or iOS app and share your first bug report in seconds. Every report includes console logs, network requests, and device info.

Jam captures bugs with full technical context (console logs, network requests, user events, and device metadata) automatically attached to every capture. You can create Jams on desktop using the Chrome extension or on mobile using the iOS app.

## Creating a Jam on Desktop

<iframe src="https://www.youtube.com/embed/umdSWiuuoY0" width="100%" height="400" allowFullScreen />

<Steps>
  <Step title="Install the Chrome extension">
    Visit the [Chrome Web Store](https://chromewebstore.google.com/detail/jam/iohjgamcilhbgmhbnllfolmkmmekfmci) and add the Jam extension to your browser.
  </Step>

  <Step title="Pin the extension">
    Pin Jam to your browser toolbar so it's always one click away during testing and debugging.
  </Step>

  <Step title="Create your account">
    Click the Jam icon, enter your email, and set up your account.
  </Step>

  <Step title="Choose a capture method">
    Click the Jam icon in your toolbar and select how you want to capture:

    <Tabs>
      <Tab title="Screenshot">
        <img src="https://mintcdn.com/jam-1eb4fd26/3Mtv5mLh0Dqadb4R/images/extension-popup-screenshot-highlighted.png?fit=max&auto=format&n=3Mtv5mLh0Dqadb4R&q=85&s=22e8604e8e753ef5c263cedeeb56c952" alt="Jam extension popup with Capture Screenshot highlighted" width="1803" height="951" data-path="images/extension-popup-screenshot-highlighted.png" />

        Captures the current page state with full technical context: console logs, network requests, user events, and device metadata.
      </Tab>

      <Tab title="Video Recording">
        <img src="https://mintcdn.com/jam-1eb4fd26/3Mtv5mLh0Dqadb4R/images/extension-popup-record-desktop.png?fit=max&auto=format&n=3Mtv5mLh0Dqadb4R&q=85&s=5b2c87c7f8f7ce04212a1651ce2d8872" alt="Jam extension popup with Record Desktop highlighted and microphone toggled On" width="1803" height="951" data-path="images/extension-popup-record-desktop.png" />

        Records your screen while you reproduce the issue step-by-step. Includes the same full technical context as a screenshot.
      </Tab>

      <Tab title="Instant Replay">
        <img src="https://mintcdn.com/jam-1eb4fd26/3Mtv5mLh0Dqadb4R/images/extension-popup-instant-replay-highlighted.png?fit=max&auto=format&n=3Mtv5mLh0Dqadb4R&q=85&s=b9916417225703e58d2d1f2334fe7710" alt="Jam extension popup with Instant Replay highlighted" width="1803" height="951" data-path="images/extension-popup-instant-replay-highlighted.png" />

        Automatically captures up to the last 2 minutes of activity. No need to reproduce the bug. Hit the Jam button after it happens.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Add a description and create">
    Add a description, then click **Create**. Your Jam opens in a new tab with all technical details included, and the link is automatically copied to your clipboard.
  </Step>

  <Step title="Share or file a ticket">
    Paste the Jam link into Slack, a Jira ticket, a GitHub issue, or wherever your team tracks bugs. You can also send it directly to an integration from the Jam share page.
  </Step>
</Steps>

<Tip>
  Use keyboard shortcuts to capture even faster. Open the extension popup or trigger Instant Replay without leaving the page you're debugging. See [keyboard shortcuts](/keyboard-shortcuts) for the full list.
</Tip>

## Creating a Jam on Mobile

<Info>
  Jam is currently available for iOS only.
</Info>

<iframe src="https://www.youtube.com/embed/xnENZweQg9Y" width="100%" height="400" allowFullScreen />

<Steps>
  <Step title="Install the iOS app">
    [Download](https://apps.apple.com/de/app/jam-fix-bugs-faster/id6469037234?l=en-GB) Jam from the App Store.

    <img src="https://mintcdn.com/jam-1eb4fd26/3Mtv5mLh0Dqadb4R/images/ios-app-store-qr.png?fit=max&auto=format&n=3Mtv5mLh0Dqadb4R&q=85&s=3fee38f730cf0eaea2f2b3d608b883bf" alt="QR code that opens Jam for iOS on the App Store" className="mr-auto" style={{ width:"21%" }} width="500" height="500" data-path="images/ios-app-store-qr.png" />
  </Step>

  <Step title="Start recording">
    Tap the Jam button and begin a screen broadcast to start capturing.
  </Step>

  <Step title="Reproduce the issue">
    Navigate to your app or website and demonstrate the bug.
  </Step>

  <Step title="Stop and send">
    Stop the broadcast, trim your video, add a description, and send to your issue tracker
  </Step>
</Steps>
