> ## Documentation Index
> Fetch the complete documentation index at: https://help.supertape.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Gumroad

> Supertape's Gumroad integration lets you promote your digital products on your own website, and automatically imports new releases as soon as they drop.

export const Syncs = ({music = false, merch = false, videos = false, tour = false, followers = false}) => <AccordionGroup cols={3}>
    <Accordion title="Profile" icon="id-card" iconType="light">
      Allows you to <a href="/docs/share">share</a>, <a href="/docs/posts">post</a>, or add a link to your platform profile in your site's <a href="/docs/design">footer</a>.
    </Accordion>
    
    {music && <Accordion title="Music" icon="album-collection" iconType="light">
        Syncs albums into your <a href="/docs/music">music catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
      </Accordion>}

    {merch && <Accordion title="Merch" icon="tags" iconType="light">
      Syncs products into your <a href="/docs/merch">merch catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
    </Accordion>}

    {videos && <Accordion title="Videos" icon="films" iconType="light">
      Syncs videos into your <a href="/docs/videos">videos catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
    </Accordion>}

    {tour && <Accordion title="Tour" icon="tickets" iconType="light">
      Syncs events into your <a href="/docs/tour">tour catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
    </Accordion>}

    {followers && <Accordion title="Followers" icon="users" iconType="light">
      Syncs the number of <a href="/docs/followers">followers</a> you have on the platform over time.
    </Accordion>}

  </AccordionGroup>;

## Synced from Gumroad

<Syncs merch />

## Connecting Gumroad

1. Visit **Platforms** and select **New** in the top right.
2. Select **Merch** and then **Gumroad**.
3. You'll be taken to Gumroad to log in and **Authorize** Supertape.

## Good to know

* Linking Gumroad requires you to login to your Gumroad account, so you can only link accounts that you have access to.
* Supertape will sync all published products in your Gumroad account, even if you don't add them to any sections on your Gumroad homepage. If we import a product you don't want listed yet, you should [unpublish it](https://help.gumroad.com/article/248-delete-a-product#How-to-unpublish-a-product-O3J0X) on Gumroad.
* Unfortunately, Gumroad doesn't provide us with product release dates, so all products will be dated at the time of import. You can then [edit the release date](/docs/merch#editing-a-product) if needed.
