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

# Apple Music

> Supertape's Apple Music integration lets you promote your music and videos 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 Apple Music

<Syncs music videos />

## Finding your Apple Music URL

1. Search for your artist profile on [Apple Music](https://music.apple.com/).
2. Select the **three dots** next to your name.
3. Select **Share** and then **Copy Link**.

## Connecting Apple Music

1. Visit **Platforms** and select **New** in the top right.
2. Select **Music** and then **Apple Music**.
3. Enter your Apple Music profile URL and hit **Save**.

## Good to know

* We've written a [complete guide to setting up Apple Music for Artists profile](https://www.supertape.com/blog/complete-guide-to-setting-up-your-apple-music-for-artists-profile).
* To get your music and videos on Apple Music, you'll need to go through a [distributor](https://artists.apple.com/partners).
* If you see issues with how your profile, albums, or videos show up on Apple Music, you can resolve it with your distributor or on [Apple Music for Artists](https://artists.apple.com/).
