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

# Notion

> Turn every Jam into a Notion database entry with full technical context. Fill in custom properties from inside the extension.

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

Connect Jam to Notion to create database entries from your bug captures in seconds. All the technical context your team needs is attached automatically, and you can populate any Notion database property directly from the Jam extension.

<Info>You need the Jam Chrome extension installed. See [Getting Started](/introduction) if you haven't set it up.</Info>

## What's included in every Notion page

Every Notion page created from Jam automatically includes:

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

<Tabs>
  <Tab title="Create a Notion page from a new capture">
    <Steps>
      <Step title="Capture your bug">
        Use the Jam browser extension to capture your bug.
      </Step>

      <Step title="Select Notion as the destination">
        In the Jam extension, click **Link you can share** and change the destination to Notion.
      </Step>

      <Step title="Authenticate with Notion">
        Complete the Notion OAuth flow to connect your account.
      </Step>

      <Step title="Configure your Notion page">
        Once connected, search for the database you want to add the entry to, then populate the custom properties directly from Jam.
      </Step>

      <Step title="Create the page">
        Click **Create page**. Jam creates the Notion page and opens it in a new tab.
      </Step>
    </Steps>

    <Tip>
      Click **Edit fields** during page setup to manage which Notion database properties are shown in the Jam extension. Hide properties you don't need to keep the workflow efficient.
    </Tip>
  </Tab>

  <Tab title="Send an existing Jam to Notion">
    Create a Notion page from any Jam you've already captured in two clicks.

    <Note>
      You must be logged into Jam to use this feature. Logged-out users will not see the **Send to App** option.
    </Note>

    <Steps>
      <Step title="Open the Jam">
        Open the Jam you want to convert into a Notion page.
      </Step>

      <Step title="Click Send to App">
        Click **Send to App** and select Notion.
      </Step>

      <Step title="Log in to Notion if prompted">
        If this is your first time using Jam + Notion, you'll be redirected to authenticate.
      </Step>

      <Step title="Fill in the database properties">
        Enter the properties for your Notion database entry.
      </Step>

      <Step title="Create the page">
        Click **Create page** to send the Jam to Notion.
      </Step>
    </Steps>
  </Tab>
</Tabs>
