# Mobile inspector

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

<figure><img src="https://1990502200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtAIPUIiSH7MWC0IHLJuD%2Fuploads%2FBfSSWI8EXJbXm53bqGNm%2Funnamed.gif?alt=media&#x26;token=252d9a8a-64f3-42b7-8b94-b20cd4947da0" alt=""><figcaption></figcaption></figure>

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

1. Right click on the website and select "Inspect"
2. In the top left corner of dev tools, click the mobile inspector tool:

![](https://1990502200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtAIPUIiSH7MWC0IHLJuD%2Fuploads%2FNbu74f8hOsvMjCdFScqf%2FScreenshot%202023-07-07%20at%209.53.53%20PM.png?alt=media\&token=334f4a02-4a00-43a5-a839-5447cb5f990c)

3. 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.&#x20;


---

# 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://jam.dev/docs/record-a-jam/mobile-inspector.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.
