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

# Platforms

> Supertape keeps your website up to date by automatically syncing all of your music, merch, videos, and tour dates from the platforms you've already added them to.

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>;

<img height="422" src="https://mintcdn.com/supertape/BTq-KD6CQJyk80jl/images/docs/st-help-platforms.jpg?fit=max&auto=format&n=BTq-KD6CQJyk80jl&q=85&s=13072a82ab80f24587ec701eeaf7c1a5" className="rounded-md" data-path="images/docs/st-help-platforms.jpg" />

## Synced from platforms

<Syncs music merch videos tour newsletter followers />

## Adding a platform

1. Visit **Platforms** and select **New** in the top right.
2. Select the type of platform you'd like to add.
3. Enter your profile URL and hit **Save** or follow the on-screen instructions.

<Tip>
  Need help finding your profile URL? Checkout out the platform's specific help
  doc.
</Tip>

## Adding a platform to your footer

1. Visit **Design** and hit **Edit** in the top right.
2. Scroll to the **Footer** section and select the **plus** button.
3. Select the platform you'd like to add and hit **Publish**.

<Info>
  Supertape will automatically add any social platforms we find to your footer
  when you sign up.
</Info>

## Manually syncing a platform

In addition to our automatic nightly sync, you can also manually sync a platform once an hour.

1. Visit **Platforms** and find the platform you'd like to sync.
2. Select the **three dots** next to the platform and then **Sync**.
3. Confirm your decision and the platform will be synced.

## Sharing a platform

1. Visit **Platforms** and find the platform you'd like to share.
2. Select the **three dots** next to the platform and then **Share**.
3. Copy the link and share it on social media, in email campaigns, ads, or anywhere else.

## Posting a platform

1. Visit **Posts** and select **New** in the top right.
2. Select the **Platform** type and then the specific platform to post.
3. Add a short message, add an image, and hit **Save**.

## Editing a platform

You can change what gets synced from a platform, or change the profile URL entirely.

1. Visit **Platforms** and find the platform you'd like to edit.
2. Select the **three dots** next to the platform and then **Edit**.
3. Make your changes and hit **Save**.

## Deleting a platform

1. Visit **Platforms** and find the platform you'd like to delete.
2. Select the **three dots** next to the platform and then **Delete**.
3. Confirm your deletion and the platform and all of its links will be removed.
