# How to run Jam only on some websites

By default, Jam runs on all websites. If you are looking for a way to make it only run on certain websites, you can do this by changing the settings for the Jam extension from your browser. Follow the steps below for Chrome browser to only allow Jam to run on specific websites:

1. Enter "chrome://extensions" in your URL bar and hit enter. This will take you to a page that will show you all the chrome extensions that are installed on your browser.\
   ![](https://1990502200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtAIPUIiSH7MWC0IHLJuD%2Fuploads%2F1xKgr083EKASJbm1bF25%2Fimage.png?alt=media\&token=6dbf6122-97a5-44ce-9ca9-64be47e3781f)
2. Click on the 'Details' button for the Jam chrome extension.\
   ![](https://1990502200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtAIPUIiSH7MWC0IHLJuD%2Fuploads%2FkMuCUhX4zmyqlrmagkiM%2Fimage.png?alt=media\&token=63565026-3244-4f99-9cc1-9fb9a83b637c)
3. Under the section 'Site access', use the dropdown menu to change from 'On all sites' to 'On specific sites'.\
   ![](https://1990502200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtAIPUIiSH7MWC0IHLJuD%2Fuploads%2FaRH1r7xwCb7VrnX0ex4E%2Fimage.png?alt=media\&token=f2ac7029-558c-439a-b5c4-a48c11877554)
4. Once you select the 'On specific sites' option, you will see a modal where you can add the URL of the website where you want Jam to be enabled.&#x20;
5. Enter '<https://*.jam.dev/*>' and click on 'Add'.
6. Enter the URL you want to allow access to and click on 'Add'.\
   ![](https://1990502200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtAIPUIiSH7MWC0IHLJuD%2Fuploads%2Fu8HUDstJDKm4XmrJW2YZ%2Fimage.png?alt=media\&token=74756eb7-2552-48d8-b758-faf6948181ae)
7. After you add the website, you can add more websites by clicking on the 'Add a new page' button.\
   ![](https://1990502200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtAIPUIiSH7MWC0IHLJuD%2Fuploads%2FLiaV4PtbOU5VjrP2yqEK%2Fimage.png?alt=media\&token=89ab184d-e698-4555-b1a6-1d5963b76147)
8. If you change your mind and want to enable Jam for all websites, simply use the dropdown under 'Site access' and change it back to 'On all sites'.


---

# 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/configuration/how-to-run-jam-only-on-some-websites.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.
