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

# Mobile Inspector

> Pair Jam with your browser's mobile inspector to catch responsive layout bugs with device details attached.

You can use Jam to review responsive styles by using Jam alongside your browser's mobile inspector tools.

To preview your website using your browser's mobile inspection:

<Steps>
  <Step title="Open Developer Tools">
    Right click on the website and select "Inspect"
  </Step>

  <Step title="Enable Mobile Inspector">
    In the top left corner of dev tools, click the mobile inspector tool
  </Step>

  <Step title="Record with Jam">
    Then, you can use Jam as usual to log any responsive bugs you see. The updated viewport and device information you have in the mobile inspector will automatically be included in the Jam for your engineers.
  </Step>
</Steps>
