# GitHub

{% embed url="<https://www.youtube.com/watch?v=p49JKbY9NUU>" %}

You can connect GitHub and Jam in order to instantly create GitHub issues right from Jam's browser extension. Every GitHub issue you create with Jam automatically includes:

* Console logs
* Fully inspectable network requests
* URL, timestamp and country
* Device, OS, Browser
* Viewport size
* Network speed

That way, it's perfect for engineers to help them debug issues faster.

You can configure all the relevant GitHub Issues fields right from Jam – like repository, assignees, labels and more. Our goal is to make you 20x faster at logging bugs to GitHub Issues.

## How to use Jam + GitHub

1. First, you'll need to make sure you have Jam installed in your browser. Follow our Jam getting started guide here if you haven't downloaded and setup Jam yet:

&#x20;     [Getting started](/docs/get-started/getting-started.md)

2. Next, capture your bug with Jam. <br>

   <div align="left"><figure><img src="/files/J82UPIKKOGAoSP8QSHr0" alt="" width="375"><figcaption></figcaption></figure></div>
3. In the Jam extension, you will have the option to choose where Jam sends your screen capture to. Click on "Link you can share" and change it to GitHub.<br>

   <div align="left"><figure><img src="/files/KWm9ZBwu9mc8NIJ3TSZy" alt="" width="375"><figcaption></figcaption></figure></div>
4. Jam will guide you through authenticating with GitHub.<br>

   <div align="left"><figure><img src="/files/AqPKOpSofZII2qtFMvbs" alt="" width="375"><figcaption></figcaption></figure></div>
5. Once Jam is connected to GitHub, you will be able to setup your GitHub issue right from Jam. Choose the repository, assignees, labels, milestone, etc., right from Jam. <br>

   <div align="left"><figure><img src="/files/TtoMVOpwAeATZdKh9Ukm" alt="" width="375"><figcaption></figcaption></figure></div>
6. Pro tip: you can click "Edit fields"  to manage which fields from GitHub are shown in Jam:<br>

   <div align="left"><figure><img src="/files/3KPutdy0K3yI37MylzUh" alt="" width="375"><figcaption></figcaption></figure></div>
7. Click "Create issue" and once Jam creates your GitHub issue, it will automatically open in a new tab. <br>

   <div align="left"><figure><img src="/files/ybilYrYP2k9fYqfUdhud" alt="" width="375"><figcaption></figcaption></figure></div>

## How to send existing Jams to GitHub

You can automatically create GitHub issues from existing Jams – in just 2 clicks.

*Note: You must be logged into Jam to use this feature. Logged out users will not see this option.*

1. Open up the Jam you want to convert to a GitHub issue.
2. Click "Send to App" and select GitHub.<br>

   <div align="left"><figure><img src="/files/LurU6jYRwtZShr4YG3tf" alt="" width="375"><figcaption></figcaption></figure></div>
3. If you have not used Jam + GitHub before, it will first redirect you to log in with GitHub.
4. Enter the details of your GitHub issue: repository, assignees, labels, milestone, etc. <br>

   <div align="left"><figure><img src="/files/zKrIoxzkfBQmk3oLOJVT" alt="" width="375"><figcaption></figcaption></figure></div>
5. Pro tip: you can click "Edit fields"  to manage which fields from GitHub are shown in Jam.
6. Click "Create issue" to create your GitHub issue.&#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/integrations/github.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.
